### Rerunning SetupRemote for MCNP after opening an MCNP input
The issue here is that the MCNP language server is running in the background due to having opened an MCNP input. During the SetupRemote process a new copy of the language server will be retrieved and installed. On Windows, because the language server is in use, the SetupRemote step fails providing an error about the file being locked. This isn't a big deal because there is currently only one language server for MCNP, but because the SetupRemote fails the new configured parameters are not properly finalized. This typically occurs when you want to change the path to MCNP on the server (E.g., because you got the path wrong the first time).