We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e0393 + c855ff7 commit 973e5e6Copy full SHA for 973e5e6
tutorials/scripting/c_sharp/c_sharp_basics.rst
@@ -106,11 +106,6 @@ In Visual Studio Code:
106
107
- Install the `C# <https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp>`__ extension.
108
109
-.. note::
110
-
111
- If you are using Linux you need to install the `Mono SDK <https://www.mono-project.com/download/stable/#download-lin>`__
112
- for the C# tools plugin to work.
113
114
To configure a project for debugging, you need a ``tasks.json`` and ``launch.json`` file in
115
the ``.vscode`` folder with the necessary configuration.
116
0 commit comments