24,445 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
55
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
114
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...
...
1
vote
0
answers
55
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
92
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
154
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
48
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
190
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
72
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?
0
votes
1
answer
72
views
Change macOS Terminal theme background colour programatically
How can I change the background colour of a macOS Terminal theme using the command line?
I can see all the themes using:
defaults read com.apple.Terminal "Window Settings"
The output lists ...
Advice
2
votes
10
replies
420
views
Visual studio vs gcc
I'm a small-scale C programmer at the moment, and I'm bugged by the question: is Visual Studio worth the annoyance that it is?
I've been programming in C and C++ in Visual Studio Code for a while, and ...