从入门到高效工作流! 开发工具Cursor使用配置及备忘

从入门到高效工作流! 开发工具Cursor使用配置及备忘

{ "workbench.colorTheme": "Tomorrow Night Blue", "workbench.activityBar.orientation": "vertical", "window.openFoldersInNewWindow": "on", "editor.rename.enablePreview": false, "workbench.editor.enablePreview": false, "git.enableSmartCommit": true, "editor.fontSize": 16, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter", "editor.formatOnSave": true }, "editor.stickyScroll.enabled": false, "explorer.confirmDragAndDrop": false, "explorer.confirmDelete": false, "maven.settingsFile": "C:/Users/ThinkPad/.m/settings.xml", "maven.executable.path": "E:/apache-maven-3.9.9/bin/mvn.cmd", "redhat.telemetry.enabled": false, "terminal.integrated.profiles.windows": { "Command Prompt"cursor 教程: { "path": "C:\Windows\System32\cmd.exe", "args": [ "-NoExit", "/K", "chcp 65001" ] }, "PowerShell": { "source": "PowerShell", "args": [ "-NoExit", "/C", "chcp 65001" ] } }, "gitlens.views.branches.files.layout": "list", "gitlens.views.branches.branches.layout": "list", "java.jdt.ls.java.home": "C:/Program Files/Java/jdk1.8.0_181", "java.configuration.runtimes": [ { "name": "JavaSE-17", "path": "C:/Program Files/Java/jdk-17", "default": true }, { "name": "JavaSE-1.8", "path": "C:/Program Files/Java/jdk1.8.0_181" } ], "git.autofetch": true, "workbench.preferredDarkColorTheme": "Tomorrow Night Blue", "search.exclude": { "system/": true, "!/system//*.ps*": true }, "workbench.tree.enableStickyScroll": false, "workbench.settings.applyToAllProfiles": [] }
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/243144.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月15日 下午10:22
下一篇 2026年3月15日 下午10:22


相关推荐

关注全栈程序员社区公众号