Skip to content

Commit efc7e41

Browse files
committed
re-enable rootPath as rls also needs it
1 parent dc50237 commit efc7e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ def start_client(window, config):
10571057
initializeParams = {
10581058
"processId": client.process.pid,
10591059
"rootUri": filename_to_uri(project_path),
1060-
# "rootPath": project_path,
1060+
"rootPath": project_path,
10611061
"capabilities": {
10621062
"textDocument": {
10631063
"completion": {

0 commit comments

Comments
 (0)