Commit eba3bd1
fix: correct upstream repository references to microsoft/vscode-jupyter-hub
Fixes incorrect references that were changed during the blanket
find-and-replace operation:
- Changed deepnote/vscode-deepnote-hub back to microsoft/vscode-jupyter-hub
in jupyterUtils.ts and jupyterSelfCertsError.ts
- These references point to upstream Microsoft repositories, not Deepnote repos
- Preserves important context for debugging and understanding the codebase
Addresses CodeRabbit review feedback.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4738a94 commit eba3bd1
File tree
2 files changed
+3
-3
lines changed- src
- kernels/jupyter
- platform/errors
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments