From 2bb9d18477e210d51edc50adc1d12c5a55d04b05 Mon Sep 17 00:00:00 2001 From: James Ko Date: Tue, 31 May 2016 12:50:03 -0400 Subject: [PATCH] Update compilationOptions -> buildOptions (#384) --- src/coreclr-debug/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr-debug/main.ts b/src/coreclr-debug/main.ts index 6a44192d1e..3ee83a871e 100644 --- a/src/coreclr-debug/main.ts +++ b/src/coreclr-debug/main.ts @@ -328,7 +328,7 @@ function createProjectJson(targetRuntime: string): any { let projectJson = { name: "dummy", - compilationOptions: { + buildOptions: { emitEntryPoint: true }, dependencies: { @@ -393,4 +393,4 @@ function spawnChildProcess(process: string, args: string[], channel: vscode.Outp }); return promise; -} \ No newline at end of file +}