Skip to content

Commit

Permalink
Fix typo (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Nov 10, 2023
1 parent 5a86860 commit cf904ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async def shadow_virtual_documents(scope, message, language_server, manager):
"[lsp] initialization of shadow filesystem failed three times"
" check if the path set by `LanguageServerManager.virtual_documents_dir`"
" or `JP_LSP_VIRTUAL_DIR` is correct; if this is happening with a server"
" for which which you control (or wish to override) jupyter-lsp specification"
" for which you control (or wish to override) jupyter-lsp specification"
" you can try switching `requires_documents_on_disk` off. The errors were: %s",
failures,
)
Expand Down

0 comments on commit cf904ba

Please sign in to comment.