Skip to content

Commit 6ca1df0

Browse files
committed
chore(vscode): update settings
1 parent cc4049b commit 6ca1df0

File tree

3 files changed

+22
-33
lines changed

3 files changed

+22
-33
lines changed

.vscode/settings.json

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
"[json]": {
3-
"editor.defaultFormatter": "gplane.dprint2",
4-
"editor.quickSuggestions": {
5-
"strings": true
6-
}
3+
"editor.defaultFormatter": "gplane.dprint2"
74
},
85
"[jsonc]": {
9-
"editor.defaultFormatter": "gplane.dprint2",
10-
"editor.quickSuggestions": {
11-
"strings": true
12-
}
6+
"editor.defaultFormatter": "gplane.dprint2"
137
},
148
"[typescript]": {
159
"editor.defaultFormatter": "gplane.dprint2"
@@ -19,13 +13,13 @@
1913
"editor.autoIndent": "keep",
2014
"editor.defaultFormatter": "gplane.dprint2",
2115
"editor.insertSpaces": true,
22-
"editor.quickSuggestions": {
23-
"comments": false,
24-
"other": true,
25-
"strings": true
26-
},
2716
"editor.tabSize": 2
2817
},
18+
"editor.codeActionsOnSave": {
19+
"eslint.autoFix": "never",
20+
"source.fixAll": "never",
21+
"source.organizeImports": "never"
22+
},
2923
"eslint.validate": [
3024
"javascript",
3125
"javascriptreact",
@@ -36,33 +30,28 @@
3630
"mdx",
3731
"github-actions-workflow" // for GitHub Actions workflow files
3832
],
39-
"editor.codeActionsOnSave": {
40-
"eslint.autoFix": "never",
41-
"source.fixAll": "never",
42-
"source.organizeImports": "never"
43-
},
4433
"eslint.workingDirectories": [
4534
{
4635
"changeProcessCWD": true,
4736
"mode": "location"
4837
},
4938
{
50-
"pattern": "examples/*",
5139
"changeProcessCWD": true,
52-
"mode": "auto"
40+
"mode": "auto",
41+
"pattern": "examples/*"
5342
},
5443
{
55-
"pattern": "website",
5644
"changeProcessCWD": true,
57-
"mode": "auto"
45+
"mode": "auto",
46+
"pattern": "website"
5847
}
5948
],
60-
"mdx.server.enable": true,
6149
"files.exclude": {
6250
"**/.turbo": true,
6351
"*.bundled_*.mjs": true
6452
},
53+
"mdx.server.enable": true,
54+
"npm.packageManager": "pnpm",
6555
"typescript.preferences.importModuleSpecifier": "non-relative",
66-
"typescript.tsdk": "node_modules/typescript/lib",
67-
"svg.preview.background": "dark-transparent"
56+
"typescript.tsdk": "node_modules/typescript/lib"
6857
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,17 @@
116116
"packageManager": "[email protected]",
117117
"pnpm": {
118118
"overrides": {
119-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
120-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
121-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
122-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
123119
"@types/react": "^19.0.5",
124120
"@types/react-dom": "^19.0.3",
125121
"cross-spawn": "^7.0.6",
122+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
126123
"next": "^15.1.4",
127124
"react": "^19.0.0",
128125
"react-dom": "^19.0.0",
126+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
127+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
129128
"ts-api-utils": "^2.0.0",
129+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
130130
"typescript": "^5.7.3"
131131
}
132132
}

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)