@bgforge/mls-server 3.1.3 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/out/server.js +442 -436
- package/out/td-plugin.js +1 -1
- package/out/tree-sitter-ssl.wasm +0 -0
- package/out/tree-sitter-weidu_tp2.wasm +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ bgforge-mls-server --stdio
|
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
[Settings Reference](../docs/settings.md) - All server settings with defaults.
|
|
34
|
+
[LSP API](../docs/lsp-api.md) - Public commands, custom requests, and notifications.
|
|
34
35
|
|
|
35
36
|
See [Editor Setup](https://github.com/BGforgeNet/VScode-BGforge-MLS/blob/master/docs/editors/README.md) for editor-specific guides.
|
|
36
37
|
|
|
@@ -39,4 +40,4 @@ See [Editor Setup](https://github.com/BGforgeNet/VScode-BGforge-MLS/blob/master/
|
|
|
39
40
|
- [VSCode extension](https://marketplace.visualstudio.com/items?itemName=BGforge.bgforge-mls) (full-featured client)
|
|
40
41
|
- [Source code](https://github.com/BGforgeNet/VScode-BGforge-MLS)
|
|
41
42
|
- [Issue tracker](https://github.com/BGforgeNet/VScode-BGforge-MLS/issues)
|
|
42
|
-
- [
|
|
43
|
+
- [Server Internals](INTERNALS.md) (provider registry, symbol system, data flow)
|