Initial implementation of Language Server

This commit is contained in:
Christian Parpart
2021-12-16 17:52:49 +01:00
committed by chriseth
parent dc1dff975a
commit 927b24df1f
22 changed files with 1891 additions and 3 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ BOOST_AUTO_TEST_CASE(multiple_input_modes)
};
string expectedMessage =
"The following options are mutually exclusive: "
"--help, --license, --version, --standard-json, --link, --assemble, --strict-assembly, --yul, --import-ast. "
"--help, --license, --version, --standard-json, --link, --assemble, --strict-assembly, --yul, --import-ast, --lsp. "
"Select at most one.";
for (string const& mode1: inputModeOptions)