Skip to content

Commit 72dd8bd

Browse files
committed
.vscode
1 parent 5d7cb73 commit 72dd8bd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.vscode/settings.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

0 commit comments

Comments
 (0)