Skip to content
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

Remove start page in favor of walkthrough #3248

Merged
merged 4 commits into from Oct 4, 2021
Merged

Conversation

bwateratmsft
Copy link
Contributor

@bwateratmsft bwateratmsft commented Sep 30, 2021

Fixes #3235. This removes the old start page since the walkthrough is clearly more successful and less intrusive.

I looked into replacing the tree view node for "Open Start Page" with one that would launch straight to the walkthrough, but it doesn't seem possible unfortunately.
I figured it out!

@bwateratmsft bwateratmsft requested a review from a team as a code owner September 30, 2021 13:50
@@ -2838,7 +2827,6 @@
{
"id": "dockerStart",
"title": "%vscode-docker.walkthrough.dockerStart.title%",
"when": "never",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line makes the walkthrough no-longer-an-experiment.

@@ -2997,7 +2985,6 @@
"@types/xml2js": "^0.4.8",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@vscode/codicons": "^0.0.22",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codicons package is no longer used.

src/telemetry/registerListeners.ts Outdated Show resolved Hide resolved
},
{
"command": "vscode-docker.help.openWalkthrough",
"when": "never"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's already a VSCode command to open the walkthrough so I don't see a need for this to show in the palette.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The only reason we need this command defined at all is because the tree view command can't provide an argument to workbench.action.openWalkthrough.

@bwateratmsft bwateratmsft changed the title Remove start page Remove start page in favor of walkthrough Sep 30, 2021
@bwateratmsft bwateratmsft merged commit 3ea7a36 into main Oct 4, 2021
@bwateratmsft bwateratmsft deleted the bmw/byebyeStartPage branch October 4, 2021 14:49
@microsoft microsoft locked and limited conversation to collaborators Nov 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Got both the walkthrough and Get Started page
2 participants