diff --git a/tutorials/scripting/c_sharp/c_sharp_basics.rst b/tutorials/scripting/c_sharp/c_sharp_basics.rst index e406f69d925..224ec48a393 100644 --- a/tutorials/scripting/c_sharp/c_sharp_basics.rst +++ b/tutorials/scripting/c_sharp/c_sharp_basics.rst @@ -106,11 +106,6 @@ In Visual Studio Code: - Install the `C# `__ extension. -.. note:: - - If you are using Linux you need to install the `Mono SDK `__ - for the C# tools plugin to work. - To configure a project for debugging, you need a ``tasks.json`` and ``launch.json`` file in the ``.vscode`` folder with the necessary configuration.