🐛 fix(server): load interpreter funcext symbols
- Wire `--interpreter=...` into server startup. - Auto-load `<interpreter>/funcext` as a system library via Symbol::LoadSystemLibrary.
This commit is contained in:
@@ -24,7 +24,7 @@ export int Run(int argc, char* argv[])
|
||||
try
|
||||
{
|
||||
spdlog::info("TSL-LSP server starting...");
|
||||
lsp::core::LspServer server(config.thread_count);
|
||||
lsp::core::LspServer server(config.thread_count, config.interpreter_path);
|
||||
server.Run();
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
|
||||
Reference in New Issue
Block a user