stricklandrbls commented on PR #1382:
URL: https://github.com/apache/daffodil-vscode/pull/1382#issuecomment-3271900316
> Testing on Win 11, when I try to launch a debugging session of the
extension I get the following error in the watch task terminal window
@duboisfordwork - Can you verify that you ran this on the latest commit
(commit hash `284253...`). The latest commit should have resolved this issue.
The errors you're seeing are the same that @JeremyYao and I were getting.
Another way to verify you're on the latest commit would be to inspect the
_./build/yarn-scripts.ts_ file has the updated `watch()` implementation:
```ts
function watch() {
concurrently(
['yarn vite:dev', 'yarn watch:svelte', 'yarn watch:tdmlEditorJS'],
{
killOthersOn: ['failure'],
}
)
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]