You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ That said, you can now use a different set of extensions for `VS Code`/`VSCodium
19
19
- An extension is missing if it doesn't appear during a particular workflow run in a `VS Code Marketplace` or an `Open VSX` response about the full set of available extensions ([discussion](https://github.com/nix-community/nix-vscode-extensions/issues/16#issuecomment-1441025955)).
20
20
- We let missing extensions remain in cache files (see [data/cache](./data/cache)) at most `maxMissingTimes` (specified in [.github/config.yaml](.github/config.yaml)).
21
21
- We don't automatically handle extension packs. You should look up extensions in a pack and explicitly write all necessary extensions.
22
-
- Unfree extensions from `nixpkgs` stay unfree here (see [Special extensions](#special-extensions)).
22
+
-[Unfree](https://wiki.nixos.org/wiki/Unfree_software) extensions from `nixpkgs` stay unfree here (see [Special extensions](#special-extensions)).
23
23
24
24
## Template
25
25
@@ -293,7 +293,7 @@ Optionally, create and link there issues explaining chosen functions.
293
293
294
294
Each extension, including [Extra extensions](#extra-extensions), is built via one of the provided functions.
295
295
296
-
These functions don't modify `meta` of ([unfree](https://wiki.nixos.org/wiki/Unfree_software)) extensions from `nixpkgs`.
296
+
These functions don't modify the license of ([unfree](https://wiki.nixos.org/wiki/Unfree_software)) extensions from `nixpkgs`.
0 commit comments