microsoft / vscode-makecode

A vscode.dev compatible extension for Microsoft MakeCode
MIT License
36 stars 6 forks source link

Add few more commands to the extension action #25

Closed abchatra closed 1 year ago

abchatra commented 1 year ago

Typical workflow I see is either import project from makecode or start an empty project once someone installs the extension (assuming it doesn't come from a route).

Following seems better order.

  1. Create an empty project
  2. Import project from URL
  3. Start makecode simulator
  4. Create a share link

Current list:

image

Not sure why someone will use "Install project dependencies" Seems advanced scenario. move it lower?

Also possible to remove the action 1 & 2 (create empty project & import) once it is executed?

jwunderl commented 1 year ago

1 and 2 were added in https://github.com/microsoft/pxt-vscode-web/pull/21 (I mentioned maybe removing when set up when chatting offline but we didn't do that yet)