File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 "additionalBuiltinExtensions": [
5252 {
53- "scheme": "relative ",
54- "path": "/fs/apps/system/Visual Studio Code.tapp /myExt"
53+ "scheme": "${ location . protocol . slice ( 0 , - 1 ) } ",
54+ "path": "${ location . pathname . split ( "/" ) . slice ( 0 , - 1 ) . join ( "/" ) } /myExt"
5555 },
5656 {
57- "scheme": "relative ",
58- "path": "/fs/apps/system/Visual Studio Code.tapp /myDav"
57+ "scheme": "${ location . protocol . slice ( 0 , - 1 ) } ",
58+ "path": "${ location . pathname . split ( "/" ) . slice ( 0 , - 1 ) . join ( "/" ) } /myDav"
5959 }
6060 ]
6161}
Original file line number Diff line number Diff line change 2020
2121 "additionalBuiltinExtensions" : [
2222 {
23- "scheme" : " relative " ,
23+ "scheme" : " http " ,
2424 "path" : " /fs/apps/system/Visual Studio Code.tapp/myExt"
2525 },
2626 {
27- "scheme" : " relative" ,
27+ "scheme" : " http" ,
28+ "path" : " /fs/apps/system/Visual Studio Code.tapp/myDav"
29+ },
30+ {
31+ "scheme" : " https" ,
32+ "path" : " /fs/apps/system/Visual Studio Code.tapp/myExt"
33+ },
34+ {
35+ "scheme" : " https" ,
2836 "path" : " /fs/apps/system/Visual Studio Code.tapp/myDav"
2937 }
3038 ]
You can’t perform that action at this time.
0 commit comments