File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
58+ - run : npm install -g vsce@1.80.0
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
77+ - run : npm install -g vsce@1.80.0
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 @@ -4,6 +4,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
44
55<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
66
7+ ## [ 8.0.1]
8+
9+ - Forced version of vsce on build
10+
711## [ 8.0.0]
812
913- Updated Prettier to 2.3.1
Original file line number Diff line number Diff line change 22 "name" : " prettier-vscode" ,
33 "displayName" : " Prettier - Code formatter" ,
44 "description" : " Code formatter using prettier" ,
5- "version" : " 8.0.0 " ,
5+ "version" : " 8.0.1 " ,
66 "publisher" : " esbenp" ,
77 "author" : " Prettier <@prettiercode>" ,
88 "galleryBanner" : {
You can’t perform that action at this time.
0 commit comments