mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 20:54:27 +00:00
do not read no settings properties
This commit is contained in:
@@ -375,6 +375,7 @@ function parse(model: ITextModel, isSettingsProperty: (currentProperty: string,
|
||||
const position = model.getPositionAt(offset);
|
||||
range.endLineNumber = position.lineNumber;
|
||||
range.endColumn = position.column;
|
||||
settingsPropertyIndex = -1;
|
||||
}
|
||||
},
|
||||
onArrayBegin: (offset: number, length: number) => {
|
||||
|
||||
Reference in New Issue
Block a user