Closed theking2 closed 1 year ago
hi @theking2, try this command settings scheme, for example ("match" is a required property):
{
"match": "^(?!.*@).*\\.ts$",
"isAsync": true,
"cmd": "cd '${workspaceRoot}'; node ./index.js '${file}'",
"event": "onFileChange"
},
]
I have this in my code-workspace, but it seems not picked up by file watcher:
is this correct here?