We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b9a17 commit 877408aCopy full SHA for 877408a
2 files changed
package.json
@@ -45,7 +45,6 @@
45
],
46
"activationEvents": [
47
"onLanguage:python",
48
- "workspaceContains:*.py",
49
"onCommand:python.python-debug.startSession",
50
"onCommand:python.execInTerminal",
51
"onCommand:python.sortImports",
src/client/helpProvider.ts
@@ -44,7 +44,7 @@ export class TextDocumentContentProvider extends Disposable implements vscode.Te
44
}
const helpSchema = 'help-viewer';
-const previewUri = vscode.Uri.parse(helpSchema + '://authority/jupyter');
+const previewUri = vscode.Uri.parse(helpSchema + '://authority/python');
export class HelpProvider {
private disposables: Disposable[] = [];
0 commit comments