From 969ddc70eb5c92e5f7e0c5f0bb6d96188aad7578 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 23 Jun 2024 19:13:59 +0400 Subject: [PATCH] todo highlight --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 78ebefe..e7c7c9a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,5 +31,6 @@ "terminal.integrated.shellIntegration.enabled": false, "editor.formatOnSave": true, "editor.tabSize": 2, // Use 2 spaces for indentation - "editor.insertSpaces": true, // Use spaces and not tabs for indentantion + "editor.insertSpaces": true, + "todohighlight.enableDiagnostics": true, // Use spaces and not tabs for indentantion } \ No newline at end of file