exercism / exercism/vscode-exercism-cli
Config.json not found when submiting solutions from vscode
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I’ve installed successfully the Cli and this VS Code extension. I have opened my workspace correctly but when I submit the solution I receive this error message:
`Cannot submit this solution automatically, because .exercism/config.json could not be found at /home/miguel/snap/exercism/5/exercism/.exercism/config.json. This may happen if you are trying to submit someone else their solution.`
There’s no config.json file and not even the .exercism folder.
The vscode is looking for a /home/miguel/snap/exercism/5/exercism/.exercism/config.json. that does not exists. I have a /home/miguel/.config/exercism/user.json instead with the info about apibaseurl, token and workspace correct there.
I’ve just copied the ~/.config/exercism/user.json into ~/snap/exercism/5/exercism/.exercism/config.json to check if it works and it’s saying now: “Cannot read properties of undefined (reading ‘solution’)”
I installed exercism-3.1.0-linux-x86_64.tar.gz from here: [Release exercism-v3.1.0 · exercism/cli · GitHub](https://github.com/exercism/cli/releases/tag/v3.1.0) following the Cli install instructions: [Exercism](https://exercism.org/cli-walkthrough)
Thanks a lot!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.