vscode: More settings
This commit is contained in:
parent
459dc1ae42
commit
dc652c9a2d
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"redhat.telemetry.enabled": false,
|
||||
"update.showReleaseNotes": false,
|
||||
"workbench.colorTheme": "Default Light+",
|
||||
"terminal.integrated.fontFamily": "Hack",
|
||||
"terminal.integrated.scrollback": 1000000,
|
||||
// "C_Cpp.clang_format_style": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}",
|
||||
|
@ -7,17 +10,28 @@
|
|||
"C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, Language: Cpp, IndentWidth: 2, ColumnLimit: 110, BreakBeforeBraces: Attach, PointerAlignment: Left, AccessModifierOffset: -2, Cpp11BracedListStyle: true, AlignConsecutiveDeclarations: true, AlignConsecutiveAssignments: true, AlignEscapedNewlines: Left, AlignTrailingComments: true, IndentWrappedFunctionNames: false, AllowShortFunctionsOnASingleLine: Inline, SpacesBeforeTrailingComments: 2, FixNamespaceComments: true, ReflowComments: false, SortIncludes: false, SortUsingDeclarations: false}",
|
||||
"C_Cpp.clang_format_path": "/usr/local/bin/clang-format",
|
||||
"C_Cpp.intelliSenseEngine": "Default",
|
||||
"debug.allowBreakpointsEverywhere": true,
|
||||
"cmake.statusbar.visibility": "icon",
|
||||
"cmake.generator": "Ninja",
|
||||
"cmake.configureOnOpen": true,
|
||||
"cmake.options.statusBarVisibility": "compact",
|
||||
"cmake.showOptionsMovedNotification": false,
|
||||
"cmake.pinnedCommands": [
|
||||
"workbench.action.tasks.configureTaskRunner",
|
||||
"workbench.action.tasks.runTask"
|
||||
],
|
||||
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
|
||||
"git.confirmSync": false,
|
||||
"git-graph.showStatusBarItem": false,
|
||||
"editor.accessibilitySupport": "off",
|
||||
"editor.tabSize": 2,
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnType": false,
|
||||
"editor.multiCursorModifier": "ctrlCmd",
|
||||
"explorer.confirmDelete": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"[json]": {
|
||||
|
@ -49,9 +63,13 @@
|
|||
"[asn1]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"python.linting.pylintPath": "/usr/local/bin/pylint",
|
||||
"python.pythonPath": "/usr/local/bin/python3",
|
||||
"rust-analyzer.hover.memoryLayout.size": "both",
|
||||
"rust-analyzer.imports.granularity.enforce": true,
|
||||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"latex-workshop.latex.autoBuild.run": "never",
|
||||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "latexmk 🔃",
|
||||
|
@ -147,14 +165,5 @@
|
|||
"markdown-pdf.displayHeaderFooter": false,
|
||||
"markdown-pdf.margin.bottom": "1.5cm",
|
||||
"markdown-pdf.margin.left": "2cm",
|
||||
"markdown-pdf.margin.right": "1.5cm",
|
||||
"debug.allowBreakpointsEverywhere": true,
|
||||
"latex-workshop.latex.autoBuild.run": "never",
|
||||
"git.confirmSync": false,
|
||||
"explorer.confirmDelete": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"workbench.colorTheme": "Default Light+",
|
||||
"redhat.telemetry.enabled": false,
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"rust-analyzer.hover.memoryLayout.size": "both"
|
||||
"markdown-pdf.margin.right": "1.5cm"
|
||||
}
|
Loading…
Reference in a new issue