Terminal.Gui in devcontainers in vscode? #3049
Unanswered
thomaslazar
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What docker image are you using? Are you starting the binary in container
or just deploying into it?
Normally I think you would want to just deploy the code in the container
then use docker exec with `-it` to run. That would ensure console output
from container goes to your local shell.
…On Tue, 12 Dec 2023, 21:55 Thomas Lazar, ***@***.***> wrote:
Hi there.
I was wondering if someone already got the whole Terminal.Gui stuff
running in a devcontainer in vscode.
I'm doing a bit of playing around with some stuff and wanted to quickly
build a small UI for it, but I can't get Terminal.Gui projects to run
inside a dotnet devcontainer.
Always getting a Error opening terminal: unknown. in the end.
Any ideas?
—
Reply to this email directly, view it on GitHub
<#3049>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHO3C5G3KNGNPQ6SXDGE3E3YJDHF7AVCNFSM6AAAAABASFGFKSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHE2TIMZYGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there.
I was wondering if someone already got the whole Terminal.Gui stuff running in a devcontainer in vscode.
I'm doing a bit of playing around with some stuff and wanted to quickly build a small UI for it, but I can't get Terminal.Gui projects to run inside a dotnet devcontainer.
Always getting a
Error opening terminal: unknown.
in the end.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions