File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
3+ "[json]" : {
4+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
5+ },
6+ "editor.formatOnSave" : true ,
7+ "editor.codeActionsOnSave" : {
8+ "source.fixAll" : " always"
9+ },
10+ "typescript.enablePromptUseWorkspaceTsdk" : true ,
11+ "typescript.tsdk" : " node_modules/typescript/lib" ,
12+ "typescript.updateImportsOnFileMove.enabled" : " always" ,
13+ "javascript.preferences.quoteStyle" : " single" ,
14+ "typescript.preferences.quoteStyle" : " single" ,
15+ "search.exclude" : {
16+ "**/tsconfig.tsbuildinfo" : true ,
17+ "node_modules" : true ,
18+ "**/LICENSE" : true ,
19+ "pnpm-lock.yaml" : true
20+ },
21+ "workbench.iconTheme" : " vscode-icons" ,
22+ "todohighlight.keywords" : [
23+ " TODO" ,
24+ " todo" ,
25+ " fixme" ,
26+ " FIXME" ,
27+ " NOT IMPLEMENTED" ,
28+ " NotImplementedError"
29+ ],
30+ "todohighlight.isEnable" : true
31+ }
You can’t perform that action at this time.
0 commit comments