Skip to content

Workspace name case sensitivity inconsistent #726

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

Closed
danbarr opened this issue Jan 22, 2025 · 0 comments · Fixed by #736
Closed

Workspace name case sensitivity inconsistent #726

danbarr opened this issue Jan 22, 2025 · 0 comments · Fixed by #736
Assignees
Labels

Comments

@danbarr
Copy link
Contributor

danbarr commented Jan 22, 2025

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:

Image

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:

Image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants