Add Avro schema file support (#9113)

pull/9828/head
Lucas Wagler 2023-12-18 20:05:58 -05:00 committed by GitHub
parent 0a83d85124
commit 970f9e6333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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