Skip to content

Commit a22bd83

Browse files
author
Pedro Pombeiro
committed
Add Groovy files to VS Code file associations
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
1 parent fd33094 commit a22bd83

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files.associations": {
3+
"*.android": "groovy",
4+
"*.ios": "groovy",
5+
"*.linux": "groovy",
6+
"*.macos": "groovy",
7+
"*.windows": "groovy",
8+
"*.nix-cache": "groovy",
9+
},
10+
}

0 commit comments

Comments
 (0)