We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7334e commit 0fcebc0Copy full SHA for 0fcebc0
overlays/csharp-ls/default.nix
@@ -4,5 +4,6 @@ _: _final: prev: {
4
# collisions because dotnet commands will run off the newest SDK breaking working with lower
5
# version projects.
6
useDotnetFromEnv = false;
7
+ meta.badPlatforms = [ ];
8
});
9
}
0 commit comments