@bgforge/mls-server 3.2.1 → 3.3.1
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 +3 -3
- package/out/completion.fallout-ssl.json +2500 -2580
- package/out/completion.fallout-worldmap-txt.json +133 -133
- package/out/completion.weidu-baf.json +2434 -2434
- package/out/completion.weidu-d.json +199 -153
- package/out/completion.weidu-tp2.json +1928 -1786
- package/out/hover.fallout-ssl.json +1212 -1260
- package/out/hover.fallout-worldmap-txt.json +48 -48
- package/out/hover.weidu-baf.json +1240 -1240
- package/out/hover.weidu-d.json +96 -72
- package/out/hover.weidu-tp2.json +1265 -1229
- package/out/server.js +401 -400
- package/out/tree-sitter-ssl.wasm +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -33,11 +33,11 @@ bgforge-mls-server --stdio
|
|
|
33
33
|
[Settings Reference](../docs/settings.md) - All server settings with defaults.
|
|
34
34
|
[LSP API](../docs/lsp-api.md) - Public commands, custom requests, notifications, and third-party client integration notes.
|
|
35
35
|
|
|
36
|
-
See [Editor Setup](https://github.com/BGforgeNet/
|
|
36
|
+
See [Editor Setup](https://github.com/BGforgeNet/BGforge-MLS/blob/master/docs/editors/README.md) for editor-specific guides.
|
|
37
37
|
|
|
38
38
|
## Links
|
|
39
39
|
|
|
40
40
|
- [VSCode extension](https://marketplace.visualstudio.com/items?itemName=BGforge.bgforge-mls) (full-featured client)
|
|
41
|
-
- [Source code](https://github.com/BGforgeNet/
|
|
42
|
-
- [Issue tracker](https://github.com/BGforgeNet/
|
|
41
|
+
- [Source code](https://github.com/BGforgeNet/BGforge-MLS)
|
|
42
|
+
- [Issue tracker](https://github.com/BGforgeNet/BGforge-MLS/issues)
|
|
43
43
|
- [Server Internals](INTERNALS.md) (provider registry, symbol system, data flow)
|