Add Avro schema file support (#9113)

pull/9828/head
Lucas Wagler 6 months ago committed by GitHub
parent 0a83d85124
commit 970f9e6333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -346,7 +346,8 @@ file-types = [
"jsonld", "jsonld",
".vuerc", ".vuerc",
"composer.lock", "composer.lock",
".watchmanconfig" ".watchmanconfig",
"avsc"
] ]
language-servers = [ "vscode-json-language-server" ] language-servers = [ "vscode-json-language-server" ]
auto-format = true auto-format = true

Loading…
Cancel
Save