We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e10aa commit 0836d70Copy full SHA for 0836d70
1 file changed
.github/workflows/publish.yml
@@ -434,10 +434,10 @@ jobs:
434
--notes "$(cat <<'NOTES'
435
## B2C DX VS Code Extension v${{ steps.packages.outputs.version_vsx }}
436
437
- Download the \`.vsix\` file below and install via:
438
- \`\`\`
+ Download the `.vsix` file below and install via:
+ ```
439
code --install-extension b2c-vs-extension-${{ steps.packages.outputs.version_vsx }}.vsix
440
441
442
Or in VS Code: Extensions → ⋯ → Install from VSIX...
443
NOTES
0 commit comments