Web Dev/5. Projects
How to Pushlish VScode extension( ERROR Make sure to edit the README.md file before you package or publish your extension.)
hYhY1234
2021. 2. 14. 20:07
728x90
vsce package
위의 명령어를 따라서 퍼블리시를 하려는데 잘안되서 보니까,
npm run compile 을 먼저 실행했어야했다.
itnext.io/creating-and-publishing-vs-code-extensions-912b5b8b529
Creating and publishing VS Code extensions
Ok, we created a snippet in the first article of our series Snippet creation. Let’s now take our snippet to VS Code Marketplace.
itnext.io