fix: remove onLanguage activation event to prevent VSCode freeze when viewing extension README

This commit is contained in:
daniel-lxs 2026-01-13 13:49:39 -05:00
parent 621d9500de
commit d0a0d25c70
No known key found for this signature in database
GPG key ID: 21C74479048B3AA6

View file

@ -46,7 +46,6 @@
"roocode"
],
"activationEvents": [
"onLanguage",
"onStartupFinished"
],
"main": "./dist/extension.js",