chore(vscode): add shared vscode settings

This commit is contained in:
2025-06-26 13:24:06 +01:00
parent 12bee562c3
commit d87d60445e
3 changed files with 34 additions and 1 deletions

9
.vscode/extensions.json vendored Normal file
View 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
View 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"
]
}