hrnanhrnanhrnan / csharp-playground

Spin up a playground to quickly experiment with C# code in an isolated environment, with immediate feedback through inline runtime values for variables and everything written to the console
MIT License
0 stars 0 forks source link

Window reload with running Playground will not analyze code #1

Open hrnanhrnanhrnan opened 2 weeks ago

hrnanhrnanhrnan commented 2 weeks ago

Since reloading will create new instance of AnalyzerServerManager and therefor loose ConnectionDetails, all calls to the server will hit endpoint "".

hrnanhrnanhrnan commented 2 weeks ago

Maybe do check on activate, if playground is in workspace and server is running in terminal, restart server and playground.