3
如何添加上下文菜單? (在瀏覽器和/或編輯)如何添加VSCode擴展的上下文菜單?
我試圖不工作的情況如下:
{
"command": "extension.sayHello",
"title": "Say Hello",
"context": {
"where": "explorer/context",
"when": "json"
}
}
這是基於:
https://github.com/Microsoft/vscode/issues/3192
https://github.com/Microsoft/vscode/pull/7704