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
when I installed npm extension from vscode, ther npm scripts eabled in the explorer widget, no matter what the value of config.npm.enableScriptExplorer is .
but the view should be enabled when config.npm.enableScriptExplorer is true
Reproduction Steps
install the npm version to theia plugins dir.
compile the latest theia, and start theia example app. OS and Theia version:
theia version: the latest version (b40a8d5) Diagnostics:
The text was updated successfully, but these errors were encountered:
- a view visibility should be auto toggled based on `when` view closure
- if a user explicitly hides a view, then auto toggling should be disabled
- and it should be enabled again when a user explicitly unhides the view
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
- a view visibility should be auto toggled based on `when` view closure
- if a user explicitly hides a view, then auto toggling should be disabled
- and it should be enabled again when a user explicitly unhides the view
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
- a view visibility should be auto toggled based on `when` view closure
- if a user explicitly hides a view, then auto toggling should be disabled
- and it should be enabled again when a user explicitly unhides the view
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Description
when I installed
npm
extension from vscode, ther npm scripts eabled in the explorer widget, no matter what the value ofconfig.npm.enableScriptExplorer
is .but the view should be enabled when
config.npm.enableScriptExplorer
is trueReproduction Steps
npm
version to theia plugins dir.OS and Theia version:
theia version: the latest version (b40a8d5)
Diagnostics:
The text was updated successfully, but these errors were encountered: