Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #1010

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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