56 lines
2.5 KiB
JSON
Executable File
56 lines
2.5 KiB
JSON
Executable File
// path="~/.config/Code/User
|
|
{
|
|
"editor.fontFamily": "'VictorMono Nerd Font'",
|
|
"extensions.ignoreRecommendations": true,
|
|
"workbench.startupEditor": "none",
|
|
"git.openRepositoryInParentFolders": "never",
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"diffEditor.codeLens": true,
|
|
"workbench.preferredHighContrastColorTheme": "Visual Studio Dark",
|
|
"vhdl.formatter.case.keyword": "LowerCase",
|
|
"vhdl.formatter.case.typename": "LowerCase",
|
|
"vhdl.formatter.align.all": true,
|
|
"vhdl.formatter.align.function": true,
|
|
"vhdl.formatter.align.generic": true,
|
|
"vhdl.formatter.align.port": true,
|
|
"vhdl.formatter.align.procedure": true,
|
|
"vhdl.formatter.align.mode": "Global",
|
|
"editor.minimap.renderCharacters": false,
|
|
"update.showReleaseNotes": false,
|
|
"editor.accessibilityPageSize": 100,
|
|
"editor.fontSize": 18,
|
|
"editor.stickyScroll.enabled": false,
|
|
"files.associations": {
|
|
"*.txt": "shellscript"
|
|
},
|
|
"cmake.showOptionsMovedNotification": false,
|
|
"cmake.pinnedCommands": [
|
|
"workbench.action.tasks.configureTaskRunner",
|
|
"workbench.action.tasks.runTask"
|
|
],
|
|
"editor.codeLensFontFamily": "'VictorMono Nerd Font'",
|
|
"editor.inlayHints.fontFamily": "'VictorMono Nerd Font'",
|
|
"terminal.integrated.fontFamily": "'Victor Mono SemiBold'",
|
|
"terminal.integrated.fontSize": 16,
|
|
"cortex-debug.liveWatchRefreshRate": 400,
|
|
"cortex-debug.stutilPath": "/usr/bin/st-util",
|
|
"cortex-debug.gdbPath": "/usr/bin/arm-none-eabi-gdb",
|
|
"cortex-debug.JLinkGDBServerPath": "/home/scbj/repos/jlink_linux/JLinkGDBServer",
|
|
"pdf-preview.default.sidebar": true,
|
|
"workbench.tree.indent": 20,
|
|
"cortex-debug.enableTelemetry": false,
|
|
"rust-analyzer.lens.debug.enable": false,
|
|
"rust-analyzer.lens.enable": false,
|
|
"rust-analyzer.lens.implementations.enable": false,
|
|
"rust-analyzer.lens.run.enable": false,
|
|
"rust-analyzer.diagnostics.enable": false,
|
|
"rust-analyzer.inlayHints.genericParameterHints.const.enable": false,
|
|
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
|
"rust-analyzer.inlayHints.renderColons": false,
|
|
"rust-analyzer.inlayHints.bindingModeHints.enable": true,
|
|
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
|
|
"rust-analyzer.inlayHints.genericParameterHints.type.enable": true,
|
|
"rust-analyzer.inlayHints.typeHints.hideClosureInitialization": true,
|
|
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": true,
|
|
"rust-analyzer.check.command": "clippy"
|
|
} |