-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
26 lines (26 loc) · 908 Bytes
/
Copy pathextension.json
File metadata and controls
26 lines (26 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"activationEvents": "*",
"bugs": "https://github.com/eahanson/elixir-manual-formatter.novaextension/issues",
"categories": ["commands", "formatters"],
"commands": {
"extensions": [
{
"title": "Format this Elixir file",
"command": "elixir-manual-formatter.formatFile"
},
{
"title": "Format all Elixir files in project",
"command": "elixir-manual-formatter.formatProject"
}
]
},
"description": "Format a single Elixir file or all Elixir files in the project.",
"entitlements": {"process": true},
"homepage": "https://github.com/eahanson/elixir-manual-formatter.novaextension",
"identifier": "eahanson.elixir-manual-formatter",
"main": "main.js",
"name": "Elixir Manual Formatter",
"organization": "Erik Hanson",
"repository": "https://github.com/eahanson/elixir-manual-formatter.novaextension",
"version": "1.0.2"
}