-
Notifications
You must be signed in to change notification settings - Fork 52
feat: Add support to the vscode-web module for loading workspaces at startup #349
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
Conversation
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we are adding a new input lets bump the minor version.
Description
This is a PR to add support to the vscode-web module for loading workspaces at startup. At present it is only possible to load a folder on startup.
This functionality already exists in the Coder code-server release, this module targets the Microsoft version.
Type of Change
Module Information
Path:
registry/coder/modules/vscode-web
New version:
v1.4.0
Breaking change: [ ] Yes [x] No
Testing & Validation
bun test
)bun run fmt
)Related Issues
None