Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode extension packaging fixes #252

Merged
merged 3 commits into from
Sep 26, 2024
Merged

VSCode extension packaging fixes #252

merged 3 commits into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    ac0f055 View commit details
    Browse the repository at this point in the history
  2. Add package icon and fix README.md image paths

    For images in the README.md, VS Code doesn't respect images in the
    package. Instead, it generates https paths to the images in the repo.
    mhutch committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ea40f55 View commit details
    Browse the repository at this point in the history
  3. Clean up packaging the VS Code vsix

    Fix image URLs and add new commands:
    
    * npm run vsix-pack
    * npm run vsix-install
    mhutch committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c889616 View commit details
    Browse the repository at this point in the history