Skip to content

Commit 7ef4021

Browse files
Merge pull request #323 from gregg-miskelly/UpdateReadme
Update README.md to reference the OmniSharp extension
2 parents a1fd87e + 5599656 commit 7ef4021

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,25 @@
44
|:--:|:--:|
55
|[![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)|
66

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/).
108
These new projects are based on project.json and the [.NET CLI](https://dotnet.github.io/getting-started/).
119

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+
1226
### Debugging
1327
This version supports basic debugging capabilities.
1428
See http://aka.ms/vscclrdebugger for details.

0 commit comments

Comments
 (0)