Home

Your first VSCode extension

Resources

  1. VSCode - Your First Extension
  2. GitHub - VSCode extension samples
  3. VSCode - Webview
  4. Stack Overflow - Creating a file
  5. VSCode - Read and Write file
  6. Publishing with vsce
  7. React starter

Getting started

$ npm install -g yo generator-code $ yo code # ? What type of extension do you want to create? New Extension (TypeScript) # ? What's the name of your extension? HelloWorld ### Press <Enter> to choose default for all options below ### # ? What's the identifier of your extension? helloworld # ? What's the description of your extension? LEAVE BLANK # ? Initialize a git repository? Yes # ? Bundle the source code with webpack? No # ? Which package manager to use? npm code ./helloworld

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/vscode/your-first-vscode-extension

Sections


Related