mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +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"
|
||||
]
|
||||
}
|
||||
11
.vscode/settings.shared.json
vendored
Normal file
11
.vscode/settings.shared.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"aipreview",
|
||||
"emeraldwalk",
|
||||
"logpanel",
|
||||
"runonsave",
|
||||
"shellformat",
|
||||
"togglequotes",
|
||||
"vsci"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
# cursor Extensions
|
||||
# Generated on Thu Jun 26 12:45:45 BST 2025
|
||||
# Generated on Thu Jun 26 13:03:12 BST 2025
|
||||
|
||||
alefragnani.project-manager@12.8.0
|
||||
antiantisepticeye.vscode-color-picker@0.0.4
|
||||
@@ -89,6 +89,7 @@ stuart.unique-window-colors@1.0.51
|
||||
sumneko.lua@3.15.0
|
||||
svelte.svelte-vscode@109.9.0
|
||||
swellaby.vscode-rust-test-adapter@0.11.1
|
||||
swellaby.workspace-config-plus@0.2.5
|
||||
tamasfe.even-better-toml@0.21.2
|
||||
timonwong.shellcheck@0.37.7
|
||||
tootone.org-mode@0.5.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# vscode Extensions
|
||||
# Generated on Thu Jun 26 12:56:41 BST 2025
|
||||
# Generated on Thu Jun 26 13:25:08 BST 2025
|
||||
|
||||
alefragnani.project-manager@12.8.0
|
||||
antiantisepticeye.vscode-color-picker@0.0.4
|
||||
@@ -93,6 +93,7 @@ stuart.unique-window-colors@1.0.51
|
||||
sumneko.lua@3.15.0
|
||||
svelte.svelte-vscode@109.9.0
|
||||
swellaby.vscode-rust-test-adapter@0.11.0
|
||||
swellaby.workspace-config-plus@0.2.5
|
||||
tamasfe.even-better-toml@0.21.2
|
||||
timonwong.shellcheck@0.37.7
|
||||
tootone.org-mode@0.5.0
|
||||
|
||||
Reference in New Issue
Block a user