提交 ea1f6135 编写于 作者: S Sandeep Somavarapu

do not read no settings properties

上级 75e2ee5f
...@@ -375,6 +375,7 @@ function parse(model: ITextModel, isSettingsProperty: (currentProperty: string, ...@@ -375,6 +375,7 @@ function parse(model: ITextModel, isSettingsProperty: (currentProperty: string,
const position = model.getPositionAt(offset); const position = model.getPositionAt(offset);
range.endLineNumber = position.lineNumber; range.endLineNumber = position.lineNumber;
range.endColumn = position.column; range.endColumn = position.column;
settingsPropertyIndex = -1;
} }
}, },
onArrayBegin: (offset: number, length: number) => { onArrayBegin: (offset: number, length: number) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册