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

Add vsix testing section to readme #51

Merged
merged 9 commits into from
Jun 16, 2022
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Firstly, uninstall the official release of the extension and reload VS Code if y
cd sway-vscode-plugin
npm i
git checkout <branch>
vsce package # Generates a .vsix file
code --install-extension sway-vscode-extension-<version>.vsix
vsce package # Generates a .vsix file, the version will be included in the file name
eureka-cpu marked this conversation as resolved.
Show resolved Hide resolved
code --install-extension sway-vscode-extension-$VERSION.vsix
```

## Testing in Debug mode
Expand Down