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 0900b6d commit e1365f6Copy full SHA for e1365f6
.vscode/settings.json
@@ -9,5 +9,9 @@
9
"dist": true // set this to false to include "dist" folder in search results
10
},
11
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
12
- "typescript.tsc.autoDetect": "off"
+ "typescript.tsc.autoDetect": "off",
13
+
14
+ // Tabular Data Viewer settings for this workspace
15
+ "tabular.data.view": "Perspective",
16
+ "tabular.data.ui.theme": "dark"
17
}
0 commit comments