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 5202430 commit 99447f5Copy full SHA for 99447f5
README.md
@@ -12,7 +12,6 @@ This extension is published at [open-vsx.org](https://open-vsx.org/extension/muh
12
### Build from source:
13
Requirements:
14
- [nodejs](https://nodejs.org)
15
-- [vsce](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce)
16
17
```
18
git clone https://github.com/muhammadsammy/free-omnisharp-vscode.git
@@ -21,9 +20,8 @@ cd free-omnisharp-vscode
21
20
22
npm install
23
24
-npm run compile
+npm run package
25
26
-vsce package
27
28
then run `Extensions: Install from VSIX` from the command pallete and select the `csharp-VERSION_NUMBER.vsix` file.
29
0 commit comments