Update settings from , profile « main »

main
Quentin Duchemin 2025-04-04 13:00:03 +02:00
parent d651dd3d19
commit 2bd80a634a
2 changed files with 9 additions and 1 deletions
profiles/main/data

View File

@ -28,6 +28,8 @@ enabled:
uuid: 5db78037-f674-459f-a236-db622c427c5b
- id: redhat.vscode-yaml
uuid: 2061917f-f76a-458a-8da9-f162de22b97e
- id: samuelcolvin.jinjahtml
uuid: 8b477a76-974c-403d-a454-58028c1709d1
- id: streetsidesoftware.code-spell-checker
uuid: f6dbd813-b0a0-42c1-90ea-10dde9d925a7
- id: streetsidesoftware.code-spell-checker-french

View File

@ -45,5 +45,11 @@
}
],
"cSpell.enabled": false,
"redhat.telemetry.enabled": false
"redhat.telemetry.enabled": false,
// See https://www.reddit.com/r/vscode/comments/pqfpnc/i_realized_why_i_was_annoyed_with_vscode_and/
"editor.tabCompletion": "on",
"editor.quickSuggestionsDelay": 500,
"editor.suggestOnTriggerCharacters": false,
// See https://stackoverflow.com/questions/60175608/visual-studio-code-and-jinja-templates
"emmet.includeLanguages": {"jinja-py": "py", "jinja-shell": "shellscript"},
}