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
I'm seeing some inconsistencies with how case is handled in workspace names. I created a workspace with a name in ALL_CAPS, and it was converted to lower case:
That's fine, we can document that workspace names are always lower case. But then subsequent commands using the same ALL_CAPS don't work:
I think we should be consistent in case (in)sensitivity.
Steps to Reproduce
From a chat prompt, run:
codegate workspace add WORKSPACE_NAME
# See that workspace is created as workspace_name:
codegate workspace list
# Try commands using mixed case:
codegate workspace activate WORKSPACE_NAME
codegate workspace archive Workspace_Name
Operating System
MacOS (Arm)
IDE and Version
N/A
Extension and Version
N/A
Provider
GitHub Copilot
Model
N/A
Codegate version
v0.1.12
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the issue
I'm seeing some inconsistencies with how case is handled in workspace names. I created a workspace with a name in ALL_CAPS, and it was converted to lower case:
That's fine, we can document that workspace names are always lower case. But then subsequent commands using the same ALL_CAPS don't work:
I think we should be consistent in case (in)sensitivity.
Steps to Reproduce
From a chat prompt, run:
Operating System
MacOS (Arm)
IDE and Version
N/A
Extension and Version
N/A
Provider
GitHub Copilot
Model
N/A
Codegate version
v0.1.12
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: