We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d63c3d commit af47f1bCopy full SHA for af47f1b
package.json
@@ -23,14 +23,16 @@
23
"activationEvents": [
24
"onLanguage:elixir"
25
],
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"
+ "contributes": {
+ "configuration": {
+ "type": "object",
+ "title": "Elixir Config",
+ "properties": {
+ "elixir.enable": {
+ "type": "boolean",
+ "default": true,
34
+ "description": "Enable elixir extension"
35
+ }
36
}
37
38
},
0 commit comments