misc minor updates
This commit is contained in:
parent
0bc78c17d8
commit
3efec5e141
8 changed files with 28 additions and 11 deletions
|
@ -16,5 +16,6 @@
|
|||
|
||||
// Unique id used for correlating crash reports sent from this instance.
|
||||
// Do not edit this value.
|
||||
"crash-reporter-id": "39eeec78-4a15-47ce-8ee9-f7b4d0b931a6"
|
||||
"crash-reporter-id": "39eeec78-4a15-47ce-8ee9-f7b4d0b931a6",
|
||||
"password-store": "basic"
|
||||
}
|
|
@ -16,12 +16,14 @@ ctenbrinke.vscode-tsv
|
|||
danielpinto8zz6.c-cpp-compile-run
|
||||
davidanson.vscode-markdownlint
|
||||
diegomolina.css-minify
|
||||
donjayamanne.githistory
|
||||
dustypomerleau.rust-syntax
|
||||
dzhavat.git-cheatsheet
|
||||
equinusocio.vsc-material-theme-icons
|
||||
esbenp.prettier-vscode
|
||||
eserozvataf.one-dark-pro-monokai-darker
|
||||
felipecaputo.git-project-manager
|
||||
fill-labs.dependi
|
||||
fisheva.eva-theme
|
||||
formulahendry.code-runner
|
||||
foxundermoon.shell-format
|
||||
|
@ -35,11 +37,13 @@ harryhopkinson.vim-theme
|
|||
hoovercj.vscode-settings-cycler
|
||||
icrawl.discord-vscode
|
||||
itzselenux.lm-theme
|
||||
jinxdash.prettier-rust
|
||||
jnoortheen.nix-ide
|
||||
joelcrosby.one-dark-darker
|
||||
jscearcy.rust-doc-viewer
|
||||
kisstkondoros.vscode-gutter-preview
|
||||
kokoscript.loopytheme
|
||||
l13rary.l13-diff
|
||||
lacroixdavid1.vscode-format-context-menu
|
||||
laurenclark.sappho
|
||||
manuth.markdown-converter
|
||||
|
@ -51,6 +55,7 @@ mechatroner.rainbow-csv
|
|||
mhutchie.git-graph
|
||||
mohd-akram.vscode-html-format
|
||||
ms-azuretools.vscode-docker
|
||||
ms-dotnettools.vscode-dotnet-runtime
|
||||
ms-mssql.data-workspace-vscode
|
||||
ms-mssql.mssql
|
||||
ms-mssql.sql-bindings-vscode
|
||||
|
@ -80,6 +85,7 @@ ms-vscode.makefile-tools
|
|||
ms-vscode.remote-explorer
|
||||
ms-vscode.remote-server
|
||||
ms-vscode.vscode-serial-monitor
|
||||
ms-vsliveshare.vsliveshare
|
||||
nicscott.gitkraken-dark
|
||||
nord.nord
|
||||
novy.vsc-gcode
|
||||
|
@ -95,7 +101,6 @@ robbowen.synthwave-vscode
|
|||
rokoroku.vscode-theme-darcula
|
||||
rust-lang.rust-analyzer
|
||||
sanaajani.taskrunnercode
|
||||
serayuzgur.crates
|
||||
shahilkumar.docxreader
|
||||
slevesque.vscode-zipexplorer
|
||||
st0pien.min-darker
|
||||
|
|
|
@ -111,5 +111,8 @@
|
|||
"files.autoSave": "afterDelay",
|
||||
"files.autoSaveDelay": 300,
|
||||
"editor.fontFamily": "'Fira Code Nerd', 'Droid Sans Mono', 'monospace', monospace",
|
||||
"editor.fontLigatures": true
|
||||
"editor.fontLigatures": true,
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue