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.
1 parent c6a76f4 commit b36453bCopy full SHA for b36453b
README.md
@@ -16,8 +16,9 @@ This extension is published at [open-vsx.org](https://open-vsx.org/extension/muh
16
Requirements:
17
18
- [nodejs](https://nodejs.org)
19
+- npm (comes with nodejs)
20
-```
21
+```bash
22
git clone https://github.com/muhammadsammy/free-omnisharp-vscode.git
23
24
cd free-omnisharp-vscode
@@ -30,8 +31,6 @@ npx gulp 'vsix:release:package'
30
31
32
then run `Extensions: Install from VSIX` from the command pallete and select the `csharp-VERSION_NUMBER.vsix` file.
33
-<br />
34
-
35
# From [OmniSharp/omnisharp-vscode](https://github.com/OmniSharp/omnisharp-vscode) README
36
37
## Note about using .NET Core 3.1.40x SDKs
0 commit comments