Skip to content

Commit 82f010a

Browse files
authored
Merge pull request #817 from fortran-lang:gnikit/issue814
chore: deprecated vsce@2.15.0
2 parents c4d96aa + 7351c28 commit 82f010a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
echo "Publishing nightly release ${{ env.VERSION }}"
5151
npm ci
52-
npm i -g vsce
52+
npm i -g @vscode/vsce
5353
vsce publish --pre-release --no-git-tag-version ${{ env.VERSION }}
5454
env:
5555
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Publish Release ${{ github.ref_name }}
1919
if: startsWith(github.ref, 'refs/tags/v')
2020
run: |
21-
npm i -g vsce
21+
npm i -g @vscode/vsce
2222
if [ "$pre_release" = true ] ; then
2323
vsce publish --no-git-tag-version --pre-release ${GITHUB_REF_NAME:1}
2424
else

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4949

5050
### Changed
5151

52+
- Changed the `npm vsce` package to `@vscode/vsce` for publishing
53+
([#814](https://github.com/fortran-lang/vscode-fortran-support/issues/814))
5254
- Changed logger to draw focus on certain error messages
5355
([#744](https://github.com/fortran-lang/vscode-fortran-support/issues/744))
5456
- Changed the way extension Release Notes are displayed

0 commit comments

Comments
 (0)