Add Avro schema file support (#9113)
This commit is contained in:
parent
0a83d85124
commit
970f9e6333
1 changed files with 2 additions and 1 deletions
|
@ -346,7 +346,8 @@ file-types = [
|
|||
"jsonld",
|
||||
".vuerc",
|
||||
"composer.lock",
|
||||
".watchmanconfig"
|
||||
".watchmanconfig",
|
||||
"avsc"
|
||||
]
|
||||
language-servers = [ "vscode-json-language-server" ]
|
||||
auto-format = true
|
||||
|
|
Loading…
Reference in a new issue