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 55
55
${{ runner.os }}-build-${{ env.cache-name }}-
56
56
${{ runner.os }}-build-
57
57
${{ runner.os }}-
58
- - run : npm install -g vsce@1.80.0
58
+ - run : npm install -g vsce
59
59
- run : vsce package
60
60
- run : echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
61
61
- run : echo "VSIX_NAME=$(basename $(find . -maxdepth 1 -type f -iname "*.vsix" | head -1))" >> $GITHUB_ENV
74
74
with :
75
75
node-version : " 14"
76
76
- run : yarn install
77
- - run : npm install -g vsce@1.80.0
77
+ - run : npm install -g vsce
78
78
- run : vsce package
79
79
- run : echo "VSIX_PATH=$(find . -maxdepth 1 -type f -iname "*.vsix" | head -1)" >> $GITHUB_ENV
80
80
- 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
7
7
## [ 8.2.0]
8
8
9
9
- Updated Prettier to 2.4.1
10
+ - VS Code version to 1.60.0
10
11
11
12
## [ 8.1.0]
12
13
Original file line number Diff line number Diff line change 19
19
"url" : " https://github.com/prettier/prettier-vscode/issues"
20
20
},
21
21
"engines" : {
22
- "vscode" : " ^1.57 .0"
22
+ "vscode" : " ^1.60 .0"
23
23
},
24
24
"keywords" : [
25
25
" multi-root ready" ,
You can’t perform that action at this time.
0 commit comments