File tree 2 files changed +4
-4
lines changed
server/src/__tests__/__snapshots__
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ pnpm verify:bail
13
13
14
14
cd vscode-client
15
15
16
- # NOTE: it would be much nicer if we could detect which version was deployed...
17
- npx vsce@1.103.1 publish -p $VSCE_TOKEN && tagRelease $tag || echo ' Deploy failed, probably there was no changes '
16
+ npx @vscode/vsce@2.26.0 publish --skip-duplicate -p $VSCE_TOKEN
17
+ tagRelease $tag || echo " Tag update failed, likely already exists "
Original file line number Diff line number Diff line change @@ -653,11 +653,11 @@ exports[`server onRenameRequest Workspace-wide rename returns correct WorkspaceE
653
653
" newText" : " newName" ,
654
654
" range" : {
655
655
" end" : {
656
- " character" : 53 ,
656
+ " character" : 10 ,
657
657
" line" : 16 ,
658
658
},
659
659
" start" : {
660
- " character" : 43 ,
660
+ " character" : 0 ,
661
661
" line" : 16 ,
662
662
},
663
663
},
You can’t perform that action at this time.
0 commit comments