Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e6f6c commit c2e6c2bCopy full SHA for c2e6c2b
src/commands.ts
@@ -8,8 +8,8 @@ import { Storage } from "./storage"
8
import { WorkspaceTreeItem } from "./workspacesProvider"
9
10
export class Commands {
11
-
12
public constructor(private readonly vscodeProposed: typeof vscode, private readonly storage: Storage) {}
+
13
public async login(...args: string[]): Promise<void> {
14
let url: string | undefined = args.length >= 1 ? args[0] : undefined
15
if (!url) {
0 commit comments