Skip to content

Commit 8b2a02d

Browse files
committed
vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1
1 parent 146c62b commit 8b2a02d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3633,6 +3633,8 @@ let
36333633

36343634
ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };
36353635

3636+
ms-windows-ai-studio.windows-ai-studio = callPackage ./ms-windows-ai-studio.windows-ai-studio { };
3637+
36363638
mshr-h.veriloghdl = buildVscodeMarketplaceExtension {
36373639
mktplcRef = {
36383640
name = "veriloghdl";
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
lib,
3+
vscode-utils,
4+
}:
5+
6+
vscode-utils.buildVscodeMarketplaceExtension {
7+
mktplcRef = {
8+
name = "windows-ai-studio";
9+
publisher = "ms-windows-ai-studio";
10+
version = "0.6.1";
11+
hash = "sha256-BAA7wSfyJ4y8how+NnaGdCf/BCU6aOmI8ew8qpcQCnY=";
12+
};
13+
14+
meta = {
15+
description = "A Visual Studio Code an extension to help developers and AI engineers to easily build AI apps through developing and testing with generative AI models locally or in the cloud";
16+
homepage = "https://github.com/Microsoft/windows-ai-studio";
17+
license = lib.licenses.unfree;
18+
maintainers = with lib.maintainers; [ drupol ];
19+
};
20+
}

0 commit comments

Comments
 (0)