Skip to content

feat: Add welcome view when no folder opened#1141

Merged
jdneo merged 1 commit into
masterfrom
cs/no-project-welcome-view
Feb 26, 2021
Merged

feat: Add welcome view when no folder opened#1141
jdneo merged 1 commit into
masterfrom
cs/no-project-welcome-view

Conversation

@jdneo

@jdneo jdneo commented Feb 26, 2021

Copy link
Copy Markdown
Member

@jdneo jdneo added this to the 0.28.1 milestone Feb 26, 2021

@Eskibear Eskibear left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread package.nls.json
"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."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we provide a shortcut to open a folder? Maybe it's not that feasible as commands are different per os.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot since things in package.json are static.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so I'm really interested in how vscode implements that.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just created a issue to request a unified command id:
microsoft/vscode#117748

@jdneo jdneo merged commit 1ebc033 into master Feb 26, 2021
@jdneo jdneo deleted the cs/no-project-welcome-view branch February 26, 2021 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants