From ad03fd62b38193473f85ec47d329bfc715c9764b Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 3 Dec 2015 12:17:28 +0100 Subject: [PATCH] remove the last csharp-o occurrences and make build happy --- build/gulpfile.hygiene.js | 2 -- extensions/tsconfig.json | 1 - package.json | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build/gulpfile.hygiene.js b/build/gulpfile.hygiene.js index 21a7c85db46..4744ab4513b 100644 --- a/build/gulpfile.hygiene.js +++ b/build/gulpfile.hygiene.js @@ -18,7 +18,6 @@ var all = [ var eolFilter = [ '**', - '!extensions/csharp-o/bin/**', '!extensions/**/out/**', '!**/node_modules/**', '!**/fixtures/**', @@ -40,7 +39,6 @@ var indentationFilter = [ '!**/vs/languages/markdown/common/raw.marked.js', '!**/vs/base/common/winjs.base.raw.js', '!**/vs/base/node/terminateProcess.sh', - '!extensions/csharp-o/gulpfile.js', '!**/vs/base/node/terminateProcess.sh', '!**/vs/text.js', '!**/vs/nls.js', diff --git a/extensions/tsconfig.json b/extensions/tsconfig.json index 379cfd01b07..7b2657a74f5 100644 --- a/extensions/tsconfig.json +++ b/extensions/tsconfig.json @@ -11,7 +11,6 @@ "typescript/src/lib", "typescript/out/lib", "jshint", - "csharp-o", "vscode-api-tests/node_modules" ] } \ No newline at end of file diff --git a/package.json b/package.json index 8e85e9ddafb..210bc3d26f3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "test": "node node_modules/mocha/bin/_mocha", "preinstall": "node build/npm/preinstall.js", - "postinstall": "npm --prefix extensions/csharp-o/ install extensions/csharp-o/ && npm --prefix extensions/vscode-api-tests/ install extensions/vscode-api-tests/" + "postinstall": "npm --prefix extensions/vscode-api-tests/ install extensions/vscode-api-tests/" }, "dependencies": { "applicationinsights": "0.15.6",