Skip to content

Commit 4582eee

Browse files
authored
Merge branch 'main' into hannes/grn-4913-manage-deepnote-kernels
2 parents fdb5832 + a9a786b commit 4582eee

36 files changed

+1214
-578
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)