Skip to content

Commit 7e64fb4

Browse files
authored
DS Product names were inadvertently removed (#17405)
1 parent 1e09f3a commit 7e64fb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/client/common/installer/productNames.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ ProductNames.set(Product.rope, 'rope');
2020
ProductNames.set(Product.tensorboard, 'tensorboard');
2121
ProductNames.set(Product.torchProfilerInstallName, 'torch-tb-profiler');
2222
ProductNames.set(Product.torchProfilerImportName, 'torch_tb_profiler');
23+
ProductNames.set(Product.jupyter, 'jupyter');
24+
ProductNames.set(Product.notebook, 'notebook');
25+
ProductNames.set(Product.ipykernel, 'ipykernel');
26+
ProductNames.set(Product.nbconvert, 'nbconvert');
27+
ProductNames.set(Product.kernelspec, 'kernelspec');
28+
ProductNames.set(Product.pandas, 'pandas');

0 commit comments

Comments
 (0)