5

I installed Visual Studio Intellicode extension in my VS Code (which installed Python language server). I did some testing and decided to uninstall Visual Studio Intellicode extension, which I did.

But I can't find Python Language server to uninstall. How can I uninstall Python language server?

Thanks in advance,

JM

Jean-Francois T.
  • 11,549
  • 7
  • 68
  • 107
jmatos
  • 507
  • 1
  • 5
  • 17
  • what OS are you running? have you tried to remove the package manually from the `/extensions` directory (by simply deleting the folder)? Btw. could you please provide a link to the extension? – Joey Feb 13 '19 at 15:17
  • Windows 7 Pro SP1 w/all updates.No, I only find one python directory inside the extensions dir. I don't know if that is the language server or just the python support embedded in VS Code. – jmatos Feb 13 '19 at 19:46
  • Just search for Intellicode in the extensions panel on VS Code. – jmatos Feb 13 '19 at 19:47
  • I'm running Linux and I was able to uninstall the complete `Visual Studio IntelliCode - Preview` extension (after I installed it and reloaded vscode to reproduce your issue). This could be a problem with Windows maybe, so sorry. – Joey Feb 13 '19 at 19:57
  • I was also able to uninstall the VS Intellicode extension. My problem is with the Python Language server it installed. – jmatos Feb 13 '19 at 23:45
  • yes, I understood. I mean I didn't have that problem after removing Intellicode. – Joey Feb 14 '19 at 00:14
  • "one does not simply remove language server" :) It creates folder in python extension. I deleted the folder but guess what, next time it recreated and reinstalled itself. So I uninstalled entire VS code, deleted all its data including extensions and settings and reinstalled, I copied back my settings and language server reinstalled itself. Now I'm testing "python.jediEnabled" as proposed by @jmatos – storm_88 Dec 03 '19 at 08:34

1 Answers1

2

I was able to bypass the language server by re-enabling the "python.jediEnabled" to true.

jmatos
  • 507
  • 1
  • 5
  • 17