Skip to content

Commit af47f1b

Browse files
committed
Fix configuration object posiiton
1 parent 3d63c3d commit af47f1b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@
2323
"activationEvents": [
2424
"onLanguage:elixir"
2525
],
26-
"configuration": {
27-
"type": "object",
28-
"title": "Elixir Config",
29-
"properties": {
30-
"elixir.enable": {
31-
"type": "boolean",
32-
"default": true,
33-
"description": "Enable elixir extension"
26+
"contributes": {
27+
"configuration": {
28+
"type": "object",
29+
"title": "Elixir Config",
30+
"properties": {
31+
"elixir.enable": {
32+
"type": "boolean",
33+
"default": true,
34+
"description": "Enable elixir extension"
35+
}
3436
}
3537
}
3638
},

0 commit comments

Comments
 (0)