feat: support open with vscode url in devstar web
This commit is contained in:
@@ -34,8 +34,17 @@
|
||||
"command": "devstar.connectRemoteContainer",
|
||||
"title": "Connect to a Remote Container",
|
||||
"category": "DevStar"
|
||||
},
|
||||
{
|
||||
"command": "devstar.openProject",
|
||||
"title": "Open Project",
|
||||
"category": "DevStar"
|
||||
}
|
||||
],
|
||||
"uriHandlers": [{
|
||||
"protocol": "vscode",
|
||||
"path": "/openProject"
|
||||
}],
|
||||
"menus": {
|
||||
"file/newFile": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user