Allow comments in VS Code configuration

Since JSON formally cannot contain comments, GitHub highlights comments
in JSON files as errors, but the configuration files for VS Code
in this repository contain comments. This commit configures GitHub to
use a different syntax highlighter for the affected files.
This commit is contained in:
Tillmann Rendel
2022-02-01 14:55:29 +01:00
parent a764fdfb8e
commit dbbabedec6
+2
View File
@@ -0,0 +1,2 @@
# Configure GitHub to not mark comments in configuration files as errors
*.json linguist-language=JSON-with-Comments