mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user