Skip to content

Commit 2bb9d18

Browse files
jamesqogregg-miskelly
authored andcommitted
Update compilationOptions -> buildOptions (#384)
1 parent db09c03 commit 2bb9d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr-debug/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function createProjectJson(targetRuntime: string): any
328328
{
329329
let projectJson = {
330330
name: "dummy",
331-
compilationOptions: {
331+
buildOptions: {
332332
emitEntryPoint: true
333333
},
334334
dependencies: {
@@ -393,4 +393,4 @@ function spawnChildProcess(process: string, args: string[], channel: vscode.Outp
393393
});
394394

395395
return promise;
396-
}
396+
}

0 commit comments

Comments
 (0)