Update file comment proposal (#216600)

Part of  #214327
This commit is contained in:
Alex Ross
2024-06-19 12:31:19 +02:00
committed by GitHub
parent 984c143f32
commit 6ce4315300
3 changed files with 26 additions and 60 deletions

View File

@@ -215,7 +215,7 @@ export function createExtHostComments(mainContext: IMainContext, commands: ExtHo
} else if (rangesResult) {
ranges = {
ranges: rangesResult.ranges || [],
fileComments: rangesResult.fileComments || false
fileComments: rangesResult.enableFileComments || false
};
} else {
ranges = rangesResult ?? undefined;