Recognise Jupyter notebooks as JSON documents (#6927)

This commit is contained in:
Scott Stevenson 2023-05-01 15:21:30 +01:00 committed by GitHub
parent d7878238c1
commit 015623720c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ indent = { tab-width = 2, unit = " " }
name = "json"
scope = "source.json"
injection-regex = "json"
file-types = ["json", "jsonc", "arb"]
file-types = ["json", "jsonc", "arb", "ipynb"]
roots = []
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }
auto-format = true