Skip to content

Commit c9c88ad

Browse files
jamesbhobbsdevin-ai-integration[bot]Artmannclaude
authored
chore: Rename all instances of microsoft/vscode-jupyter to deepnote/vscode-deepnote (#120)
* Rename all instances of microsoft/vscode-jupyter to deepnote/vscode-deepnote * chore: undo issue relinking devin did * docs: rm weird docs from original fork * chore: undo more changes * fix: update package metadata and remove obsolete notebook Addresses CodeRabbit review feedback: 1. Fixed api/package.json to have consistent repository references - Updated repository.url to deepnote/vscode-deepnote - Updated bugs.url to deepnote/vscode-deepnote - Now matches homepage URL 2. Removed .vscode/notebooks/CITestResults.ipynb - This notebook referenced a non-existent workflow (aggregate-test-results.yml) - The workflow does not exist in this repository 3. Included package-lock.json dependency updates - npm peer dependency changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * 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 <noreply@anthropic.com> * 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 <noreply@anthropic.com> * docs: add note about closed upstream issue in test skip Updates test skip comment in api.jupyterProvider.vscode.test.ts to note that the upstream issue #14338 was closed in December 2023. The skip may no longer be necessary but requires testing in a conda environment to confirm before removal. The issue was related to a temporary Jupyter Notebook/Traitlets compatibility problem that has since been resolved upstream. Reference: microsoft/vscode-jupyter#14338 Addresses CodeRabbit review feedback. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * last fixes * update the badge. --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Christoffer Artmann <artgaard@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent b91f134 commit c9c88ad

File tree

13 files changed

+36
-534
lines changed

13 files changed

+36
-534
lines changed

.github/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"action": "close",
262262
"reason": "not_planned",
263263
"addLabel": "*caused-by-extension",
264-
"comment": "It looks like this is caused by the Jupyter extension. Please file the issue to the [Jupyter extension repository](https://github.com/microsoft/vscode-jupyter). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
264+
"comment": "It looks like this is caused by the Jupyter extension. Please file the issue to the [Jupyter extension repository](https://github.com/deepnote/vscode-deepnote). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
265265
},
266266
{
267267
"type": "comment",

.github/endgame_plan.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128
},
129129
{
130-
// Run this first: https://github.com/microsoft/vscode-jupyter/blob/main/src/test/datascience/setupTestEnvs.cmd
130+
// Run this first: https://github.com/deepnote/vscode-deepnote/blob/main/src/test/datascience/setupTestEnvs.cmd
131131
// Then specify either a grep below or mark a test as 'test.only' to run the test that's failing.
132132
"name": "Tests (Jupyter+Python Extension installed, *.vscode.test.ts)",
133133
"type": "extensionHost",

0 commit comments

Comments
 (0)