duboisfordwork commented on PR #1382: URL: https://github.com/apache/daffodil-vscode/pull/1382#issuecomment-3271748214
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 ``` [1] 'DEBUG_DATAEDITOR' is not recognized as an internal or external command, [1] operable program or batch file. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. [1] yarn watch:svelte exited with code 1 --> Sending SIGTERM to other processes.. [2] [watch] build finished, watching for changes... [0] yarn vite:dev exited with code 1 --> Sending SIGTERM to other processes.. [2] yarn watch:tdmlEditorJS exited with code 1 node:internal/process/promises:392 new UnhandledPromiseRejection(reason); ^ UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "[object Array]". at throwUnhandledRejectionsMode (node:internal/process/promises:392:7) at processPromiseRejections (node:internal/process/promises:475:17) at process.processTicksAndRejections (node:internal/process/task_queues:106:32) { code: 'ERR_UNHANDLED_REJECTION' } ``` This results in the data editor not being able to open with the following error. <img width="1499" height="775" alt="image" src="https://github.com/user-attachments/assets/8e156f59-d9ab-44a1-8214-1940e4720f76" /> -- 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]
