Skip to content
| Marketplace
Sign in
Visual Studio Code>Education>VS Code extension sample ๐Ÿ˜„New to Visual Studio Code?ย Get it now.
VS Code extension sample ๐Ÿ˜„

VS Code extension sample ๐Ÿ˜„

planetsLightningArrester

|
34 installs
| (0) | Free
VS Code extension sample using Vite
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-extension-sample-vite

Visual Studio Code extension sample using Vite as bundler instead of webpack (🤢)

  • Marketplace or download the latest release VSIX

Includes

  • Hover support: hover over any word in a text file
  • Settings: change command messages and enable/disable hover
  • Commands: show messages based on settings

Publishing

  1. Go to Azure DevOps and create an Organization
  2. Go to https://dev.azure.com/{yourorganization}
  3. Go to Personal Access Tokens > New Token. On new token tab:
  4. Under Organizations, select All accessible organizations
  5. Under Scopes, select Custom defined, search for Marketplace and check Manage
  6. Click on create. Copy the token and add as a secret in GitHub with the name PAT_TOKEN
  7. Go to your organization management
  8. Create a new publisher, which you'll be the same name as inside your package.json > publisher field
  9. Change package.json > publisher field to the same publisher
  10. Your extension will be automatically published by .github/workflows/release.yaml if you push with tags, like:
  11. git tag v<major.minor.patch-others>
  12. git push -u origin main --tags

Learn more

Troubleshooting

To prevent d-bus warnings when running in WSL due to #2941, run

# If it's the first time running, run sudo
sudo scripts/run-dbus.sh  
# Otherwise, just source it
source scripts/run-dbus.sh

This won't prevent GPU errors such dri3 extension not supported. Also, won't suppress warning when running test:hidden and test:insiders:hidden

License

Copyleft - All rights pวsษนวสŒวษน

Icons by Freepik - Flaticon

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
ยฉ 2025 Microsoft