feat: Add welcome view when no folder opened#1141
Merged
Merged
Conversation
Eskibear
reviewed
Feb 26, 2021
| "configuration.java.test.config.sourcePaths.description": "Specify extra source paths when debugging the tests", | ||
| "contributes.viewsWelcome.inLightWeightMode": "No test cases are listed because the Java Language Server is currently running in [LightWeight Mode](https://aka.ms/vscode-java-lightweight). To show test cases, click on the button to switch to Standard Mode.\n[Switch to Standard Mode](command:java.server.mode.switch?%5B%22Standard%22,true%5D)", | ||
| "contributes.viewsWelcome.noProjectWithProjectManagerInstalled": "No folder opened in Visual Studio Code. You can [open a Java project](command:_java.project.open), or create a new Java project by clicking the button below.\n[Create Java Project](command:java.project.create)", | ||
| "contributes.viewsWelcome.noProjectWithOutProjectManagerInstalled": "No folder opened in Visual Studio Code." |
Member
There was a problem hiding this comment.
Can we provide a shortcut to open a folder? Maybe it's not that feasible as commands are different per os.
Member
Author
There was a problem hiding this comment.
We cannot since things in package.json are static.
Member
There was a problem hiding this comment.
so I'm really interested in how vscode implements that.
Member
Author
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
I just created a issue to request a unified command id:
microsoft/vscode#117748
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Address microsoft/vscode-java-pack#540