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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ That said, you can now use a different set of extensions for `VS Code`/`VSCodium
16
16
- If an extension publisher or name aren't valid Nix identifiers, quote them like `<attrset>."4"."2"`.
17
17
- We have a permission from MS to use a crawler on their API in this case (see the [discussion](https://github.com/NixOS/nixpkgs/issues/208456)). Please, don't abuse this flake!
18
18
- Some previously available extensions may be unavailable in newer versions of this flake.
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.
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
22
- Unfree extensions from `nixpkgs` stay unfree here (see [Special extensions](#special-extensions)).
0 commit comments