MSOACC Asked: 2019-11-20 03:39:54 +0800 CST2019-11-20 03:39:54 +0800 CST 2019-11-20 03:39:54 +0800 CST 如何在 Azure Data Studio 中更改结果单元格填充 772 在 Azure Data Studio 中,我试图更改结果网格中单元格的填充。 根据设置页面,这可以在 settings.json 中编辑: 但是,当我导航到该文件时,任何地方都没有提到填充。另外,在线搜索要使用的正确选项没有结果。 configuration azure-data-studio 1 个回答 Voted Best Answer eagle275 2019-11-20T04:52:24+08:002019-11-20T04:52:24+08:00 也许这有帮助: https://github.com/real-napster/azuredatastudio_settings ... sqlops_settings 我的 Azure 数据工作室设置 Settings { "sql.messagesDefaultOpen": false, "mssql.intelliSense.lowerCaseSuggestions": true, "resultsGrid.fontSize": 12, "resultsGrid.fontFamily": "Microsoft Sans Serif", "editor.fontFamily": "Fira Code, 'Courier New', monospace", "editor.fontSize": 14, "editor.minimap.enabled": true, "editor.minimap.maxColumn": 120, "resultsGrid.cellPadding": [ 5, !!! 10, !!! 15 !!! ], "editor.cursorBlinking": "phase", "editor.smoothScrolling": true, "workbench.colorTheme": "One Dark Pro", "workbench.iconTheme": "vscode-icons", "files.autoGuessEncoding": true, "window.titleBarStyle": "custom", "editor.smoothScrolling": true, "editor.cursorBlinking": "smooth", "workbench.enablePreviewFeatures": true } 使用 !!! 标记填充条目
也许这有帮助:
https://github.com/real-napster/azuredatastudio_settings
... sqlops_settings
我的 Azure 数据工作室设置
使用 !!! 标记填充条目