intellism / vscode-comment-translate

vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。
https://marketplace.visualstudio.com/items?itemName=intellsmi.comment-translate
MIT License
485 stars 77 forks source link

提升VSCode的启动速度 #94

Closed frg2089 closed 2 years ago

frg2089 commented 2 years ago

我注意到我的VSCode加载这个扩展需要很长时间, 希望在可能的情况下, 用"onStartupFinished"代替"*"使扩展在VSCode启动之后加载 https://github.com/intellism/vscode-comment-translate/blob/b1595fe0bd5dc96d28a79bfbc4044000052fafbb/package.json#L35-L37

"activationEvents": [
    "onStartupFinished"
]

Activation Events | Visual Studio Code Extension API

intellism commented 2 years ago

好的。很好的建议。

frg2089 commented 2 years ago

Duplicate of #93

frg2089 commented 2 years ago

等下...关早了

intellism commented 2 years ago

v2.1.0 已调整