hrnanhrnanhrnan / csharp-playground

MIT License
0 stars 0 forks source link

Window reload with running Playground will not analyze code #1

Open hrnanhrnanhrnan opened 5 days ago

hrnanhrnanhrnan commented 5 days ago

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

hrnanhrnanhrnan commented 5 days ago

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