{ "editor.minimap.enabled": false, "editor.fontSize": 18, "editor.tabSize": 2, "editor.suggestFontSize": 18, "editor.renderWhitespace": "none", "editor.suggestSelection": "first", "editor.detectIndentation": false, "editor.wordWrapColumn": 102400, "json.maxItemsComputed": 500000, "debug.console.fontSize": 18, "debug.onTaskErrors": "abort", "debug.console.wordWrap": false, "markdown.preview.fontSize": 18, "window.zoomLevel": 0, "window.commandCenter": false, "breadcrumbs.enabled": false, "search.showLineNumbers": true, "explorer.confirmDelete": false, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, // "[glsl]": { // "editor.defaultFormatter": "xaver.clang-format" // }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, // "[typescript]": { // "editor.defaultFormatter": "vscode.typescript-language-features" // }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[less]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[scss]": { "editor.defaultFormatter": "vscode.css-language-features" }, "[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[java]": { "editor.defaultFormatter": "redhat.java" }, "[scala]": { "editor.suggestSelection": "first", "editor.formatOnPaste": true, "editor.formatOnType": true }, "[python]": { //"editor.defaultFormatter": "ms-python.python", "editor.defaultFormatter": "ms-python.autopep8", "editor.formatOnType": true }, "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "html.format.wrapLineLength": 102400, "html.format.wrapAttributes": "preserve", "terminal.integrated.fontSize": 18, //"terminal.integrated.shellArgs.windows": null, "terminal.integrated.profiles.windows": { "PowerShell -NoProfile": { "source": "PowerShell", "args": [ "-NoProfile" ] }, "CMD": { "path": "C:/WINDOWS/System32/cmd.exe", "args": [] }, "Git-Bash": { "path": "D:/MySoftware/PortableGit/bin/bash.exe", "args": [] } }, "terminal.integrated.defaultProfile.windows": "Command Prompt", "remote.SSH.remotePlatform": { "192.168.32.245": "linux", "192.168.32.111": "linux" }, "python.languageServer": "Default", "python.autoComplete.typeshedPaths": [ "D:/Program Files/Python310/Scripts", "D:/Program Files/Python310/Lib/site-packages" ], "python.defaultInterpreterPath": "D:/Program Files/Python310/python.exe", "python.pythonPath": "D:/Program Files/Python310/python.exe", //"python.formatting.provider": "autopep8", "autopep8.interpreter": [ "D:/Program Files/Python310/python.exe" ], "autopep8.args": [ "--aggressive", "--indent-size=2", "--max-line-length=12048", "--ignore=E402", "--exclude=venv", "--ignore-local-config", "--experimental" ], "flake8.interpreter": [ "D:/Program Files/Python310/python.exe" ], "flake8.args": [ "--indent-size=2", "--format=default", "--max-line-length=12048" ], "leek-fund.fundGroups": [ "MyFund" ], "files.watcherExclude": { "**/.bloop": true, "**/.metals": true, "**/.ammonite": true }, "files.exclude": { "**/.classpath": true, "**/.factorypath": true, "**/.project": true, "**/.settings": true, "**/.vs": true, "**/*.sln": true, "**/node_modules": true, "**/obj": true }, "java.jdt.ls.java.home": "D:/MySoftware/Java/Java8X64/jdk-17.0.8", "java.configuration.runtimes": [ { "name": "JavaSE-17", "path": "D:/MySoftware/Java/Java8X64/jdk-17.0.8", }, { "name": "JavaSE-1.8", "path": "D:/MySoftware/Java/Java8X64/jdk1.8.0_181", } ], "java.configuration.maven.globalSettings": "D:/MySoftware/Java/Maven/conf/settings.xml", "java.configuration.maven.userSettings": "D:/MySoftware/Java/Maven/conf/settings.xml", "java.format.settings.url": "file:///D:/MySoftware/.vscode/eclipse-java-google-style.xml", "java.format.settings.profile": "GoogleStyle", "java.completion.importOrder": [ "java", "javax", "com", "org" ], "redhat.telemetry.enabled": true, "prettier.printWidth": 120000, "maven.executable.path": "D:/MySoftware/Java/Maven/bin/mvn.cmd", "maven.settingsFile": "D:/MySoftware/Java/Maven/conf/settings.xml", "maven.executable.preferMavenWrapper": false, "javascript.updateImportsOnFileMove.enabled": "never", "xml.format.maxLineWidth": 102400, "workbench.editorAssociations": { "*.hex": "hexEditor.hexedit", "*.ini": "hexEditor.hexedit", "*.bin": "default" }, "cmake.configureOnOpen": true, "cmake.cmakePath": "D:/MySoftware/CMake-3.24.2/bin/cmake.exe", "security.workspace.trust.untrustedFiles": "open", "git.openRepositoryInParentFolders": "never", "cmake.options.statusBarVisibility": "visible", "protoc": { "path": "D:/MySoftware/protoc-25.3-win64/bin/protoc.exe" }, "hexeditor.columnWidth": 16, "hexeditor.showDecodedText": true, "hexeditor.defaultEndianness": "little", "hexeditor.inspectorType": "aside", "markdown-preview-enhanced.chromePath": "C:/Program Files/Google/Chrome/Application/chrome.exe", "markdown-preview-enhanced.enableExtendedTableSyntax": true, "markdown-preview-enhanced.enableHTML5Embed": true, "markdown-preview-enhanced.enableTypographer": true, "markdown-preview-enhanced.HTML5EmbedUseLinkSyntax": true, "markdown-preview-enhanced.pandocPath": "D:/MySoftware/pandoc-3.1.13/pandoc.exe", "markdown-preview-enhanced.pandocArguments": [ "-H", "D:/Project/.vscode/head.tex" ], "cmake.showOptionsMovedNotification": false, "cmake.pinnedCommands": [ "workbench.action.tasks.configureTaskRunner", "workbench.action.tasks.runTask" ], "editor.codeActionsOnSave": { }, }标签:VSCode,MySoftware,环境,defaultFormatter,python,vscode,editor,true From: https://www.cnblogs.com/gispathfinder/p/18438158