59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"editor.fontFamily": "\"Myna, 'JetBrainsMono Nerd Font', monospace\"",
|
|
"terminal.integrated.fontFamily": "monospace",
|
|
"editor.autoIndentOnPaste": true,
|
|
"editor.fontSize": 18,
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
|
|
"editor.copyWithSyntaxHighlighting": false,
|
|
"editor.definitionLinkOpensInPeek": true,
|
|
"editor.cursorBlinking": "phase",
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.cursorSurroundingLines": 4,
|
|
"diffEditor.codeLens": true,
|
|
"diffEditor.hideUnchangedRegions.enabled": true,
|
|
"editor.acceptSuggestionOnEnter": "smart",
|
|
"files.autoGuessEncoding": true,
|
|
"files.autoSaveWhenNoErrors": true,
|
|
"files.autoSaveWorkspaceFilesOnly": true,
|
|
"workbench.navigationControl.enabled": false,
|
|
"workbench.iconTheme": "symbols",
|
|
"workbench.colorTheme": "Tokyo Night",
|
|
"remote.SSH.remotePlatform": {
|
|
"workstation": "linux",
|
|
"192.168.1.100": "linux",
|
|
"34.55.131.146": "linux",
|
|
"34.118.15.160": "linux"
|
|
},
|
|
"scm.alwaysShowRepositories": true,
|
|
"git.autofetch": "all",
|
|
"git.blame.editorDecoration.enabled": true,
|
|
"git.enableSmartCommit": true,
|
|
"git.fetchOnPull": true,
|
|
"git.mergeEditor": true,
|
|
"editor.stickyScroll.enabled": false,
|
|
"git.confirmSync": false,
|
|
"scm.graph.showOutgoingChanges": false,
|
|
"scm.graph.showIncomingChanges": false,
|
|
"terminal.integrated.stickyScroll.enabled": false,
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
"editor.wordWrapColumn": 120,
|
|
"todo-tree.general.tags": [
|
|
"BUG",
|
|
"HACK",
|
|
"FIXME",
|
|
"TODO",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]",
|
|
"NOTE"
|
|
],
|
|
"terminal.integrated.suggest.cdPath": "off",
|
|
"terminal.integrated.suggest.enabled": false,
|
|
"python.languageServer": "Default",
|
|
"remote.autoForwardPortsSource": "hybrid"
|
|
} |