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

Add a walkthrough experience for the VSCode extension #1644

Merged
merged 17 commits into from
Mar 3, 2023

Conversation

bwateratmsft
Copy link
Contributor

@bwateratmsft bwateratmsft commented Mar 2, 2023

Closes #1404

image
Install step. This step will be hidden ~1 second after extension activation if the CLI is already installed. Step is marked completed when they install, or automatically if it was already installed before opening.

image
Sign in step. Similarly, will be hidden ~1 second after activation if already logged in. Step is marked completed when they sign in, or automatically if they were already signed in when they open it.

image
Scaffold step. Similarly, will be hidden ~1 second after activation if an azure.yaml (or azure.yml) file exists at the root of the workspace--scoped as such for performance. Step is marked completed when they init, or if project was scaffolded before opening.

image
Up step. Step is marked completed when the user does up, provision, deploy, or infra-create; though the button specifically does up. The "Command Palette" link will pre-type "> Azure Developer: up" to immediately show the relevant command.

image
Learn More step. Step is marked completed when it is clicked on to. The "Command Palette" link will pre-type "> Azure Developer: " to immediately show the relevant commands.

image
Light theme of Learn More step (scaffold and up steps work the same way)

Copy link
Contributor

@savannahostrowski savannahostrowski left a comment

Choose a reason for hiding this comment

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

A couple of copy nits but other than that, LGTM.

ext/vscode/package.nls.json Outdated Show resolved Hide resolved
ext/vscode/package.nls.json Outdated Show resolved Hide resolved
@bwateratmsft bwateratmsft enabled auto-merge (squash) March 3, 2023 21:26
@azure-sdk
Copy link
Collaborator

VSCode Extension Installation Instructions

  1. Download the extension at https://azuresdkreleasepreview.blob.core.windows.net/azd/vscode/pr/1644/azure-dev-0.4.0-alpha.1.vsix
  2. Extract the extension from the compressed file
  3. In vscode
    a. Open "Extensions" (Ctrl+Shift+X)
    b. Click the ...\ menu at top of Extensions sidebar
    c. Click "Install from VSIX"
    d. Select location of downloaded file

@bwateratmsft bwateratmsft merged commit 87c7fd4 into main Mar 3, 2023
@bwateratmsft bwateratmsft deleted the bmw/walkthrough branch March 3, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a Getting Started page to the Azure Developer CLI extension in VS Code
6 participants