feat: support open with vscode url in devstar web

This commit is contained in:
Levi Yan
2025-02-19 10:16:46 +08:00
parent 858e77a19a
commit 8772074ab2
2 changed files with 41 additions and 2 deletions

View File

@@ -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": [
{