File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const EXTENSION_TEST_DIR_FOR_FILES = path.join(
1616 'datascience' ,
1717 'temp'
1818) ;
19- export const JVSC_EXTENSION_ID_FOR_TESTS = 'Deepnote.vscode-deepnote ' ;
19+ export const JVSC_EXTENSION_ID_FOR_TESTS = 'ms-toolsai.jupyter ' ;
2020
2121export const SMOKE_TEST_EXTENSIONS_DIR = path . join (
2222 EXTENSION_ROOT_DIR_FOR_TESTS ,
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4- export const JVSC_EXTENSION_ID_FOR_TESTS = 'Deepnote.vscode-deepnote ' ;
4+ export const JVSC_EXTENSION_ID_FOR_TESTS = 'ms-toolsai.jupyter ' ;
55export const PerformanceExtensionId = 'ms-toolsai.vscode-notebook-perf' ;
66
77export type TestSettingsType = {
You can’t perform that action at this time.
0 commit comments