Skip to content

Commit 3c533b6

Browse files
committed
Disable TS diagnostics in svelte by default for now
1 parent f3b273e commit 3c533b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/vscode/initializers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function initializeSettings() {
3535
'editor.tabSize': 2,
3636
'editor.minimap.enabled': false,
3737
'workbench.editor.openSideBySideDirection': 'down',
38+
'svelte.plugin.typescript.diagnostics.enable': false,
3839
},
3940
null,
4041
2

0 commit comments

Comments
 (0)