Skip to content

An external terminal window opens when starting a new debugging session #958

Closed Answered by JrmLg
JrmLg asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
If anyone else is having the same problem as me, I found my answer here:
https://stackoverflow.com/questions/1689015/run-python-script-without-windows-console-appearing

I just update this line in my configuration :
return vim.fn.getenv('LOCALAPPDATA') .. '/Programs/Python/Python311/python'
To :
return vim.fn.getenv('LOCALAPPDATA') .. '/Programs/Python/Python311/pythonw'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JrmLg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant