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

fix: workspace detection of nightly extension not working #1634

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

connor4312
Copy link
Member

Previously, the package.json pulled in at the bundle step was the "nightly"-treated version, but this is no longer the case. This causes nightly to not be able to automatically determine it's running in a remote workspace, since the extensionId is wrong.

Instead, define the version, package name, and publisher as compile-time constants.

Refs #1628 (comment)

Previously, the package.json pulled in at the bundle step was the "nightly"-treated version, but this is no longer the case. This causes nightly to not be able to automatically determine it's running in a remote workspace, since the extensionId is wrong.

Instead, define the version, package name, and publisher as compile-time constants.

Refs #1628 (comment)
@connor4312 connor4312 enabled auto-merge (squash) April 1, 2023 16:04
@VSCodeTriageBot VSCodeTriageBot added this to the April 2023 milestone Apr 1, 2023
@connor4312 connor4312 merged commit 3414392 into main Apr 2, 2023
@connor4312 connor4312 deleted the connor4312/fix-remote-detection branch April 2, 2023 08:11
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.

None yet

3 participants