Skip to content
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

clarinet new creates invalid .vscode\tasks.json #1245

Closed
kilianmh opened this issue Nov 13, 2023 · 0 comments · Fixed by #1256
Closed

clarinet new creates invalid .vscode\tasks.json #1245

kilianmh opened this issue Nov 13, 2023 · 0 comments · Fixed by #1256

Comments

@kilianmh
Copy link

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:

  1. clarinet new test-project
  2. Check the file in .vscode/tasks.json
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant