rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
947 stars 179 forks source link

The "rojo" executable remains open after closing VS Code. #877

Closed SeesilSylavin closed 7 months ago

SeesilSylavin commented 7 months ago

I've encountered an issue where the "rojo" executable remains open after syncing a project, preventing me from making changes to the project folder.

To Reproduce:

  1. Open a project.
  2. Start syncing.
  3. While syncing, close VS Code.
  4. Observe that the "rojo" executable remains open.

This issue only occurs when closing VS Code while syncing via the extension. It doesn't happen when syncing via the command line. I'm using the latest versions of both the extension and Rojo.

Dekkonot commented 7 months ago

Do you have the Luau LSP extension installed in VSCode?

If so, this is an issue with the LSP.

SeesilSylavin commented 7 months ago

Ah, I see. I tried again and the problem was gone. Sorry about that!