Skip to content

Commit e20a6e6

Browse files
committed
minor setting improvements.
1 parent 8151db5 commit e20a6e6

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"recommendations": [
33
"dbaeumer.vscode-eslint",
4-
"esbenp.prettier-vscode",
54
"github.vscode-github-actions",
6-
"vitest.explorer"
5+
"esbenp.prettier-vscode"
76
]
87
}

.vscode/settings.json

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
{
2-
"eslint.probe": [
3-
"javascript",
4-
"javascriptreact",
5-
"typescript",
6-
"typescriptreact",
7-
"markdown",
8-
"html",
9-
"json"
10-
],
11-
12-
"editor.formatOnSave": true,
13-
"editor.formatOnPaste": true,
14-
152
"cSpell.words": [
163
"agentic",
174
"agentify",
@@ -60,6 +47,18 @@
6047
"vinxi"
6148
],
6249

50+
"eslint.probe": [
51+
"javascript",
52+
"javascriptreact",
53+
"typescript",
54+
"typescriptreact",
55+
"markdown",
56+
"html",
57+
"json"
58+
],
59+
60+
"editor.formatOnSave": true,
61+
"editor.formatOnPaste": true,
6362
"editor.rulers": [160],
6463

6564
// Workbench
@@ -74,16 +73,5 @@
7473
"typescript.preferences.importModuleSpecifier": "relative",
7574

7675
"editor.defaultFormatter": "esbenp.prettier-vscode",
77-
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"],
78-
"files.exclude": {
79-
"**/.git": true,
80-
"**/.nx": true
81-
},
82-
83-
"css.validate": false,
84-
"tailwindCSS.includeLanguages": {
85-
"typescript": "javascript",
86-
"typescriptreact": "javascript"
87-
},
88-
"tailwindCSS.emmetCompletions": true
76+
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"]
8977
}

0 commit comments

Comments
 (0)