Add VSCode config for jsonnet extension

pull/77/head
Carlos de Paula 2020-06-22 16:06:50 -03:00
parent 956a160a62
commit 5c772218d9
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"jsonnet.libPaths": [
"vendor/",
],
}