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

Bump vscode version to 1.64.0 #30

Merged
merged 8 commits into from
Feb 28, 2022

Conversation

adlerjohn
Copy link
Contributor

@adlerjohn adlerjohn commented Feb 27, 2022

Fixes the error here: https://github.com/FuelLabs/sway-vscode-plugin/actions/runs/1907481078

Also removes the use of npx, which doesn't fix a version and was resulting in unexpected behavior, specifically

$ npx vsce package
Executing prepublish script 'npm run vscode:prepublish'...

> sway-vscode-plugin@0.2.0 vscode:prepublish
> npm run compile


> sway-vscode-plugin@0.2.0 compile
> tsc -b

 ERROR  Extension entrypoint(s) missing. Make sure these files exist and aren't ignored by '.vscodeignore':
  extension/client/out/extension.js

@adlerjohn adlerjohn self-assigned this Feb 27, 2022
@adlerjohn adlerjohn marked this pull request as ready for review February 27, 2022 23:53
@adlerjohn
Copy link
Contributor Author

This should be reviewed separately before merging into #29

uses: creyD/prettier_action@v4.2
with:
prettier_options: --check client/src snippets syntaxes
- run: npm run format:check
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prior to this change, the action would cd into another directory and mess up subsequent steps.

@adlerjohn adlerjohn merged commit 99bcdbe into adlerjohn/ci-dry-run Feb 28, 2022
@adlerjohn adlerjohn deleted the adlerjohn/bump-vscode-version branch February 28, 2022 13:34
adlerjohn added a commit that referenced this pull request Mar 4, 2022
* Add dry run publish to CI

* Rename

* Refactor workflows.

* Remove redundant newlines.

* Fix

* Fix: add required pat

* Should fix ci

* Should fix publish

* Bump vscode version to 1.64.0 (#30)

* Bump vscode version to 1.64.0

* Install vsce as a dev dependency.

* Attempt to fix ci

* revert

* Install prettier as dev dep

* Don't use npx

* Don't use action for format check.
sdankel pushed a commit that referenced this pull request Apr 17, 2024
* Add dry run publish to CI

* Rename

* Refactor workflows.

* Remove redundant newlines.

* Fix

* Fix: add required pat

* Should fix ci

* Should fix publish

* Bump vscode version to 1.64.0 (#30)

* Bump vscode version to 1.64.0

* Install vsce as a dev dependency.

* Attempt to fix ci

* revert

* Install prettier as dev dep

* Don't use npx

* Don't use action for format check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants