Skip to content

Commit

Permalink
update pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Aug 18, 2024
1 parent fac225c commit adac541
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
1 change: 1 addition & 0 deletions config/vscode/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ christian-kohler.npm-intellisense
ckolkman.vscode-postgres
csstools.postcss
damirka.move-syntax
davidanson.vscode-markdownlint
dbaeumer.vscode-eslint
denoland.vscode-deno
eamodio.gitlens
Expand Down
14 changes: 14 additions & 0 deletions config/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,19 @@
"github.copilot.editor.enableAutoCompletions": true,
"gitlens.advanced.messages": {
"suppressIntegrationRequestTimedOutWarning": true
},
"[markdown]": {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.wordWrap": "on",
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"cSpell.fixSpellingWithRenameProvider": true,
"cSpell.advanced.feature.useReferenceProviderWithRename": true,
"cSpell.advanced.feature.useReferenceProviderRemove": "/^#+\\s/"
}
}
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/home/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

shfmt
cargo-workspaces
cargo-outdated
# cargo-outdated

nixpkgs-fmt
pypi2nix
Expand Down

0 comments on commit adac541

Please sign in to comment.