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 55f5be9 commit fbe2f15Copy full SHA for fbe2f15
src/extension.ts
@@ -85,11 +85,6 @@ export async function activate(context: vscode.ExtensionContext) {
85
await context.globalState.update(FIRST_INSTALL_KEY, true);
86
telemetry.sendTelemetryEvent('gitpod_desktop_installation', { kind: 'install' });
87
}
88
-
89
- // context.subscriptions.push(vscode.extensions.onDidChange(() => {
90
- // const allUserExtensions = vscode.extensions.all.filter(ext => !ext.packageJSON['isBuiltin'] && !ext.packageJSON['isUserBuiltin']);
91
- // console.log(`>>>`, allUserExtensions);
92
- // }));
93
94
95
export async function deactivate() {
0 commit comments