rthomas320 opened a new issue, #1541:
URL: https://github.com/apache/daffodil-vscode/issues/1541
I noticed this issue on WIndows10. Two data editor processes continue to
run after closing the debug window running the data editor in the extension and
the original VS Code window.
## Steps to Reproduce
[
1. pull in the code for main
2. make sure main is checked out
3. run git clean -fdx
4. run yarn
5. start VS Code -> code .
6. start the debugger to run the extension in debug
7. when the debug vs code window opens, use ctrl+shift+p to launch the
data editor
8. pick a file to open
9. close the debug vs code window
10. close the original vs code window
11. run git clean -fdx
12. git clean will produce an error
13. open task manager
14. a Java process will show as running
15. stop the Java process
16. run git clean -fdx
17. git clean will complete successfully
]
## Expected Behavior
Git clean should successfully remove the indicated files without having to
stop the Java process. Exiting visual studio should stop the data editor java
processes
## Actual Behavior
Git clean is unable to remove the files:
- node_modules/@omega-edit/server/out/bin/omega-edit-grpc-server
- node_modules/@omega-edit/server/out/bin/omega-edit-grepc-server.bat
data editor Java processes continue to run
## Additional Notes and Screenshots (optional)
<img width="1057" height="889" alt="Image"
src="https://github.com/user-attachments/assets/b229706c-ad0d-47fe-afc6-91f69a76dc31"
/>
<img width="3269" height="1376" alt="Image"
src="https://github.com/user-attachments/assets/ff1bb2a7-1d58-4359-ac62-07a0e38fa575"
/>
## Environment
[
- Operating System(s):
WIndows10
- Browser/VS Code version:
Firefox 145.0.1
- Extension version:
1.5.0
]
--
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]