File tree Expand file tree Collapse file tree 3 files changed +8
-21
lines changed
Expand file tree Collapse file tree 3 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 1111 },
1212 "customizations" : {
1313 "vscode" : {
14- "terminal.integrated.profiles.linux" : {
15- "bash" : {
16- "path" : " bash" ,
17- "icon" : " terminal-bash"
18- }
19- },
14+ "terminal.integrated.defaultProfile.linux" : " bash" ,
2015 "extensions" : [
2116 " dbaeumer.vscode-eslint" ,
17+ " oxc.oxc-vscode" ,
2218 " esbenp.prettier-vscode" ,
2319 " vitest.explorer" ,
2420 " editorconfig.editorconfig" ,
25- " github.vscode-github-actions"
21+ " github.vscode-github-actions" ,
22+ " github.vscode-pull-request-github"
2623 ]
2724 }
2825 },
2926 "postCreateCommand" : [" .devcontainer/post-create.sh" ],
30- // Otherwise jest watcher fails because deps were not installed yet
27+ // Otherwise vitest extension fails because deps were not installed yet
3128 "waitFor" : " postCreateCommand"
3229}
Original file line number Diff line number Diff line change 55 " esbenp.prettier-vscode" ,
66 " vitest.explorer" ,
77 " editorconfig.editorconfig" ,
8- " github.vscode-github-actions"
8+ " github.vscode-github-actions" ,
9+ " github.vscode-pull-request-github"
910 ]
1011}
Original file line number Diff line number Diff line change 11{
2- "[javascript]" : {
3- "editor.defaultFormatter" : " esbenp.prettier-vscode"
4- },
5- "[typescript]" : {
6- "editor.defaultFormatter" : " esbenp.prettier-vscode"
7- },
8- "[json]" : {
2+ "[javascript][typescript][json][jsonc][yaml][md]" : {
93 "editor.defaultFormatter" : " esbenp.prettier-vscode"
104 },
115 "[md]" : {
126 "editor.wordBasedSuggestions" : " off"
137 },
14- "files.associations" : {
15- "Dockerfile.*" : " dockerfile" ,
16- ".releaserc" : " json"
17- },
18- "omnisharp.autoStart" : false ,
198 "vitest.nodeEnv" : {
209 "LOG_LEVEL" : " trace" ,
2110 "GIT_ALLOW_PROTOCOL" : " file"
You can’t perform that action at this time.
0 commit comments