vim.showcmd Show (partial) command in status bar Boolean true vim.showmodename Show name of current mode in status bar Boolean true vim.smartcase Override the 'ignorecase' setting if search pattern contains uppercase characters Boolean true vim.textwidth Width to word-wrap when using gq Number...
The file history view lists all of the commits that changed the current file on the current branch, and additionally provides: a toggle to pin (pause) the automatic tracking of the current editor a toggle to switch between file and line history, i.e. show all commits of the current file...
// - gutter: Show the diff decorations only in the editor gutter. // - overview: Show the diff decorations only in the overview ruler. // - minimap: Show the diff decorations only in the minimap. // - none: Do not show the diff decorations. "scm.diffDecorations": "all", // Contr...
// 此设置已弃用,请改用单独的设置,如"editor.suggest.showKeywords"或"editor.suggest.showSnippets"。 // "editor.suggest.filteredTypes": {}, // 控制对建议的筛选和排序是否考虑小的拼写错误。 "editor.suggest.filterGraceful": true, // 控制在接受补全时是否应高亮显示意外的文本修改,例如"插入...
9 "diffEditor.renderSideBySide": true, 10 11 // 控制是否应在遇到提交字符时接受建议。例如,在 JavaScript 中,半角分号 (`;`) 可以为提交字符,能够在接受建议的同时键入该字符。12 "editor.acceptSuggestionOnCommitCharacter": true, 13 14 //...
9 "diffEditor.renderSideBySide": true, 10 11 // 控制是否应在遇到提交字符时接受建议。例如,在 JavaScript 中,半角分号 (`;`) 可以为提交字符,能够在接受建议的同时键入该字符。12 "editor.acceptSuggestionOnCommitCharacter": true, 13 14 //...
GitLab: Show Merge Requests Assigned to Me - Open MRs assigned to you on GitLab. GitLab: Open Current Project on GitLab GitLab: Create New Issue on Current Project GitLab: Create New Merge Request on Current Project - Open the merge request page to create a merge request. GitLab: Open...
"showUnused": true, "links": true, "colorDecorators": true, "lightbulb": { "enabled": true }, "codeActionsOnSave": {}, "codeActionsOnSaveTimeout": 750, "largeFileOptimizations": true, "tokenColorCustomizations": {}, "formatOnSave": true, "formatOnSaveTimeout": 750 }, "diffEditor...
Code Review's can be performed on any commit, or between any two commits (not on Uncommitted Changes). When a Code Review is started, all files needing to be reviewed are bolded. When you view the diff / open a file, it will then be un-bolded. Code Reviews persist across Visual Stud...
"git-graph.repository.commits.showSignatureStatus": { "type": "boolean", "default": false, "description": "Show the commit's signature status to the right of the Committer in the Commit Details View (only for signed commits). Hovering over the signature icon displays a tooltip with th...