Skip to content

Commit 47aaa09

Browse files
committed
chore: wip
1 parent a64aa9d commit 47aaa09

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.stacks/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ execa
6767
flowconfig
6868
fontshare
6969
formkit
70+
foxundermoon
7071
frontends
7172
frontmatter
7273
fsmonitor

.stacks/vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"rangav.vscode-thunder-client",
5757
"antfu.goto-alias",
5858
"mikestead.dotenv",
59-
"pflannery.vscode-versionlens"
59+
"pflannery.vscode-versionlens",
60+
"foxundermoon.shell-format"
6061
],
6162
"devDependencies": {
6263
"@vscode/vsce": "^2.18.0"

.vscode/settings.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"editor.formatOnSave": true,
2222
"editor.formatOnPaste": true
2323
},
24+
"[shellscript]": {
25+
"editor.defaultFormatter": "foxundermoon.shell-format"
26+
},
2427
"git.enableSmartCommit": true,
2528
"css.validate": false, // for WindiCSS IntelliSense
2629
"npm.enableRunFromFolder": true,
@@ -49,10 +52,7 @@
4952
"explorer.fileNesting.enabled": true,
5053
"explorer.fileNesting.expand": false,
5154
"volar.autoCompleteRefs": false,
52-
"volar.codeLens.pugTools": false,
53-
"volar.codeLens.scriptSetupTools": true,
5455
"volar.completion.preferredTagNameCase": "pascal",
55-
"volar.takeOverMode.enabled": "auto",
5656
"todo-tree.highlights.enabled": true,
5757
"cSpell.ignorePaths": [
5858
"node_modules",
@@ -89,7 +89,4 @@
8989
"grammarly.files.exclude": [
9090
"**/dictionary.txt"
9191
],
92-
"[shellscript]": {
93-
"editor.defaultFormatter": "foxundermoon.shell-format"
94-
}
9592
}

0 commit comments

Comments
 (0)