You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The request is to register command IDs listed below so:
User don't need to create second keymap for the same commands when takeover mode is enabled
Preserve compatibility with other extensions (eg commands.run pipelines)
All in all why don't just do this? The only case I know that can cause warnings is that when builtin typescript extension is enabled after takeover mode was enabled, but we can un-register commands then?
The only command I actually care is only typescript.tsserverRequest for API. I believe it was already discussed hundred of times, but AFAIK this is the only to communicate with TS plugin (pass and receive arbitrary data).
The request is to register command IDs listed below so:
All in all why don't just do this? The only case I know that can cause warnings is that when builtin typescript extension is enabled after takeover mode was enabled, but we can un-register commands then?
The only command I actually care is only
typescript.tsserverRequest
for API. I believe it was already discussed hundred of times, but AFAIK this is the only to communicate with TS plugin (pass and receive arbitrary data).Also ideally handle all commands:
typescript.findAllFileReferences
->volar.vue.findAllFileReferences
typescript.goToProjectConfig
->volar.openTsConfig
typescript.goToSourceDefinition
-> ?typescript.organizeImports
-> ?typescript.removeUnusedImports
-> ?typescript.selectTypeScriptVersion
->volar.selectTypeScriptVersion
The text was updated successfully, but these errors were encountered: