File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 4
4
| :--:| :--:|
5
5
| [ ![ Master Build Status] ( https://travis-ci.org/OmniSharp/omnisharp-vscode.svg?branch=master )] ( https://travis-ci.org/OmniSharp/omnisharp-vscode ) | [ ![ Dev Build Status] ( https://travis-ci.org/OmniSharp/omnisharp-vscode.svg?branch=dev )] ( https://travis-ci.org/OmniSharp/omnisharp-vscode ) |
6
6
7
- Don't install this extension unless you want to try an early version.
8
-
9
- This is a preview of C# support in Visual Studio code. It is designed to work well with the upcoming [ .NET Core 1.0] ( http://dotnet.github.io/ ) .
7
+ This is a preview of C# support in Visual Studio code. It is designed to work well with [ .NET Core 1.0] ( http://dotnet.github.io/ ) .
10
8
These new projects are based on project.json and the [ .NET CLI] ( https://dotnet.github.io/getting-started/ ) .
11
9
10
+ ### Support for .csproj
11
+
12
+ Support for .csproj projects will be improved in future versions of this extension. For now, if you are targeting Mono scenarios (ex: Unity
13
+ or Xamarin) we suggest instead installing the 'Built-in Omnisharp' extension. Note that the name of the Omnisharp extension is no longer
14
+ correct - the extension is no longer built into VS Code.
15
+
16
+ Installation steps for the Omnisharp extension --
17
+
18
+ 1 . Install ASP.NET 5 RC1 (NOTE: Do ** NOT** use RC2)
19
+ * Windows: https://docs.asp.net/en/1.0.0-rc1/getting-started/installing-on-windows.html
20
+ * OSX: https://docs.asp.net/en/1.0.0-rc1/getting-started/installing-on-mac.html . Follow the instructions for using Mono.
21
+ * Linux: https://docs.asp.net/en/1.0.0-rc1/getting-started/installing-on-linux.html . Follow the instructions for using Mono.
22
+ 2 . Bring up the extension list in VS Code by opening the command pallet (F1 key) and type 'ext install'.
23
+ 3 . After VS Code has downloaded the extension list, type 'omnisharp' and select 'Built-in Omnisharp' from the list.
24
+ 4 . Open a C# file. If intellisense isn't working, open the output window (View->Toggle Output) and look at the 'OmniSharp Log'.
25
+
12
26
### Debugging
13
27
This version supports basic debugging capabilities.
14
28
See http://aka.ms/vscclrdebugger for details.
You can’t perform that action at this time.
0 commit comments