We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a1786 commit b14fb98Copy full SHA for b14fb98
1 file changed
extensions/csharp-o/package.json
@@ -17,7 +17,7 @@
17
],
18
"main": "./out/omnisharpMain",
19
"scripts": {
20
- "postinstall": "gulp omnisharp",
+ "postinstall": "node ./node_modules/gulp/bin/gulp.js omnisharp",
21
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../gulpfile.plugins.js compile-plugin:csharp-o ./tsconfig.json"
22
},
23
"dependencies": {
0 commit comments