-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension doesn't load #5437
Comments
I have similar issue.
|
me too [Extension Host] Activating extension |
similar issue. VS Code version: 1.33.1 Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
|
also similar issue too. |
1. Are you using any language other than English in VS Code? 2. Please could you try the following?
It should now contain the line numbers of the errors. |
Thats fine, I can replicate this at my end when using another language. |
I am using English in Vscode, yet the system language is Chinese. The error message is below, hope it helps.
|
that is a very bad user feeling |
meet this problem too! |
should I switch to pycharm or sublime? work is stopped.. |
You can right-click the Python extension in the extension tab and select a different version to install |
The useful action for me is disable python automatic update and choose an old version for python extension. |
I remove last extra comma from "C:\Users[username].vscode\extensions\ms-python.python-2019.4.11881\package.nls.[language].json." |
I face the same issue on my mac with OS version: Mojava 10.14.4 |
For Chinese users, delete the last comma in the zh-cn json file, and it should work. This is a bit awkward. |
@hxhc I am so curious about the reason. This can be a temporal solution. Thanks |
@Spacebody It may be just a syntax error, because there should not be any commas in the last line of a json file. I think it can be fixed very soon. |
Very targeted solution :) |
nice. |
similar issue
one more thing
It works for me, 感谢 @hxhc |
as list:
contains "," .... |
I even reinstalled VSCode, then I found this issue. |
Come on, please fix this asap! |
I also reinstalled VSCode many times, but solve this problem by rollback this extension to the last version. |
Thanks! It does work for me! But I suggest you disable auto update option. |
Downgrade the Python extension is useful to me. This bug makes me feel terrible. |
Then, you should disable auto update option. |
Hi everyone, we'll be landing a fix for this issue ASAP. |
Thank you very much |
Thank you very much |
Downgrade the python extension fixed this issue for me. Can not believe it. You should FIX it ASAP! |
@DonJayamanne Same here, but perhaps for a different reason. Tried building .vsix from the latest github master on a barely empty vscode install on macOS, ending up with Doesn't seem like there's invalid localization jsons, Looking at traceback in developer tools:
And indeed, the folder |
Nevermind, it loads, but you have to build it properly (i.e., |
Environment data
Expected behaviour
VS Code loading the extension
Actual behaviour
VS Code doesn't load the extension
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: