You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following error starting VSCode with IntelliCode:
Acquiring model
Acquiring model 'intellisense-members-lstm-pylance' for python
Acquiring model 'intellisense-members-lstm-pylance' for python
vs-intellicode-python was passed a model: {}.
Found bundled model for python
Activating Python extension
Language server extension command failed. Exception: Error: command 'python.intellicode.loadLanguageServerExtension' not found
at BYe.n (vscode-file://vscode-app/c:/MyStuffs/VSCode/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3892)
at BYe.executeCommand (vscode-file://vscode-app/c:/MyStuffs/VSCode/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3824)
Error while activating Python: {}
2025-11-08 20:04:05.984 [info] Experiment 'pythonSurveyNotificationcf' is active
2025-11-08 20:04:05.984 [info] > pyenv which python
2025-11-08 20:04:05.984 [info] cwd: c:\Users\TRUNG NGUYEN\Downloads\Spring Skillup
2025-11-08 20:04:05.984 [info] > conda info --json
2025-11-08 20:04:10.222 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
2025-11-08 20:04:13.744 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
2025-11-08 20:04:16.527 [info] Editor support is inactive since language server is set to None.
2025-11-08 20:04:16.633 [info] > c:\WinPython64\python\python.exe -c "import sys;print(sys.executable)"
2025-11-08 20:04:19.379 [info] > "C:\Users\TRUNG NGUYEN.anaconda\Scripts\conda.exe" info --json
2025-11-08 20:04:19.391 [info] > "C:\Users\TRUNG NGUYEN.conda\Scripts\conda.exe" info --json
2025-11-08 20:04:19.395 [info] > "C:\Users\TRUNG NGUYEN.condarc\Scripts\conda.exe" info --json
2025-11-08 20:04:19.769 [info] > C:\AnacondaX\Python\Scripts\conda.exe info --json
2025-11-08 20:04:35.401 [info] > C:\AnacondaX\Python\condabin\conda.bat info --json
2025-11-08 20:04:57.365 [info] Active interpreter [c:\Users\TRUNG NGUYEN\Downloads\Spring Skillup\Notebook.ipynb]: C:\WinPython64\python\python.exe
2025-11-08 20:06:09.312 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
2025-11-08 20:06:09.816 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
As shown the above output, the editor display a message everytime I start VSCode:
Has anyone have any idea what was wrong with the plugin?
Dear developers,
I have the following error starting VSCode with IntelliCode:
Acquiring model
Acquiring model 'intellisense-members-lstm-pylance' for python
Acquiring model 'intellisense-members-lstm-pylance' for python
vs-intellicode-python was passed a model: {}.
Found bundled model for python
Activating Python extension
Language server extension command failed. Exception: Error: command 'python.intellicode.loadLanguageServerExtension' not found
at BYe.n (vscode-file://vscode-app/c:/MyStuffs/VSCode/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3892)
at BYe.executeCommand (vscode-file://vscode-app/c:/MyStuffs/VSCode/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3824)
Error while activating Python: {}
2025-11-08 20:04:05.984 [info] Experiment 'pythonSurveyNotificationcf' is active
2025-11-08 20:04:05.984 [info] > pyenv which python
2025-11-08 20:04:05.984 [info] cwd: c:\Users\TRUNG NGUYEN\Downloads\Spring Skillup
2025-11-08 20:04:05.984 [info] > conda info --json
2025-11-08 20:04:10.222 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
2025-11-08 20:04:13.744 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
2025-11-08 20:04:16.527 [info] Editor support is inactive since language server is set to None.
2025-11-08 20:04:16.633 [info] > c:\WinPython64\python\python.exe -c "import sys;print(sys.executable)"
2025-11-08 20:04:19.379 [info] > "C:\Users\TRUNG NGUYEN.anaconda\Scripts\conda.exe" info --json
2025-11-08 20:04:19.391 [info] > "C:\Users\TRUNG NGUYEN.conda\Scripts\conda.exe" info --json
2025-11-08 20:04:19.395 [info] > "C:\Users\TRUNG NGUYEN.condarc\Scripts\conda.exe" info --json
2025-11-08 20:04:19.769 [info] > C:\AnacondaX\Python\Scripts\conda.exe info --json
2025-11-08 20:04:35.401 [info] > C:\AnacondaX\Python\condabin\conda.bat info --json
2025-11-08 20:04:57.365 [info] Active interpreter [c:\Users\TRUNG NGUYEN\Downloads\Spring Skillup\Notebook.ipynb]: C:\WinPython64\python\python.exe
2025-11-08 20:06:09.312 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
2025-11-08 20:06:09.816 [info] Discover tests for workspace name: undefined - uri: c:\MyStuffs\VSCode\data\user-data\User\settings.json
As shown the above output, the editor display a message everytime I start VSCode:
Has anyone have any idea what was wrong with the plugin?
Thank you very much