flake update & update jujitsu / vscode / fish

This commit is contained in:
Salar Rahmanian 2024-11-17 17:53:26 -08:00
parent 3d1e971c4b
commit 8fed016d19
4 changed files with 37 additions and 21 deletions

View file

@ -60,10 +60,6 @@ let
"githubPullRequests.pullBranch" = "never";
"markdown.extension.preview.autoShowPreviewToSide" = true;
"notebook.formatOnSave" = true;
"notebook.codeActionsOnSave" = {
"notebook.source.fixAll" = true;
"notebook.source.organizeImports" = true;
};
# Install paste image manually as not in nix ( https://marketplace.visualstudio.com/items?itemName=mushan.vscode-paste-image )
"pasteImage.insertPattern" = "![[\${imageFileName}]]";
"pasteImage.path" = "\${projectRoot}/Attachments";