Skip to content

Commit 5baa5b4

Browse files
committed
Add workspace root patterns
this fixes issues with mono repos
1 parent 2f62a67 commit 5baa5b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
"onLanguage:elixir"
2626
],
2727
"contributes": {
28+
"rootPatterns": [
29+
{
30+
"filetype": "elixir",
31+
"patterns": [
32+
"mix.lock",
33+
"mix.exs"
34+
]
35+
}
36+
],
2837
"configuration": {
2938
"type": "object",
3039
"title": "Elixir Config",

0 commit comments

Comments
 (0)