18 lines
508 B
JSON
18 lines
508 B
JSON
{
|
|
"inlayHint.enable": false,
|
|
"cmake.lsp.enable": true,
|
|
"diagnostic.enableHighlightLineNumber": false,
|
|
"diagnostic.errorSign": "▸",
|
|
"diagnostic.hintSign": "▸",
|
|
"diagnostic.infoSign": "▸",
|
|
"diagnostic.warningSign": "▸",
|
|
"powershell.integratedConsole.showOnStartup": false,
|
|
"suggest.noselect": true,
|
|
"yaml.schemas": {
|
|
"https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [
|
|
".gitlab-ci.yml",
|
|
".gitlab/ci/*.yml"
|
|
]
|
|
}
|
|
}
|