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
Describe the bug
Creating a new project with clarinet new produces and invalid .vscode\tasks.json file. There is an additional { which should not be there.
To Reproduce
Steps to reproduce the behavior:
clarinet new test-project
Check the file in .vscode/tasks.json
Scroll down to between "command": "clarinet check" and "type": "npm", there is one { to much.
Expected behavior
Produce valid json file
Environment (please complete the following information):
OS (version): debian(12)
Clarinet version 2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Creating a new project with
clarinet new
produces and invalid.vscode\tasks.json
file. There is an additional{
which should not be there.To Reproduce
Steps to reproduce the behavior:
"command": "clarinet check"
and"type": "npm",
there is one{
to much.Expected behavior
Produce valid json file
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: