Newton_Editor/plugins/lsp_client/manifest.json

12 lines
325 B
JSON
Raw Normal View History

2023-11-04 19:38:20 +00:00
{
"manifest": {
"name": "LSP Client",
"author": "ITDominator",
"version": "0.0.1",
"credit": "Avi Yeger for the pylspclient used by this plugin. Link: https://github.com/yeger00/pylspclient",
"support": "",
"requests": {
2023-11-07 05:01:18 +00:00
"pass_events": "true"
2023-11-04 19:38:20 +00:00
}
}
}