chore(vscode): add shared vscode settings

This commit is contained in:
2025-06-26 13:25:28 +01:00
parent cef64ab5b2
commit 59768f718e
4 changed files with 24 additions and 2 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"
]
}

11
.vscode/settings.shared.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"cSpell.words": [
"aipreview",
"emeraldwalk",
"logpanel",
"runonsave",
"shellformat",
"togglequotes",
"vsci"
]
}