We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323eceb commit 7f0ae3fCopy full SHA for 7f0ae3f
src/services/shims.ts
@@ -615,8 +615,7 @@ module ts {
615
"getIndentationAtPosition('" + fileName + "', " + position + ")",
616
() => {
617
var localOptions: EditorOptions = JSON.parse(options);
618
- var columnOffset = this.languageService.getIndentationAtPosition(fileName, position, localOptions);
619
- return { value: columnOffset };
+ return this.languageService.getIndentationAtPosition(fileName, position, localOptions);
620
});
621
}
622
0 commit comments