docs: Add deno.jsonc to JSON LSP settings (#40563)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user