A minimal "Hello World" extension to test VS Code packaging and publishing with a new app identifier.
- Command: "Test Gowtham App: Hello World" (
sample-hello.helloWorld) shows a notification.
- Install dependencies:
npm install
- Build:
npm run compile
- Launch Extension:
- Press F5 in VS Code to debug/run the extension.
Create a .vsix package:
npm run package- Set
publisherinpackage.jsonto your publisher ID. - Login with
vsce:npx vsce login <your-publisher-id>
- Publish:
npm run publish