Skip to content

Commit

Permalink
Merge pull request lcompilers#796 from certik/new_parser_lsp
Browse files Browse the repository at this point in the history
LSP: use the new parser in there
  • Loading branch information
certik committed Jul 19, 2022
2 parents 05a15e6 + 8c1cbc2 commit 08ddc81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libasr/lsp/LPythonServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ struct handle_functions
std::string path = getPath(uri);
using LFortran::CompilerOptions;
CompilerOptions compiler_options;
compiler_options.new_parser = true;
std::string runtime_library_dir = LFortran::get_runtime_library_dir();

std::vector<LFortran::LPython::lsp_locations>
Expand Down

0 comments on commit 08ddc81

Please sign in to comment.