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
+3
View File
@@ -83,6 +83,9 @@ done
printTask "Testing Python scripts..."
"$REPO_ROOT/test/pyscriptTests.py"
printTask "Testing LSP..."
"$REPO_ROOT/scripts/test_solidity_lsp.py" "${SOLIDITY_BUILD_DIR}/solc/solc"
printTask "Running commandline tests..."
# Only run in parallel if this is run on CI infrastructure
if [[ -n "$CI" ]]