Skip to content

Instantly share code, notes, and snippets.

@another-guy
Last active March 4, 2019 07:50
Show Gist options
  • Save another-guy/310b7f80cbcba5567b10ec3439e652d7 to your computer and use it in GitHub Desktop.
Save another-guy/310b7f80cbcba5567b10ec3439e652d7 to your computer and use it in GitHub Desktop.
Scaffolding VS Code extension project via Yeoman
# Install Yeoman and VS Code extension generator
npm install -g yo generator-code
# Generate VS Code extension project
yo code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment