Skip to content

Commit 877408a

Browse files
committed
removed redundant activation item
1 parent 88b9a17 commit 877408a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
],
4646
"activationEvents": [
4747
"onLanguage:python",
48-
"workspaceContains:*.py",
4948
"onCommand:python.python-debug.startSession",
5049
"onCommand:python.execInTerminal",
5150
"onCommand:python.sortImports",

src/client/helpProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class TextDocumentContentProvider extends Disposable implements vscode.Te
4444
}
4545
}
4646
const helpSchema = 'help-viewer';
47-
const previewUri = vscode.Uri.parse(helpSchema + '://authority/jupyter');
47+
const previewUri = vscode.Uri.parse(helpSchema + '://authority/python');
4848

4949
export class HelpProvider {
5050
private disposables: Disposable[] = [];

0 commit comments

Comments
 (0)