Skip to content

Commit

Permalink
Add Groovy files to VS Code file associations
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
  • Loading branch information
Pedro Pombeiro authored and Artur Zabeyvorota committed Jan 16, 2020
1 parent d6ce2b4 commit f51171a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files.associations": {
"*.android": "groovy",
"*.ios": "groovy",
"*.linux": "groovy",
"*.macos": "groovy",
"*.windows": "groovy",
"*.nix-cache": "groovy",
},
}

0 comments on commit f51171a

Please sign in to comment.