We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec3c6e commit 8087514Copy full SHA for 8087514
packages/vscode/src/extension.ts
@@ -11,7 +11,7 @@ const projectName = "githru";
11
12
export async function activate(context: vscode.ExtensionContext) {
13
const { subscriptions, extensionPath, secrets } = context;
14
- const credentials = new Credentials();ㅁ
+ const credentials = new Credentials();
15
let currentPanel: vscode.WebviewPanel | undefined = undefined;
16
17
await credentials.initialize(context);
0 commit comments