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 install-extension script #9

Merged
merged 1 commit into from
Oct 21, 2021
Merged

Add install-extension script #9

merged 1 commit into from
Oct 21, 2021

Conversation

AlicanC
Copy link
Contributor

@AlicanC AlicanC commented Oct 21, 2021

I've made the necessary changes to make vsce work and added an npm script that runs this command to build&package&install the extension:
npx vsce package -o sway-vscode-plugin.vsix && code --install-extension sway-vscode-plugin.vsix

With this testing the ext becomes:

git clone git@github.com:FuelLabs/sway-vscode-plugin.git
cd sway-vscode-plugin
npm i
npm run install-extension

@AlicanC AlicanC self-assigned this Oct 21, 2021
@AlicanC AlicanC marked this pull request as ready for review October 21, 2021 00:25
@AlicanC AlicanC requested a review from leviathanbeak October 21, 2021 00:25
@AlicanC AlicanC merged commit a20d360 into master Oct 21, 2021
@AlicanC AlicanC deleted the install-extension-script branch October 21, 2021 21:47
@adlerjohn
Copy link
Contributor

Can these instructions be added to the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants