You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Users want the ability to create new workspaces directly from the Scalr VSCode extension instead of navigating to the Scalr UI. This would streamline their workflow by keeping all workspace-related actions within the extension.
Describe the solution you'd like
Add functionality to the Scalr VSCode extension that allows users to create new workspaces. Users should be able to choose between creating CLI-driven or VCS-driven workspaces.
For CLI-driven workspaces, the extension should prompt for necessary workspace details (e.g., name, environment).
For VCS-driven workspaces, the extension should also offer the option to link the current VSCode folder and repository to the new workspace automatically.
Describe alternatives you've considered
Continue to rely on the Scalr UI for workspace creation, which is less efficient.
Use the Scalr API directly via CLI to create workspaces, but this is more technical and lacks the ease of a graphical interface.
Additional context
This feature would align with the extension’s goal of centralizing workspace management in VSCode. The API endpoint for workspace creation should be exposed in the extension. Consideration should also be given to error handling, validation of required fields, and seamless integration with existing version control setups for VCS-driven workspaces.
Vote on this feature request
If you think this feature is valuable, please give this issue a 👍 thumbs up! The more votes, the higher the priority.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Users want the ability to create new workspaces directly from the Scalr VSCode extension instead of navigating to the Scalr UI. This would streamline their workflow by keeping all workspace-related actions within the extension.
Describe the solution you'd like
Add functionality to the Scalr VSCode extension that allows users to create new workspaces. Users should be able to choose between creating CLI-driven or VCS-driven workspaces.
Describe alternatives you've considered
Additional context
This feature would align with the extension’s goal of centralizing workspace management in VSCode. The API endpoint for workspace creation should be exposed in the extension. Consideration should also be given to error handling, validation of required fields, and seamless integration with existing version control setups for VCS-driven workspaces.
Vote on this feature request
If you think this feature is valuable, please give this issue a 👍 thumbs up! The more votes, the higher the priority.
The text was updated successfully, but these errors were encountered: