vscode-extensions.ms-toolsai.jupyter: init at 2021.5.745244803
This is a necessary dependency of the new Python extension for VSCode. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
a599c19761
commit
5903b963f4
@ -718,6 +718,18 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ms-toolsai.jupyter = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "jupyter";
|
||||
publisher = "ms-toolsai";
|
||||
version = "2021.5.745244803";
|
||||
sha256 = "0gjpsp61l8daqa87mpmxcrvsvb0pc2vwg7xbkvwn0f13c1739w9p";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.unfree;
|
||||
};
|
||||
};
|
||||
|
||||
naumovs.color-highlight = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "color-highlight";
|
||||
|
Loading…
Reference in New Issue
Block a user