Skip to content
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

Runs in separate window and not in terminal #23454

Open
astrid-altamirano opened this issue May 19, 2024 · 6 comments
Open

Runs in separate window and not in terminal #23454

astrid-altamirano opened this issue May 19, 2024 · 6 comments
Assignees
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@astrid-altamirano
Copy link

Type: Performance Issue

Hi. When I press run, the program does not run in the terminal as expected. It opens in a separate window and behaves like an exe, it means that if it crashes I can not see the error. I do not know if I changed a setting. Thanks.

VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:13:33.891Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz (8 x 1190)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 7.70GB (0.68GB free)
Process Argv --crash-reporter-id d6285130-4761-4f87-9aa5-e3c542c1480f
Screen Reader no
VM 0%
Process Info
CPU %	Mem MB	   PID	Process
    1	   148	  8548	code main
    0	    98	  6820	shared-process
    0	    28	  9556	   crashpad-handler
    0	   203	 12476	   gpu-process
    0	   185	 14608	extensionHost [1]
    0	   162	 10976	     electron-nodejs (bundle.js )
    0	   228	 18624	window [1] (menu.py - assignment-04-astrid-altamirano - Visual Studio Code)
    0	    94	 18760	fileWatcher [1]
    0	    42	 20464	   utility-network-service
    0	    90	 23072	ptyHost
    0	    72	  3748	     C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command "try { . \"c:\Users\astri\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\contrib\terminal\browser\media\shellIntegration.ps1\" } catch {}"
    0	     7	 18232	     conpty-agent
    0	    85	 19400	     C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command "try { . \"c:\Users\astri\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\contrib\terminal\browser\media\shellIntegration.ps1\" } catch {}"
    0	    23	 16372	       "C:\Users\astri\AppData\Local\Programs\Python\Python312\python.exe" "d:/Astrid 2022/ASTRID Documentos/UW Python Advanced/University of Washington II/Assigment UW Advanced  Python 2024/assignment-04-astrid-altamirano/menu.py"
    0	    30	  9936	         C:\WINDOWS\system32\conhost.exe 0x4
    0	     6	 24452	     conpty-agent
    0	   104	 23580	window [2] (Issue Reporter)
Workspace Info
|  Window (menu.py - assignment-04-astrid-altamirano - Visual Studio Code)
|    Folder (assignment-04-astrid-altamirano): 15 files
|      File types: py(5) pyc(4) csv(2) gitignore(1) md(1)
|      Conf files:;
Extensions (14)
Extension Author (truncated) Version
gitlens eam 15.0.3
remotehub Git 0.62.0
rainbow-csv mec 3.11.0
debugpy ms- 2024.7.11371017
pylint ms- 2023.11.13481007
python ms- 2024.7.11371014
vscode-pylance ms- 2024.5.1
jupyter ms- 2024.4.0
jupyter-keymap ms- 1.1.2
jupyter-renderers ms- 1.0.17
vscode-jupyter-cell-tags ms- 0.1.9
vscode-jupyter-slideshow ms- 0.1.6
azure-repos ms- 0.38.0
remote-repositories ms- 0.40.0
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
tftest:31042121
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementsc:30995553
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
chatpanelt:31048053
dsvsc021:30996838
g316j359:31013175
pythoncenvptcf:31049071
a69g1124:31046351
pythonprt:31047983
dwnewjupytercf:31046870
26j00206:31048877

@meganrogge
Copy link

sounds like you're using an extension? maybe you're talking about the interactive window? a gif would help

@meganrogge meganrogge added the info-needed Issue requires more information from poster label May 20, 2024
@meganrogge meganrogge assigned amunger and unassigned meganrogge May 20, 2024
@astrid-altamirano
Copy link
Author

astrid-altamirano commented May 20, 2024 via email

@astrid-altamirano
Copy link
Author

ScrrenShot 18 May .pdf

@astrid-altamirano
Copy link
Author

Hi. I attached the screen shot. The program when runs it does in a separate window, as it were an executable. Not in the terminal as expected. I do not know how I came up with this issue. Thanks.

Yours sincerely,
astrid

@astrid-altamirano
Copy link
Author

gif issue separate window

@amunger amunger assigned paulacamargo25 and unassigned amunger May 20, 2024
@amunger amunger transferred this issue from microsoft/vscode May 20, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label May 20, 2024
@amunger
Copy link

amunger commented May 20, 2024

looks like a possible launch configuration issue, @paulacamargo25 might be able to help more on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

4 participants