Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Configure build/publishing of VSCode extension #17

Merged
merged 1 commit into from
May 18, 2024

Conversation

darionhaase
Copy link
Member

This builds the VSCode extension and adds the vsix-package as an asset to the GitHub release.
When a tagged release is published, the extension is published to the VSCode Marketplace (similar to publishing of Docker images to the registry).

As I find the handling of pre-releases in the VSCode marketplace strange (https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions), e.g. not compatible with semver, and I don't know how we should handle this, there is currently no support for automatic publishing of 'nightly' versions of the extension. The workaround for this is to manually download and install the extension from the GitHub release. But TBH I believe there is currently no need for nightly releases of the extension, so this should be fine.

Also restructured workflow files. Unfortunately, GitHub Workflows cannot be placed into subfolders. As a workaround I used # as a separator.

@darionhaase
Copy link
Member Author

Should I also include #16 before merging? I don't know how urgent this is.

@Philipp15b Philipp15b marked this pull request as draft May 16, 2024 14:16
@Philipp15b Philipp15b marked this pull request as ready for review May 17, 2024 07:01
Also restructured workflow files. Unfortunately, GitHub Workflows cannot be placed into subfolders. As a workaround I use - as a separator
@darionhaase
Copy link
Member Author

Now also includes publishing to OpenVSX. Files have been renamed to use - instead of # Should be ready to merge now :)

@Philipp15b Philipp15b merged commit 3d30ee6 into moves-rwth:main May 18, 2024
4 checks passed
@Philipp15b
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants