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
* Support 'logUri' and 'extension' (partially) to PluginContext
- Ensure 'logUri' and 'extension' property are present in context
- 'extension' currently has always theia.Plugin type, even in vscode
Fixes#10033
* Move VSCode extension mapping directly into Plugin creation
* Fix conversion with correct fields
* Incorporate feedback about naming and exports
…e-theia#10650)
* Support 'logUri' and 'extension' (partially) to PluginContext
- Ensure 'logUri' and 'extension' property are present in context
- 'extension' currently has always theia.Plugin type, even in vscode
Fixeseclipse-theia#10033
* Move VSCode extension mapping directly into Plugin creation
* Fix conversion with correct fields
* Incorporate feedback about naming and exports
Feature Description:
We already have
logPath
, but we have to do the same as for the other fields likestoragePath|Uri
. Should be trivial. See https://code.visualstudio.com/api/references/vscode-api#ExtensionContextThe text was updated successfully, but these errors were encountered: