mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:46:40 +00:00
chore(vscode): add shared vscode settings
This commit is contained in:
9
.vscode/extensions.json
vendored
Normal file
9
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
||||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||
// List of extensions which should be recommended for users of this workspace.
|
||||
"recommendations": [
|
||||
// Allows for use of settings.shared.json and settings.local.json.
|
||||
"swellaby.workspace-config-plus"
|
||||
]
|
||||
}
|
||||
24
.vscode/settings.shared.json
vendored
Normal file
24
.vscode/settings.shared.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"aegisub",
|
||||
"appcleaner",
|
||||
"appdir",
|
||||
"apphider",
|
||||
"apptoggle",
|
||||
"atinit",
|
||||
"autodmg",
|
||||
"colordiff",
|
||||
"correctall",
|
||||
"DOTPFILES",
|
||||
"DOTZSH",
|
||||
"geckodriver",
|
||||
"keycastr",
|
||||
"rapidapi",
|
||||
"stfolder",
|
||||
"stignore",
|
||||
"zdharma",
|
||||
"zicdreplay",
|
||||
"zicompinit",
|
||||
"zinitrc"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user