Add Groovy files to VS Code file associations

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro 2020-01-15 23:22:56 +01:00
parent fd33094387
commit a22bd83a27
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,10 @@
{
"files.associations": {
"*.android": "groovy",
"*.ios": "groovy",
"*.linux": "groovy",
"*.macos": "groovy",
"*.windows": "groovy",
"*.nix-cache": "groovy",
},
}