VSCode Settings and hs alias

This commit is contained in:
2025-04-07 11:15:31 -04:00
parent ed7752b50b
commit 609171e1b7
2 changed files with 7 additions and 4 deletions
+6 -4
View File
@@ -14,8 +14,10 @@
"update.showReleaseNotes": false,
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"markyMarkdown.statsShowReadingTime": false,
"markyMarkdown.statsShowWords": true,
"markyMarkdown.statsShowLines": false,
"markyMarkdown.statsShowCharacters": false
"terminal.integrated.fontFamily": "'MesloLGS NF','monospace',monospace",
"jupyter.askForKernelRestart": false,
"chat.commandCenter.enabled": false,
"files.associations": {
"*.kv": "yaml"
}
}