Skip to content

codes are not running properly in vs code #4712

@udita680

Description

@udita680

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest released version
  • Search the existing issues, especially the pinned issues.

Exception report

& "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"
>> & "C:/Users/Udita Singh/AppData/Local/Programs/Python/Python313/python.exe" "c:/Users/Udita Singh/phythonbeggggg.py"

Screenshot

fix the bug as soon as possible its disturbing a lot

Environment data

$hostName = $Host.Name
    if ($hostName -eq "ConsoleHost" -and (Get-Command Get-CimInstance -ErrorAction SilentlyContinue)) {
        $id = $PID; $inWindowsTerminal = $false
        while ($true) {
            $p = Get-CimInstance -ClassName Win32_Process -Filter "ProcessId Like $id"
            if (!$p -or !$p.Name) { break }
            if ($p.Name -eq "WindowsTerminal.exe") { $inWindowsTerminal = $true; break }
            $id = $p.ParentProcessId
        }
        if ($inWindowsTerminal) { $hostName += " (Windows Terminal)" }
    }

    $m = Get-Module PSReadline
    $v = $m.Version; $pre = $m.PrivateData.PSData.Prerelease
    if ($pre) { $v = "$v-$pre" }
    $os = if ($IsLinux -or $IsMacOS) { uname -a } else { (dir $env:SystemRoot\System32\cmd.exe).VersionInfo.FileVersion }

    Write-Host ''
    Write-Host "PS Version: $($PSVersionTable.PSVersion)"
    Write-Host "PS HostName: $hostName"
    Write-Host "PSReadLine Version: $v"
    Write-Host "PSReadLine EditMode: $((Get-PSReadLineOption).EditMode)"
    Write-Host "OS: $os"
    Write-Host "BufferWidth: $([console]::BufferWidth)"
    Write-Host "BufferHeight: $([console]::BufferHeight)"
    Write-Host ''
}

Steps to reproduce

i dont know you handle

Expected behavior

no expected behaviour

Actual behavior

fix the problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions