Commit 24090eb
committed
vscode-extensions.ms-dotnettools.csharp: fix license.
Initially the C# extension was fully open source and had the MIT license, however, after changing to the Roslyn language server and adding the vsdbg binary, it has switched to a non-free license. It even has builtin guards against running on non-microsoft VSCode builds now.
Some things in the C# extension can be built from source, but the debugging layer is fully based on vsdbg which is part of Visual Studio which is proprietary, so the extension as a whole is unfree because of it.1 parent 0b41e43 commit 24090eb
File tree
1 file changed
+1
-1
lines changed- pkgs/applications/editors/vscode/extensions/ms-dotnettools.csharp
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments