修复右键菜单未能正确展示的问题
This commit is contained in:
@@ -26,7 +26,10 @@
|
||||
}
|
||||
],
|
||||
"main": "./out/extension.js",
|
||||
"activationEvents": [],
|
||||
"activationEvents": [
|
||||
"onStartupFinished",
|
||||
"onTextSelected"
|
||||
],
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user