File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
server/src/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ pnpm verify:bail
1313
1414cd vscode-client
1515
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
653653 " newText" : " newName" ,
654654 " range" : {
655655 " end" : {
656- " character" : 53 ,
656+ " character" : 10 ,
657657 " line" : 16 ,
658658 },
659659 " start" : {
660- " character" : 43 ,
660+ " character" : 0 ,
661661 " line" : 16 ,
662662 },
663663 },
You can’t perform that action at this time.
0 commit comments