mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -336,10 +336,10 @@ export class LineCommentCommand implements editorCommon.ICommand {
|
||||
}
|
||||
|
||||
return new Selection(
|
||||
result.startLineNumber,
|
||||
result.startColumn + this._deltaColumn,
|
||||
result.endLineNumber,
|
||||
result.endColumn + this._deltaColumn
|
||||
result.selectionStartLineNumber,
|
||||
result.selectionStartColumn + this._deltaColumn,
|
||||
result.positionLineNumber,
|
||||
result.positionColumn + this._deltaColumn
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user