From de2f7535465b11d185187875ef7b7db385945de4 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 8 Feb 2020 20:06:08 +0100 Subject: [PATCH] Revert "Make sure to mention that VSCode is using Jedi" It was already in there. This reverts commit 2cf06bcf48f4bd9072d7b74f3664124ccc7b46bb. --- README.rst | 1 - docs/docs/usage.rst | 4 ---- 2 files changed, 5 deletions(-) diff --git a/README.rst b/README.rst index 10314cd5..0611bdc4 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,6 @@ the CPython REPL you have to install it. Jedi can currently be used with the following editors/projects: - Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_, completor.vim_) -- VSCode (Jedi is the default backend) - Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_) - Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3]) - TextMate_ (Not sure if it's actually working) diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 9b1ccd50..bc30af35 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -23,10 +23,6 @@ Vim: - YouCompleteMe_ - deoplete-jedi_ -VSCode: - -- Jedi is used by default if you download VSCode. - Emacs: - Jedi.el_