From 5a5f558a6d3869476f9e4ad8d29bf192c1702f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Tingel=C3=B6f?= Date: Tue, 10 Oct 2023 10:16:37 +0200 Subject: [PATCH] Config code todohighlight --- templates/Code/User/settings.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/templates/Code/User/settings.json b/templates/Code/User/settings.json index fabdc1e..1431079 100644 --- a/templates/Code/User/settings.json +++ b/templates/Code/User/settings.json @@ -262,5 +262,30 @@ "search.defaultViewMode": "tree", "search.collapseResults": "alwaysCollapse", "window.zoomLevel": -1, - "security.workspace.trust.untrustedFiles": "open" + "security.workspace.trust.untrustedFiles": "open", + "todohighlight.keywords": [ + { + "text": "\"severity\": \"error\"", + "backgroundColor": "", + "color": "{{base08}}" + }, + { + "text": "\"severity\": \"warn\"", + "backgroundColor": "", + "color": "{{base0A}}" + }, + { + "text": "\"severity\": \"error\"", + "backgroundColor": "", + "color": "{{base08}}" + }, + { + "text": "\"severity\": \"warn\"", + "backgroundColor": "", + "color": "{{base0A}}" + }, + ], + "files.associations": { + "*.txt": "jsonl" + } } \ No newline at end of file