Skip to content
Snippets Groups Projects

feat: make initial commit after structure init

3 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -14,7 +14,7 @@ export class CommandHandler {
return this._instance;
}
constructor() {
private constructor() {
this.disconnectCommand = { title: 'Disconnect', command: 'deadlock.disconnect' };
this.authenticateCommand = { title: 'Authenticate', command: 'deadlock.authenticate' };
this.openUrlInBrowserCommand = { title: 'Open url in browser', command: 'vscode.open' };
Loading