-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app playground: using search service make it the default tab #815
Comments
Hi @rubenfiszel I can reproduce and will see now if I can provide you a way forward. |
@rubenfiszel PR is up |
You can do this: await vscode.commands.executeCommand('workbench.view.explorer'); |
The suggestion above forces something that should not be according to Loic. Ler's see |
@rubenfiszel you can use the workaround from above until the real problem is identified. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if using the search service then upon opening of the app playground, instead of seeing the explorer tab, it defaults to the search tab:
This is confusing. I couldn't find where to set it. It's more of a vscode issue than it is a monaco-languageclient issue.
Relevant wrapper config:
The text was updated successfully, but these errors were encountered: