summaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2023-12-11T5803: Migrate vscode settings to new value and clean up .gitattributesIndrajit Raychaudhuri
Update VSCode settings for "editor.wordBasedSuggestions". It has changed from boolean to enum. The value "off" is the same as previous value of `false`. Also remove stray duplicate entries in .gitattributes. (cherry picked from commit 75e914c4dff0359988e5f500ae63f882ae6813e7)
2023-12-09git: T5803: Adjust git configuration for baseline defaultsIndrajit Raychaudhuri
Apply baseline defaults for `.gitattributes` and `.vscode/settings.json` for improved developer experience. The `.gitattrbutes` settings are based on: Git documentation (https://git-scm.com/docs/gitattributes#_effects) GitHub documentation (https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings) Community templates (https://github.com/gitattributes/gitattributes) Since editor-agnostic line-ending specific settings are applied to `.gitattributes`, they can be removed from `.vscode/settings.json`. The global VSCode defaults have also been removed to avoid duplication. (cherry picked from commit c30002208d392177cb1ffc1a5c714f7ad6d573b6)
2023-07-20vscode: identify j2 als JinjaChristian Breunig
2023-07-20vscode: specify additional common settings for languag association and indentionChristian Breunig
- add language file association (xml.i, xml.in -> XML) - add Jinja2 indention
2023-07-08Add VScode configuration filesChristian Breunig