We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b273e commit 3c533b6Copy full SHA for 3c533b6
packages/app/src/app/vscode/initializers.ts
@@ -35,6 +35,7 @@ export function initializeSettings() {
35
'editor.tabSize': 2,
36
'editor.minimap.enabled': false,
37
'workbench.editor.openSideBySideDirection': 'down',
38
+ 'svelte.plugin.typescript.diagnostics.enable': false,
39
},
40
null,
41
2
0 commit comments