Skip to content

Commit f08ff15

Browse files
chore: new vscode settings
1 parent f443f1c commit f08ff15

3 files changed

Lines changed: 19 additions & 34 deletions

File tree

.vscode/extensions.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

runtyping.code-workspace

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,65 @@
11
{
22
"extensions": {
3-
"recommendations": [
4-
"arcanis.vscode-zipfs",
5-
"esbenp.prettier-vscode"
6-
]
3+
"recommendations": ["arcanis.vscode-zipfs", "esbenp.prettier-vscode"],
74
},
85
"folders": [
96
{
107
"name": "✨ runtyping",
11-
"path": "."
8+
"path": ".",
129
},
1310
{
1411
"name": "🐙 github",
15-
"path": ".github"
12+
"path": ".github",
1613
},
1714
{
1815
"name": "🏗️ scaffold",
19-
"path": "scaffold"
16+
"path": "scaffold",
2017
},
2118
{
2219
"name": "📦 @runtyping/generator",
23-
"path": "packages/generator"
20+
"path": "packages/generator",
2421
},
2522
{
2623
"name": "📦 @runtyping/io-ts",
27-
"path": "packages/io-ts"
24+
"path": "packages/io-ts",
2825
},
2926
{
3027
"name": "📦 @runtyping/runtypes",
31-
"path": "packages/runtypes"
28+
"path": "packages/runtypes",
3229
},
3330
{
3431
"name": "📦 @runtyping/test-type-writers",
35-
"path": "packages/test-type-writers"
32+
"path": "packages/test-type-writers",
3633
},
3734
{
3835
"name": "📦 @runtyping/valibot",
39-
"path": "packages/valibot"
36+
"path": "packages/valibot",
4037
},
4138
{
4239
"name": "📦 @runtyping/yup",
43-
"path": "packages/yup"
40+
"path": "packages/yup",
4441
},
4542
{
4643
"name": "📦 @runtyping/zod",
47-
"path": "packages/zod"
44+
"path": "packages/zod",
4845
},
4946
{
5047
"name": "📦 @runtyping/zod-core",
51-
"path": "packages/zod-core"
48+
"path": "packages/zod-core",
5249
},
5350
{
5451
"name": "📦 @runtyping/zod-mini",
55-
"path": "packages/zod-mini"
56-
}
52+
"path": "packages/zod-mini",
53+
},
5754
],
5855
"settings": {
5956
"prettier.prettierPath": "../../.yarn/sdks/prettier/index.cjs",
6057
"search.exclude": {
6158
"**/dist": true,
6259
"**/.yarn": true,
63-
"**/.pnp.*": true
60+
"**/.pnp.*": true,
6461
},
65-
"typescript.enablePromptUseWorkspaceTsdk": true,
66-
"typescript.tsdk": "✨ runtyping/.yarn/sdks/typescript/lib"
67-
}
68-
}
62+
"js/ts.tsdk.promptToUseWorkspaceVersion": true,
63+
"js/ts.tsdk.path": "✨ runtyping/.yarn/sdks/typescript/lib",
64+
},
65+
}

0 commit comments

Comments
 (0)