update configs

This commit is contained in:
2024-11-11 02:30:59 +01:00
parent a0fb1d31f3
commit 5714f8612c
14 changed files with 495 additions and 171 deletions

View File

@ -12,6 +12,7 @@
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.titleBarStyle": "custom",
"workbench.sideBar.location": "right",
//
// Excluded files and directories
"files.exclude": {
@ -32,12 +33,6 @@
"editor.fontFamily"
],
//
// Various settings
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"emmet.showExpandedAbbreviation": "never",
//
// Remote SSH
"remote.SSH.remotePlatform": {
"lab-pc07": "linux",
@ -54,6 +49,7 @@
//
// Python
"python.languageServer": "Default",
"python.createEnvironment.trigger": "off",
"[python]": {
"editor.formatOnSave": true,
"editor.rulers": [
@ -99,10 +95,21 @@
"source.organizeImports": "always"
}
},
//
// Hex Editor
"hexeditor.columnWidth": 4,
"hexeditor.showDecodedText": true,
"hexeditor.defaultEndianness": "little",
"hexeditor.inspectorType": "aside",
//
// Typst
"typst-lsp.exportPdf": "onType",
"python.createEnvironment.trigger": "off",
///
// Various settings
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"emmet.showExpandedAbbreviation": "never",
"git.openRepositoryInParentFolders": "never",
"editor.selectionClipboard": false,
}