mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-22 17:26:10 -05:00
Adds more linting rules
Fixes lint issues
This commit is contained in:
@@ -29,7 +29,7 @@ export class OpenInRemoteCommand extends ActiveEditorCommand {
|
||||
return command.execute();
|
||||
}
|
||||
|
||||
let placeHolder: string = '';
|
||||
let placeHolder = '';
|
||||
switch (args.resource.type) {
|
||||
case 'branch':
|
||||
// Check to see if the remote is in the branch
|
||||
|
||||
Reference in New Issue
Block a user