mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Always allow full filesystem access to LSP.
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user