Skip to content

Commit

Permalink
URI encode rootUri
Browse files Browse the repository at this point in the history
Fixes remaining issue in #43
  • Loading branch information
natebosch committed Nov 11, 2017
1 parent ee14efb commit 3cc759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/lsc/server.vim
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function! s:Start(command) abort
let trace_level = 'off'
endif
let params = {'processId': getpid(),
\ 'rootUri': 'file://'.getcwd(),
\ 'rootUri': lsc#uri#documentUri(getcwd()),
\ 'capabilities': s:client_capabilities,
\ 'trace': trace_level
\}
Expand Down

0 comments on commit 3cc759c

Please sign in to comment.