-
Notifications
You must be signed in to change notification settings - Fork 26
Description
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
- pull in the code for main
- make sure main is checked out
- run git clean -fdx
- run yarn
- start VS Code -> code .
- start the debugger to run the extension in debug
- when the debug vs code window opens, use ctrl+shift+p to launch the data editor
- pick a file to open
- close the debug vs code window
- close the original vs code window
- run git clean -fdx
- git clean will produce an error
- open task manager
- a Java process will show as running
- stop the Java process
- run git clean -fdx
- 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)
I ran git clean, then yarn,
then brought up the source in code and ran the extension in debug.
I opened DataEditor from the control palette,
then tried a search and replace operation.
I closed the extension window,
then the original code window
and ran git clean again.
I got an error that a node module that had to do with DataEditor couldn't be deleted.
I checked Task Manager and Java was running.

I canceled out of the git clean.
Stopped the Java task.
then ran git clean again.
Git clean completed successfully.
Environment
- Operating System(s):
WIndows10 - Browser/VS Code version:
Firefox 145.0.1 - Extension version:
1.5.0
Metadata
Metadata
Assignees
Labels
Type
Projects
Status