Skip to content

Commit e1365f6

Browse files
change tabular data view type default and UI theme settings for this workspace (#110)
for the table views launched in this workspace to use Perspective Data Views and dark data UI theme by default.
1 parent 0900b6d commit e1365f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
"dist": true // set this to false to include "dist" folder in search results
1010
},
1111
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
12-
"typescript.tsc.autoDetect": "off"
12+
"typescript.tsc.autoDetect": "off",
13+
14+
// Tabular Data Viewer settings for this workspace
15+
"tabular.data.view": "Perspective",
16+
"tabular.data.ui.theme": "dark"
1317
}

0 commit comments

Comments
 (0)