Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2e6c2b

Browse files
Liorbadeansheather
andauthored
Update src/commands.ts
Co-authored-by: Dean Sheather <[email protected]>
1 parent b7e6f6c commit c2e6c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { Storage } from "./storage"
88
import { WorkspaceTreeItem } from "./workspacesProvider"
99

1010
export class Commands {
11-
1211
public constructor(private readonly vscodeProposed: typeof vscode, private readonly storage: Storage) {}
12+
1313
public async login(...args: string[]): Promise<void> {
1414
let url: string | undefined = args.length >= 1 ? args[0] : undefined
1515
if (!url) {

0 commit comments

Comments
 (0)