Always allow full filesystem access to LSP.

This commit is contained in:
Christian Parpart
2022-05-09 11:37:11 +02:00
parent 49d27eaa5d
commit f308f1a1f8
12 changed files with 350 additions and 136 deletions
+1 -1
View File
@@ -912,7 +912,7 @@ void CommandLineInterface::handleAst()
void CommandLineInterface::serveLSP()
{
lsp::IOStreamTransport transport;
lsp::StdioTransport transport;
if (!lsp::LanguageServer{transport}.run())
solThrow(CommandLineExecutionError, "LSP terminated abnormally.");
}