File tree 2 files changed +47
-0
lines changed
2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 28
28
"customizations" : {
29
29
"workbench" : {
30
30
"opens" : {
31
+ "extensions" : [
32
+ // Source
33
+ " .ipynb" ,
34
+ " .R" ,
35
+ " .py" ,
36
+ // Documents
37
+ " .md" ,
38
+ " .html" ,
39
+ " .latex" ,
40
+ " .pdf" ,
41
+ // Images
42
+ " .bmp" ,
43
+ " .gif" ,
44
+ " .jpeg" ,
45
+ " .jpg" ,
46
+ " .png" ,
47
+ " .svg" ,
48
+ // Data
49
+ " .csv" ,
50
+ " .tsv" ,
51
+ " .json" ,
52
+ " .vl"
53
+ ],
31
54
"fileUrlSuffix" : " /lab/tree/{path}" ,
32
55
"folderUrlSuffix" : " /lab/tree/{path}"
33
56
}
Original file line number Diff line number Diff line change 30
30
"customizations" : {
31
31
"workbench" : {
32
32
"opens" : {
33
+ "extensions" : [
34
+ // Source.
35
+ " .c" ,
36
+ " .cjs" ,
37
+ " .cpp" ,
38
+ " .go" ,
39
+ " .java" ,
40
+ " .js" ,
41
+ " .mjs" ,
42
+ " .php" ,
43
+ " .scala" ,
44
+ " .sh" ,
45
+ " .ts" ,
46
+ // Documents
47
+ " .md" ,
48
+ " .html" ,
49
+ // Data
50
+ " .csv" ,
51
+ " .json" ,
52
+ " .jsonc" ,
53
+ " .tsv" ,
54
+ " .xml" ,
55
+ " .yml"
56
+ ],
33
57
"fileUrlSuffix" : " ?file=/config/{path}" ,
34
58
"folderUrlSuffix" : " ?folder=/config/{path}"
35
59
}
You can’t perform that action at this time.
0 commit comments