-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
36 lines (33 loc) · 1022 Bytes
/
extension.json
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
27
28
29
30
31
32
33
34
35
36
{
"identifier": "net.marquiskurt.luals-nova",
"name": "LuaLS",
"organization": "Marquis Kurt",
"description": "Type definitions, annotations, and more for Lua code.",
"version": "1.0",
"license": "MIT License",
"homepage": "https://luals.github.io",
"repository": "https://github.com/alicerunsonfedora/luals-nova",
"bugs": "https://github.com/alicerunsonfedora/luals-nova/issues",
"categories": ["languages"],
"main": "main.js",
"entitlements": {
"process": true,
"filesystem": "readonly"
},
"config": [
{
"key": "luals.language-server-path",
"title": "Language Server Path",
"type": "path",
"placeholder": "/opt/homebrew/bin/lua-language-server"
}
],
"configWorkspace": [
{
"key": "luals.workspace.config-file",
"title": "Configuration File",
"type": "path",
"placeholder": ".luarc.json"
}
]
}