docs: Add deno.jsonc to JSON LSP settings (#40563)

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Bedis Nbiba
2025-10-18 12:08:00 +02:00
committed by GitHub
parent 219ae05d1f
commit 35664461c6
+2 -1
View File
@@ -69,7 +69,8 @@ To get completions for `deno.json` or `package.json` you can add the following t
"schemas": [
{
"fileMatch": [
"deno.json"
"deno.json",
"deno.jsonc"
],
"url": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json"
},