Skip to content

Commit

Permalink
code: add uv.lock as toml
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 28, 2024
1 parent 44de703 commit 86e7f0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .config/code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
".env": "properties",
".env.*": "properties",
".env{,.*}": "properties",
"Brewfile*": "ruby",
"pdm.lock": "toml"
"{pdm,uv}.lock": "toml"
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
Expand All @@ -24,7 +23,7 @@
"search.useGlobalIgnoreFiles": true,
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.fontFamily": "MesloLGS Nerd Font",
"terminal.integrated.macOptionIsMeta": true, // TODO: not working?
"window.nativeTabs": true,
Expand Down

0 comments on commit 86e7f0c

Please sign in to comment.