File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 67
67
flowconfig
68
68
fontshare
69
69
formkit
70
+ foxundermoon
70
71
frontends
71
72
frontmatter
72
73
fsmonitor
Original file line number Diff line number Diff line change 56
56
" rangav.vscode-thunder-client" ,
57
57
" antfu.goto-alias" ,
58
58
" mikestead.dotenv" ,
59
- " pflannery.vscode-versionlens"
59
+ " pflannery.vscode-versionlens" ,
60
+ " foxundermoon.shell-format"
60
61
],
61
62
"devDependencies" : {
62
63
"@vscode/vsce" : " ^2.18.0"
Original file line number Diff line number Diff line change 21
21
"editor.formatOnSave" : true ,
22
22
"editor.formatOnPaste" : true
23
23
},
24
+ "[shellscript]" : {
25
+ "editor.defaultFormatter" : " foxundermoon.shell-format"
26
+ },
24
27
"git.enableSmartCommit" : true ,
25
28
"css.validate" : false , // for WindiCSS IntelliSense
26
29
"npm.enableRunFromFolder" : true ,
49
52
"explorer.fileNesting.enabled" : true ,
50
53
"explorer.fileNesting.expand" : false ,
51
54
"volar.autoCompleteRefs" : false ,
52
- "volar.codeLens.pugTools" : false ,
53
- "volar.codeLens.scriptSetupTools" : true ,
54
55
"volar.completion.preferredTagNameCase" : " pascal" ,
55
- "volar.takeOverMode.enabled" : " auto" ,
56
56
"todo-tree.highlights.enabled" : true ,
57
57
"cSpell.ignorePaths" : [
58
58
" node_modules" ,
89
89
"grammarly.files.exclude" : [
90
90
" **/dictionary.txt"
91
91
],
92
- "[shellscript]" : {
93
- "editor.defaultFormatter" : " foxundermoon.shell-format"
94
- }
95
92
}
You can’t perform that action at this time.
0 commit comments