Skip to content

Commit

Permalink
vscode 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Sep 20, 2021
1 parent ef53394 commit 413f24e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm install -g vsce@1.80.0
- run: npm install -g vsce
- run: vsce package
- run: echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
- run: echo "VSIX_NAME=$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1))" >> $GITHUB_ENV
Expand All @@ -74,7 +74,7 @@ jobs:
with:
node-version: "14"
- run: yarn install
- run: npm install -g vsce@1.80.0
- run: npm install -g vsce
- run: vsce package
- run: echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
- run: echo "VSIX_NAME=$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1))" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
## [8.2.0]

- Updated Prettier to 2.4.1
- VS Code version to 1.60.0

## [8.1.0]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/prettier/prettier-vscode/issues"
},
"engines": {
"vscode": "^1.57.0"
"vscode": "^1.60.0"
},
"keywords": [
"multi-root ready",
Expand Down

0 comments on commit 413f24e

Please sign in to comment.