Browse Source

todo highlight

main
pvincent 3 months ago
parent
commit
969ddc70eb
  1. 3
      .vscode/settings.json

3
.vscode/settings.json

@ -31,5 +31,6 @@
"terminal.integrated.shellIntegration.enabled": false, "terminal.integrated.shellIntegration.enabled": false,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.tabSize": 2, // Use 2 spaces for indentation "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
} }
Loading…
Cancel
Save