{ enable, pkgs, }: { inherit enable; enableUpdateCheck = false; enableExtensionUpdateCheck = false; keybindings = [ { key = "alt+a"; command = "editor.action.commentLine"; when = "editorTextFocus && !editorReadonly"; } ]; extensions = with pkgs.vscode-extensions; [ ms-python.python jnoortheen.nix-ide ]; }