Open prajjwald opened 1 year ago
Have a look in: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vscode/extensions/
Read the README.md: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vscode/extensions/README.md
Edit: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vscode/extensions/default.nix
Build as:
nix build .#vscode-extensions.publisher-name.extension-name
Project description: VS Code Extension: AREPL for python
This VS Code extension allows for near real-time evaluation of python code within the editor in a 'preview' panel.
Metadata