How to create and publish a vscode extension

Опубликовано: 20 Май 2026
на канале: PecaCS
490
10

VS code extensions are a great first coding project. No need to host a website or server and you can solve a problem you face when coding.
Links:
Node.js https://nodejs.org/en
Git https://git-scm.com/downloads
Your First Extension https://code.visualstudio.com/api/get...
Code Samples https://github.com/microsoft/vscode-e...
Publishing Extension https://code.visualstudio.com/api/wor...
Create Github Repository https://github.com/new
Generate New SSH Key https://docs.github.com/en/authentica...
Manage Your Extensions https://marketplace.visualstudio.com/...

Chapters:
0:00 What to expect
0:16 Install Node.js and Git
0:55 Create an extension template
02:45 Project structure and execution
03:09 Our own functionality
05:57 How to find proper documentation for your ideas
07:24 Publish the extension
12:57 Package the extension for offline sharing
13:30 Publish change in the extension