JeremyYao commented on issue #1557: URL: https://github.com/apache/daffodil-vscode/issues/1557#issuecomment-3998127233
Not running into the issue on Windows 11 after a `git clean -fdx`, `yarn install`, `yarn package` and `yarn test` My java version is the following ```powershell PS C:\Users\jeremy.yao\repos\daffodil-vscode-ctc> java --version java 17.0.12 2024-07-16 LTS Java(TM) SE Runtime Environment (build 17.0.12+8-LTS-286) Java HotSpot(TM) 64-Bit Server VM (build 17.0.12+8-LTS-286, mixed mode, sharing) ``` My node version is the following ``` PS C:\Users\jeremy.yao\repos\daffodil-vscode-ctc> node --version v22.14.0 ``` My yarn version is the following ``` PS C:\Users\jeremy.yao\repos\daffodil-vscode-ctc> yarn --version 1.22.22 ``` -- 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]
