24,447 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
44
views
Visual Studio Code + Copilot Terminal issues [closed]
I've been using copilot a lot with VS code to do some reverse engineering and for tests Sonnet will frequently run inline heredoc scripts, which very often causes the terminal to hang forever.
The ...
3
votes
1
answer
111
views
In a VS Code monorepo with multiple workspace roots, How can I set terminal.integrated.cwd to default to one workspace root?
I have the following monorepo structure in a VS Code Workspace:
MyModule
└── File A
└── Folder A
└── Etc...
ModuleWrappers
└── File B
└── Folder B
└── Etc...
PSProfile
└── File C
└── File D
└── Etc...
...
-3
votes
0
answers
54
views
I have set up conda environment in vs code but the system is using anyhow system python [closed]
I have setup my virtual environment in the VS Code and now it has set up. But when I write this command to show the executable python file
import sys
print(sys.executable)
it shows system python file ...
-5
votes
1
answer
72
views
The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -1 [closed]
I face the error above when trying to run any Python code on VSC; it might be because my computer has the "KidSafe" program on it ("KidSafe" is the literal name). If it really is, ...
0
votes
0
answers
51
views
Clear command doesn't work in Visual Studio Code integrated terminal
On my old laptop, when I used the integrated terminal, when I run cls or clear command, the whole terminal gets cleared and starts a new line like a normal terminal.
Recently I got a new laptop and ...
0
votes
2
answers
59
views
Warning UseKestrel() port issue
Building...
✔ HTTPS configured on port 7260 using localhost certificate.
warn: Microsoft.AspNetCore.Server.Kestrel[0]
Overriding address(es) 'http://localhost:7001'. Binding to endpoints defined ...
0
votes
1
answer
89
views
How do I disable the left and right-side empty space in the VS Code integrated terminal?
The terminal, no matter what I change, always has an empty space to the left and to the right. I understand the right-hand side - that's where the scrollbar is. I, however, don't care much for visual ...
2
votes
0
answers
105
views
Stack for Haskell unable to remove files?
I am a beginner Haskell programmer on Windows 11. I am writing a Snakes & Ladders program, and am attempting to set up a Stack environment to work in.
I have been following this guide, as well as ...
5
votes
1
answer
129
views
The terminal in Visual Studio Code v1.107.0 no longer adds a space after autocompletion
I just updated Visual Studio Code to the latest version (1.107.0)
and I noticed that the terminal no longer adds a space when you autocomplete.
For example, previously, writing sour and hitting Tab ...
0
votes
0
answers
46
views
Install hybris without apparel accelerator
I installed hybris using
ant modulegen -Dinput.module=accelerator -Dinput.name=farrukh -Dinput.package=in.farrukh -Dinput.template=develop
Now, I see both apparel and electronics based code in custom.
...
0
votes
0
answers
62
views
Terminal freezing when using flutter run
After running flutter run I can refresh a couple of times using hot reload, sometimes only 1 others like 15, but at some point the terminal stops reading my keyboard and it gets stuck. Not a key I ...
1
vote
1
answer
189
views
Visual Studio Code does not run Python file in the terminal when using venv, but gives no error and works in interactive window and debugger
I have been using Visual Studio Code to run Python for a few months, but recently when I select Run Python File or Run Python File in Dedicated Terminal, a new instance of PowerShell opens in the ...
0
votes
1
answer
71
views
In DuckDB, can there be proper UTF-8 output in duckbox mode to Windows console? [closed]
Edit:
Since the question is off-topic here, I marked it for closing/migration to SuperUser. It was not migrated so far, so I recreated this question and answer at SuperUser.
I cannot get non-ASCII ...
1
vote
1
answer
111
views
Why are Grep highlight sequences not read with `pty`?
I was experimenting with creack/pty while learning about pseudo terminals.
I spawned grep and hooked it up with a pseudo terminal device as follows:
package main
import (
"fmt"
&...
0
votes
0
answers
67
views
Import macOS terminal theme programatically
In the terminal's settings screen, I can export and import themes easily using the GUI.
How can I import a previously exported theme programatically?