`"lsp": { "roslyn": { "settings": { "csharp|projects": { "dotnet_enable_automatic_restore": false, }, }, }, },` Roslyn is always automatically restoring all csproj's in the directory and all subdirectories even with this set to false.
"lsp": { "roslyn": { "settings": { "csharp|projects": { "dotnet_enable_automatic_restore": false, }, }, }, },Roslyn is always automatically restoring all csproj's in the directory and all subdirectories even with this set to false.