Associate devcontainer.json with JSONC language (#45593)

Release Notes:

- N/A
This commit is contained in:
Teoh Han Hui
2025-12-24 05:23:28 +08:00
committed by GitHub
parent a34fe06bb1
commit ca47822667

View File

@@ -1,6 +1,6 @@
name = "JSONC"
grammar = "jsonc"
path_suffixes = ["jsonc", "bun.lock", "tsconfig.json", "pyrightconfig.json"]
path_suffixes = ["jsonc", "bun.lock", "devcontainer.json", "pyrightconfig.json", "tsconfig.json"]
line_comments = ["// "]
autoclose_before = ",]}"
brackets = [