Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Publish regular pre-release builds to VS Code Marketplace

Open
#1,751 1 comment 0 reactions 0 assignees View on GitHub

Maintainers usually reply within 1 day

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
typescript, vscode
Domain
ci-cd, release

Research direction

Start by inspecting the existing workflow that publishes a development VSIX on pushes to master and how it invokes vsce. Define and document a Marketplace-compatible 3.x pre-release version scheme, automate regular publishing with vsce publish --pre-release, and verify that stable release publishing remains unchanged.

Written by the indexing model from the issue text.

Description

We currently publish a development VSIX to a GitHub pre-release on every push to master, but users cannot opt into automatic pre-release updates through the VS Code Marketplace.

We cannot simply publish the current version such as 3.0.0-rc.0: Marketplace pre-releases still require a plain major.minor.patch version and do not support SemVer pre-release identifiers.

I propose that we:

  • define a Marketplace-compatible versioning scheme for 3.x pre-releases;
  • regularly publish development builds with vsce publish --pre-release;
  • keep normal stable releases unchanged.

This would make testing upcoming 3.x releases much easier without requiring users to manually download and install VSIX files.

Dominant language
TypeScript
Stars
1.2k
Forks
139
Avg merge
23h 31m
Merged PRs (30d)
13

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from REditorSupport/vscode-R

All issues in REditorSupport/vscode-R

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.