|
28 | 28 | "commands": [ |
29 | 29 | { |
30 | 30 | "command": "phpactor.update", |
31 | | - "title": "Update Phpactor to the latest version" |
| 31 | + "title": "Update to the latest version", |
| 32 | + "category": "Phpactor" |
32 | 33 | }, |
33 | 34 | { |
34 | 35 | "command": "phpactor.reindex", |
35 | | - "title": "Phpactor: Reindex the project." |
| 36 | + "title": "Re-index workspace", |
| 37 | + "category": "Phpactor" |
36 | 38 | }, |
37 | 39 | { |
38 | 40 | "command": "phpactor.config.dump", |
39 | | - "title": "Phpactor: Dump config" |
| 41 | + "title": "Dump the configuration", |
| 42 | + "category": "Phpactor" |
40 | 43 | }, |
41 | 44 | { |
42 | 45 | "command": "phpactor.services.list", |
43 | | - "title": "Phpactor: List Phpactor's currently running services." |
| 46 | + "title": "List currently running services", |
| 47 | + "category": "Phpactor" |
44 | 48 | }, |
45 | 49 | { |
46 | 50 | "command": "phpactor.status", |
47 | | - "title": "Phpactor: Show Phpactor's status" |
| 51 | + "title": "Show current status", |
| 52 | + "category": "Phpactor" |
48 | 53 | } |
49 | 54 | ], |
50 | 55 | "configuration": { |
51 | | - "title": "phpactor config", |
| 56 | + "title": "Phpactor", |
52 | 57 | "properties": { |
53 | 58 | "phpactor.path": { |
54 | | - "type": "string|null", |
| 59 | + "type": ["string", "null"], |
55 | 60 | "default": null, |
56 | | - "description": "phpactor bin path" |
| 61 | + "description": "Specifies the path to the Phpactor binary" |
57 | 62 | }, |
58 | 63 | "phpactor.enable": { |
59 | 64 | "type": "boolean", |
60 | 65 | "default": true, |
61 | | - "description": "enable phpactor language server" |
| 66 | + "description": "Whether to enable the language server" |
62 | 67 | }, |
63 | 68 | "phpactor.config": { |
64 | 69 | "type": "object", |
65 | 70 | "default": {}, |
66 | | - "description": "standard phpactor configuration" |
| 71 | + "description": "Specifies the underlying Phpactor configuration." |
67 | 72 | } |
68 | 73 | } |
69 | 74 | } |
|
0 commit comments