Skip to content

Commit 413f24e

Browse files
committed
vscode 1.60.0
1 parent ef53394 commit 413f24e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
${{ runner.os }}-build-${{ env.cache-name }}-
5656
${{ runner.os }}-build-
5757
${{ runner.os }}-
58-
- run: npm install -g vsce@1.80.0
58+
- run: npm install -g vsce
5959
- run: vsce package
6060
- run: echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
6161
- run: echo "VSIX_NAME=$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1))" >> $GITHUB_ENV
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
node-version: "14"
7676
- run: yarn install
77-
- run: npm install -g vsce@1.80.0
77+
- run: npm install -g vsce
7878
- run: vsce package
7979
- run: echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
8080
- run: echo "VSIX_NAME=$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1))" >> $GITHUB_ENV

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
77
## [8.2.0]
88

99
- Updated Prettier to 2.4.1
10+
- VS Code version to 1.60.0
1011

1112
## [8.1.0]
1213

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/prettier/prettier-vscode/issues"
2020
},
2121
"engines": {
22-
"vscode": "^1.57.0"
22+
"vscode": "^1.60.0"
2323
},
2424
"keywords": [
2525
"multi-root ready",

0 commit comments

Comments
 (0)