Skip to content

Commit 45a9c65

Browse files
committed
🗄 [chore] Update settings
1 parent 8c8ec03 commit 45a9c65

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

pkg/javascript/stow/.prettierrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
"keywordCase": "upper"
2525
}
2626
}
27-
]
27+
],
28+
"jsonRecursiveSort": true,
29+
"importOrder": ["^@/(.*)$", "^[./]"],
30+
"importOrderSeparation": true,
31+
"importOrderSortSpecifiers": true
2832
}

pkg/vscode/stow/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"editor.tabSize": 2
5252
},
5353
"[jsonc]": {
54-
"editor.defaultFormatter": "esbenp.prettier-vscode",
54+
"editor.defaultFormatter": "vscode.json-language-features",
5555
"editor.tabSize": 2
5656
},
5757
"[less]": {
@@ -114,6 +114,7 @@
114114
"[yaml]": {
115115
"editor.defaultFormatter": "redhat.vscode-yaml"
116116
},
117+
"cSpell.userWords": ["Aptfile", "brewfiles"],
117118
"chat.commandCenter.enabled": false,
118119
"chat.editing.confirmEditRequestRemoval": false,
119120
"chat.editing.confirmEditRequestRetry": false,
@@ -126,6 +127,8 @@
126127
"/tmp/postman-http-request-post-response.instructions.md": true,
127128
"/tmp/postman-http-request-pre-request.instructions.md": true
128129
},
130+
"chat.viewSessions.orientation": "stacked",
131+
"claudeCode.preferredLocation": "sidebar",
129132
"cmake.pinnedCommands": [
130133
"workbench.action.tasks.configureTaskRunner",
131134
"workbench.action.tasks.runTask"
@@ -256,6 +259,7 @@
256259
"github.copilot.nextEditSuggestions.enabled": true,
257260
"gitlens.ai.model": "vscode",
258261
"gitlens.ai.vscode.model": "copilot:gpt-4.1",
262+
"gitlens.codeLens.enabled": false,
259263
"gitlens.gitCommands.skipConfirmations": [
260264
"fetch:command",
261265
"stash-push:command",

0 commit comments

Comments
 (0)