We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630c42b commit f8d396cCopy full SHA for f8d396c
.vscode/settings.json
@@ -1,3 +1,22 @@
1
{
2
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
3
+ "editor.formatOnSave": true,
4
+ "[typescript]": {
5
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
6
+ },
7
+ "[typescriptreact]": {
8
9
10
+ "[javascript]": {
11
12
13
+ "[json]": {
14
15
16
+ "[css]": {
17
18
19
+ "[markdown]": {
20
21
+ }
22
}
0 commit comments