0
0

第一次提交vscode插件代码

This commit is contained in:
xubing
2025-11-18 09:10:47 +08:00
parent 1d85b97531
commit 64a411e463
210 changed files with 1117352 additions and 0 deletions

15
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}