Chattr / .vscode /tasks.json
MH0386's picture
Merge pull request #800 from AlphaSphereDotAI/hf
66760eb verified
Raw
History Blame Contribute Delete
333 Bytes
Invalid JSON:Expected property name or '}' in JSONat line 2, column 5
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "uv sync",
"type": "shell",
"command": "uv",
"args": [
"sync"
]
}
]
}