File tree 1 file changed +19
-1
lines changed 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 40
40
" large data" ,
41
41
" text data" ,
42
42
" table view" ,
43
- " data streaming"
43
+ " data streaming" ,
44
+ " data perspective view"
44
45
],
45
46
"activationEvents" : [
46
47
" onLanguage:csv" ,
49
50
" onCommand:tabular.data.viewTable" ,
50
51
" onCommand:tabular.data.viewSettings" ,
51
52
" onCustomEditor:tabular.data.tableEditor" ,
53
+ " onCustomEditor:tabular.data.perspectiveEditor" ,
52
54
" onWebviewPanel:tabular.data.tableView"
53
55
],
54
56
"main" : " ./dist/extension.js" ,
169
171
"filenamePattern" : " *.tab"
170
172
}
171
173
]
174
+ },
175
+ {
176
+ "viewType" : " tabular.data.perspectiveEditor" ,
177
+ "displayName" : " Perspective" ,
178
+ "priority" : " option" ,
179
+ "selector" : [
180
+ {
181
+ "filenamePattern" : " *.csv"
182
+ },
183
+ {
184
+ "filenamePattern" : " *.tsv"
185
+ },
186
+ {
187
+ "filenamePattern" : " *.tab"
188
+ }
189
+ ]
172
190
}
173
191
],
174
192
"configuration" : {
You can’t perform that action at this time.
0 commit comments