Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Jun 10, 2018
1 parent a2c9fac commit 025c2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpLanguageServer/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ type Server(client: ILanguageClient) =
| Some root ->
dprintfn "Add workspace root %s" root.LocalPath
deferredInitialize <- projects.AddWorkspaceRoot(DirectoryInfo(root.LocalPath))
| _ -> ()
| _ -> dprintfn "No root URI in initialization message %A" p
return {
capabilities =
{ defaultServerCapabilities with
Expand Down

0 comments on commit 025c2dd

Please sign in to comment.