Replies: 7 comments 8 replies
|
The first issue looks like you have a bad install of the Python extension. Please try uninstalling it, quitting VS Code, and then reinstalling the extension. As for the second issue, I'm afraid you cut out some key details like what command was run to lead to that output. But the error is saying PowerShell can't find |
|
Well this is what i got in terminal: PS C:\Users\Użytkownik\Desktop\Python Programy> cd "c:\Users\Uytkownik\Desktop\Python Programy\ZadaniaSPOJ"
PS C:\Users\Użytkownik\Desktop\Python Programy> python -u "c:\Users\Uytkownik\Desktop\Python Programy\ZadaniaSPOJ\ZliczaczLiter.py" |
|
I added folder to visualstudiocode and I cant run any code from it, even when im making new file in Visual Studio Code i cant run it neither. |
|
This my code: Futhermore i cant run code like this: |
|
I downloaded Python from Mincrosoft Store and I try to uinstall and install again but nothing changed |
|
I also have the issue. VS Code lost first letter of my Cyrillic user name folder: User name is Какоеимя, while Code searches for "акоеимя" |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am trying to lunch my python begginer program but i can't. I have no ide how to fix this problem, this is my problem:
and after I try to debug my code this is my second problem:
After few second launch.json opens and this is what I have there:
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal", }, ] }Can someone help me please?
All reactions