{
"C_Cpp.updateChannel": "Insiders",
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, IndentWidth: 4, AccessModifierOffset: -4, AlignTrailingComments: true, ColumnLimit: 0 }",
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.fontSize": 18,
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
"terminal.integrated.fontFamily": "consolas",
"terminal.integrated.fontSize": 16,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.autoIndent": "advanced",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"git.enableSmartCommit": true,
"explorer.confirmDragAndDrop": false,
"editor.hover.delay": 100,
"remote.SSH.showLoginTerminal": true,
"git.ignoreLegacyWarning": true,
"C_Cpp.clang_format_sortIncludes": false,
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"go.alternateTools": {},
"go.useLanguageServer": true,
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "none",
"editor.minimap.enabled": false,
"workbench.editor.enablePreview": false,
"plantuml.commandArgs": [],
"plantuml.server": "http://www.plantuml.com/plantuml",
"search.exclude": {
"**/*.log": true
},
"files.exclude": {
"**/*.log": true,
},
"terminal.integrated.shell.windows": "C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps\\ubuntu.exe",
"workbench.colorTheme": "One Monokai",
"workbench.iconTheme": "material-icon-theme",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.autoComplete.addBrackets": true,
"python.autoComplete.extraPaths": [
"C:/Program Files/Python38/Scripts",
"C:/Program Files/Python38/Lib/site-packages",
],
"python.formatting.provider": "none",
"python.formatting.yapfPath": "none",
"python.formatting.blackPath": "none",
"python.formatting.autopep8Path": "none",
"files.trimTrailingWhitespace": true,
"prettier.semi": true,
"go.toolsManagement.autoUpdate": true,
"python.analysis.extraPaths": [
"C:/Program Files/Python38/Scripts",
"C:/Program Files/Python38/Lib/site-packages"
],
"python.analysis.completeFunctionParens": true,
"liveServer.settings.donotShowInfoMsg": true,
"terminal.integrated.tabs.enabled": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_line_length": 120,
"wrap_attributes": "auto",
"end_with_newline": false
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}
},
"go.useCodeSnippetsOnFunctionSuggest": true,
"go.autocompleteUnimportedPackages": true,
"go.docsTool": "gogetdoc",
"go.formatTool": "goimports",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 2000,
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"explorer.autoReveal": false
}
|