Преглед изворни кода

Fixes regression with not opening line in remote

main
Eric Amodio пре 7 година
родитељ
комит
68fcbf713d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/commands/openFileInRemote.ts

+ 1
- 1
src/commands/openFileInRemote.ts Прегледај датотеку

@ -16,7 +16,7 @@ export class OpenFileInRemoteCommand extends ActiveEditorCommand {
super(Commands.OpenFileInRemote);
}
protected async preExecute(context: CommandContext, args: OpenFileInRemoteCommandArgs = {}): Promise<any> {
protected async preExecute(context: CommandContext, args: OpenFileInRemoteCommandArgs = { range: true }): Promise<any> {
if (isCommandViewContextWithCommit(context)) {
args = { ...args };
args.range = false;

Loading…
Откажи
Сачувај