-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepository.json
More file actions
27 lines (27 loc) · 1.15 KB
/
repository.json
File metadata and controls
27 lines (27 loc) · 1.15 KB
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
{
"version": 1,
"name": "Official ACS Plugin Repository",
"description": "The official repository for Android Code Studio plugins",
"plugins": [
{
"id": "io.github.nullij.plugins.lsp.web",
"name": "WebLanguageServers",
"pluginRepository": "https://raw.githubusercontent.com/AndroidCSIDE/androidcs-plugins/refs/heads/main/official/WebLanguageServers/repository.json"
},
{
"id": "io.github.nullij.plugins.templates.flutter",
"name": "FlutterTemplate",
"pluginRepository": "https://raw.githubusercontent.com/AndroidCSIDE/androidcs-plugins/refs/heads/main/official/FlutterTemplate/repository.json"
},
{
"id": "io.github.nullij.plugins.lsp.python",
"name": "Python Language Server",
"pluginRepository": "https://raw.githubusercontent.com/AndroidCSIDE/androidcs-plugins/refs/heads/main/official/PythonLanguageServer/repository.json"
},
{
"id": "io.github.nullij.plugins.lsp.bash",
"name": "Bash Language Server",
"pluginRepository": "https://raw.githubusercontent.com/AndroidCSIDE/androidcs-plugins/refs/heads/main/official/BashLanguageServer/repository.json"
}
]
}