File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments