Skip to content

Commit 341c032

Browse files
committed
add typescript.enablePromptUseWorkspaceTsdk to .vscode/settings.json and templates
1 parent fe74a22 commit 341c032

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.changeset/silly-comics-teach.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-effect-app": patch
3+
---
4+
5+
add `"typescript.enablePromptUseWorkspaceTsdk": true` to .vscode/settings.json in templates

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3+
"typescript.enablePromptUseWorkspaceTsdk": true,
34
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
45
"editor.formatOnSave": true,
56
"eslint.format.enable": true
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"typescript.enablePromptUseWorkspaceTsdk": true,
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3+
"typescript.enablePromptUseWorkspaceTsdk": true,
34
"editor.defaultFormatter": "esbenp.prettier-vscode",
45
"editor.formatOnSave": true,
56
}

0 commit comments

Comments
 (0)