do not read no settings properties

pull/77620/head
Sandeep Somavarapu 2019-07-24 23:22:20 +02:00
parent 75e2ee5fd9
commit ea1f61356f
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {