remove giant unused context key (#214504)

This commit is contained in:
Aaron Munger 2024-06-12 08:34:29 -07:00 committed by GitHub
parent 79abdbc1fc
commit d7ade261f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,13 +117,6 @@ export function activate(context: vscode.ExtensionContext) {
context.subscriptions.push(cleaner);
}
// Update new file contribution
vscode.extensions.onDidChange(() => {
vscode.commands.executeCommand('setContext', 'jupyterEnabled', vscode.extensions.getExtension('ms-toolsai.jupyter'));
});
vscode.commands.executeCommand('setContext', 'jupyterEnabled', vscode.extensions.getExtension('ms-toolsai.jupyter'));
return {
get dropCustomMetadata() {
return !useCustomPropertyInMetadata();