update configs
This commit is contained in:
@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user