Hello,
I get an error when I try to submit my solution. Here are the details.
This is the error I get
exercism/fsharp/hello-world via .NET v8.0.100 šÆ net8.0
āÆ exercism submit HelloWorld.fs
Error: not in workspace: directory location may be case sensitive: workspace directory: /Users/myusername/Exercism, submit path: /Users/myusername/exercism/fsharp/hello-world/HelloWorld.fs
Output from exercism troubleshoot
Troubleshooting Information
Version
Current: 3.2.0
Latest: 3.2.0
Operating System
OS: darwin
Architecture: amd64
Configuration
Home: /Users/myusername
Workspace: /Users/myusername/Exercism
Config: /Users/myusername/.config/exercism
API key: 0c63*****************************999
Your workspace directory is /Users/myusername/Exercism.
You are working on code in /Users/myusername/exercism.
These paths are different. The tool expects you to work in the workspace directory. If the latter directory is correct, you can use exercism config to update the workspace directory.
Config dir: /Users/myusername/.config/exercism
Token: (-t, --token) *****************************
Workspace: (-w, --workspace) /Users/myusername/Exercism
API Base URL: (-a, --api) https://api.exercism.org/v1
So I guess I donāt know how to change the āWorkspaceā to use the lower case āeā.
I just renamed the main Exercism directory to the lower case e, but that doesnāt do it. So is there some way to change the āWorkspace directoryā, which I donāt even really know what that is referring toā¦
Okay NVM, I figured it outā¦ In case this helps anyone as slow as myself, the following worked for me:
I ran in terminal:
exercism configure -w /Users/myusername/exercism
*the ā-wā being the āflagā for configuring the āWorkspaceā I guess. And it takes an argument, being the new updated directory name, with the lower case āeā.