diff --git a/src/coreclr-debug/main.ts b/src/coreclr-debug/main.ts index e0c45ff228..38ac227a41 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 +}