gpt4 book ai didi

visual-studio-code - 如何将 VS-Code 选项卡设置从 "Change Focus"更改为 "Add Spaces"?

转载 作者:行者123 更新时间:2023-12-03 19:44:34 25 4
gpt4 key购买 nike

在最新的 VS-Code 更新之后,选项卡功能更改为“焦点更改”,而不是添加空格或标识。我尝试更改 setting.json 中的每个设置,但它不工作。这真的很烦人,因为我已经习惯了。
任何帮助,将不胜感激。

{
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"indenticator.hover.peekBack": 0,
"indenticator.hover.peekForward": 1,
"indenticator.inner.hover.peekBack": 0,
"indenticator.inner.hover.peekForward": 1,
"indenticator.inner.showHighlight": true,
"html.format.endWithNewline": true,
"javascript.implicitProjectConfig.experimentalDecorators": true,
"prettier.printWidth": 110,
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"liveServer.settings.AdvanceCustomBrowserCmdLine": "C:\\Program Files\\Firefox Developer Edition\\firefox.exe",
"prettier.jsxBracketSameLine": true,
"prettier.trailingComma": "es5",
"prettier.useTabs": true,
"angular2-switcher.openSideBySide": true,
"editor.foldingStrategy": "indentation",
"editor.mouseWheelZoom": true,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[less]": {
"editor.defaultFormatter": "michelemelluso.code-beautifier"
},
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"editor.renderControlCharacters": false,
"editor.showFoldingControls": "always",
"editor.smoothScrolling": true,
"breadcrumbs.enabled": false,
"terminal.integrated.rendererType": "dom",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"

}

这是我的设置文件。扩展设置与以前相同。

最佳答案

在命令面板中,使用 Toggle Tab Key Moves Focus(从 1.36.0 开始,默认情况下为 Ctrl + M)在这些模式之间切换。

关于visual-studio-code - 如何将 VS-Code 选项卡设置从 "Change Focus"更改为 "Add Spaces"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56921891/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com