File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ - if : github.ref == 'refs/heads/main'
2+ name : Publish to Visual Studio Marketplace
3+ uses : HaaLeo/publish-vscode-extension@v2
4+ with :
5+ pat : ${{ secrets.VS_MARKETPLACE_TOKEN }}
6+ registryUrl : https://marketplace.visualstudio.com
7+ id : vsmPublish
8+ # TODO: Publish to Open VSX Registry
9+ # - if: github.ref == 'refs/heads/main'
10+ # name: Publish to Open VSX Registry
11+ # uses: HaaLeo/publish-vscode-extension@v2
12+ # with:
13+ # pat: ${{ secrets.OPEN_VSX_REGISTRY_TOKEN }}
14+ # extensionFile: ${{ steps.vsmPublish.outputs.vsixPath }}
Original file line number Diff line number Diff line change 1+ .github /**
12.vscode /**
23docs /**
34.gitignore
5+ CHANGELOG.md
46rnd-colours.json
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.0.1 - 2026-03-07
4+
5+ Initial release
You can’t perform that action at this time.
0 commit comments