Skip to content

Commit ce0d9c0

Browse files
committed
chore(nix):
- update comments about sources of extensions fixed in nixpkgs - mark unfree extensions in comments
1 parent f120c69 commit ce0d9c0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

mkExtension.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,29 +90,29 @@ let
9090
"jackmacwindows.craftos-pc"
9191
"jebbs.plantuml"
9292
"kamadorueda.alejandra"
93-
"ms-dotnettools.csdevkit"
93+
"ms-dotnettools.csdevkit" # unfree
9494
"ms-dotnettools.csharp"
9595
"ms-python.python"
96-
"ms-python.vscode-pylance"
96+
"ms-python.vscode-pylance" # unfree
9797
"ms-toolsai.jupyter"
98-
"ms-vscode-remote.remote-ssh"
99-
"ms-vscode-remote.vscode-remote-extensionpack"
98+
"ms-vscode-remote.remote-ssh" # unfree
99+
"ms-vscode-remote.vscode-remote-extensionpack" # unfree
100100
"ms-vscode.cpptools"
101101
"ms-vsliveshare.vsliveshare"
102102
"myriad-dreamin.tinymist"
103103
"reditorsupport.r"
104-
"sourcery.sourcery"
104+
"sourcery.sourcery" # unfree
105105
"sumneko.lua"
106106
"tekumara.typos-vscode"
107107
"timonwong.shellcheck"
108-
"visualjj.visualjj"
108+
"visualjj.visualjj" # unfree
109109
"yzane.markdown-pdf"
110110

111-
# from https://github.com/NixOS/nixpkgs/blob/555702214240ef048370f6c2fe27674ec73da765/pkgs/applications/editors/vscode/extensions/default.nix
111+
# completely described in https://github.com/NixOS/nixpkgs/blob/555702214240ef048370f6c2fe27674ec73da765/pkgs/applications/editors/vscode/extensions/default.nix
112112
"continue.continue"
113-
"devsense.phptools-vscode"
113+
"devsense.phptools-vscode" # unfree
114114
"kddejong.vscode-cfn-lint"
115-
"ms-dotnettools.vscodeintellicode-csharp"
115+
"ms-dotnettools.vscodeintellicode-csharp" # unfree
116116
"uloco.theme-bluloco-light"
117117
"valentjn.vscode-ltex"
118118
"zxh404.vscode-proto3"

0 commit comments

Comments
 (0)