Error and unwanted logs when installing Python extension on vscode.dev #6686
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This seems to be something from pylance. Moving it to the right repo. |
Beta Was this translation helpful? Give feedback.
-
As long as Pylance is working, I don't think we'd spend time trying to fix the console errors. The first one looks like a language file that's missing which is expected. It can be ignored. The second one might be the callstack from that exact problem. It's a file not found error from VS code that could be from us trying to load a locale that doesn't exist. The third one I'm not sure what it is but unless something isn't working, it shouldn't matter. The fourth one isn't ours. It's from the anycode extension. |
Beta Was this translation helpful? Give feedback.
As long as Pylance is working, I don't think we'd spend time trying to fix the console errors. The first one looks like a language file that's missing which is expected. It can be ignored.
The second one might be the callstack from that exact problem. It's a file not found error from VS code that could be from us trying to load a locale that doesn't exist.
The third one I'm not sure what it is but unless something isn't working, it shouldn't matter.
The fourth one isn't ours. It's from the anycode extension.