You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# .NET Core SDK - Docker mod for codeserver
1
+
# .NET Core SDK - Docker mod for code-server/openvscode-server
2
2
3
-
This mod adds .NET CORE SDK to codeserver.
3
+
This mod adds .NET CORE SDK to code-server and openvscode-server.
4
4
5
-
In codeserver docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:code-server-dotnet`
5
+
In code-server/openvscode-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:code-server-dotnet`
6
6
7
7
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:code-server-dotnet|linuxserver/mods:code-server-mod2`
0 commit comments