Skip to content

Commit bf3dc7a

Browse files
committed
Disable Python check on startup
This is a temporary workaround for posit-dev/positron#7203 (comment)
1 parent d2eb171 commit bf3dc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assistant/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export function activateAssistant(extensionContext: vscode.ExtensionContext) {
108108
assistantDisposables.forEach((d) => extensionContext.subscriptions.push(d));
109109

110110
// eslint-disable-next-line @typescript-eslint/no-floating-promises
111-
checkPythonEnvironment();
111+
// checkPythonEnvironment();
112112
}
113113

114114
export function deactivateAssistant() {

0 commit comments

Comments
 (0)