Skip to content

Commit b11afac

Browse files
Artmannclaude
andcommitted
fix: update wiki URL comment to match canonical Microsoft target
Updates the inline comment in kernelDependencyService.node.ts (line 306) to point to the correct Microsoft vscode-jupyter wiki page instead of deepnote/vscode-deepnote. This ensures the comment matches the aka.ms shortlink (https://aka.ms/AAhi594) which resolves to the Microsoft wiki. The aka.ms link correctly opens the Microsoft documentation, so the comment should reference the same canonical source. Addresses CodeRabbit review feedback. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b2051fb commit b11afac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/kernelDependencyService.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export class KernelDependencyService implements IKernelDependencyService {
303303
});
304304

305305
// Link to our wiki page on jupyter kernels + ipykernel
306-
// https://github.com/deepnote/vscode-deepnote/wiki/Jupyter-Kernels-and-the-Jupyter-Extension#python-extension-and-ipykernel
306+
// https://github.com/microsoft/vscode-jupyter/wiki/Jupyter-Kernels-and-the-Jupyter-Extension#python-extension-and-ipykernel
307307
void env.openExternal(Uri.parse('https://aka.ms/AAhi594'));
308308
}
309309
// "More Info" isn't a full valid response here, so reprompt after showing it

0 commit comments

Comments
 (0)