Questions tagged [windows-terminal]

Microsoft's official new terminal app for Windows, released May 2019.

Windows Terminal is the Terminal app for Windows made by Microsoft, released in May 2019. See the Windows Terminal GitHub

348 questions
6
votes
1 answer

The debug gem's binding.break creates break point but no console prompt

I have a Rails 7 application using gem "debug", platforms: %i[ mri mingw x64_mingw ] for debugging. I am also using WSL2 and Windows Terminal on Windows 11 for my development environment in case that's part of the issue I'm about to describe. If I…
6
votes
1 answer

windows terminal(oh my posh) not showing git status after whatever I have tried

description I import posh-git but don't use its prompt style. and my windows terminal $PROFILE like: Import-Module posh-git Import-Module oh-my-posh Set-PoshPrompt -Theme default #$env:POSH_GIT_ENABLED = $true I have read the similar question…
wMike
  • 61
  • 1
  • 2
6
votes
3 answers

How to open a new git-bash tab in Windows Terminal in the same directory?

I was able to integrate git-bash in the (new) Windows10 Terminal. (This app from Microsoft's AppStore is able to host more than one console-app in one single window, organized in tabs.) But whenever I open a new tab for git-bash, it sets the working…
frochi42
  • 71
  • 1
  • 3
6
votes
4 answers

How to remove the "username@host" from powershell prompt?

I am using Windows Terminal(Preview) with shells like 1.PowerShell, 2.WSL in my Windows 10 machine. I installed the latest version of oh-my-posh and posh-git to customize the terminal. My current theme is Agnoster which gives a colorful custom…
Saravana Kumar M
  • 460
  • 9
  • 19
5
votes
2 answers

PowerShell "WARNING: The prediction 'ListView' is temporarily disabled because the current window size of the console is too small"

Every time I open the integrated terminal in VS Code, there is always a warning like this: WARNING: The prediction 'ListView' is temporarily disabled because the current window size of the console is too small. To use the 'ListView', please make…
5
votes
1 answer

doesn't work in neovim in PowerShell in Windows terminal

everyone! I’m configuring neovim for “Windows terminal”. And I installed the coc plugin. And I would like to use for triggering suggestions like in VSC. But the problem is that in neovim doesn't work at all. This is the remap I try to use: " Use…
Andrew O.
  • 171
  • 1
  • 9
5
votes
1 answer

How to launch Windows Terminal with multiple commands

I've been tinkering around with Windows Terminal lately, and I love how it consolidates all of the various terminal applications into one place. However, compared to the regular WSL Bash program, there's one thing I haven't been able to make it do…
Argus9
  • 1,863
  • 4
  • 26
  • 40
5
votes
1 answer

Windows Terminal - Launch powershell with different profile

How can I configure windows terminal to launch Powershell with a separate profile other than my standard $Profile? This would be helpful to have import modules like posh-git and psreadline only in the Powershell instance that I launch from wt.exe…
Ayan Pal
  • 95
  • 2
  • 7
5
votes
1 answer

How do you make .sh or .bash files open with Windows Terminal Ubuntu?

I really like coding in bash, but there used to be many limitations of bash functionality in Windows. Though now there are many benefits to the bash windows users now rather than how it was pre windows 10. However, with all of the improvements,…
user10870307
5
votes
1 answer

Can PowerShell Core use Windows Terminal instead of the pwsh.exe console?

The default PowerShell Core (pwsh.exe) console looks just like the Command Prompt (cmd.exe) console. In addition, the PowerShell Core console has same the limitation of not properly displaying foreign characters (ex: Korean, Japanese, etc.), unless…
howdoicode
  • 779
  • 8
  • 16
5
votes
3 answers

Recognize the new Windows Terminal from a PowerShell script

I'm writing a new PowerShell script, and I want to make use of unicode emojies, which are now supported by the new Windows Terminal Preview. However, for a user running "legacy" PowerShell that doesn't support it, I do not wish to show the…
developer82
  • 13,237
  • 21
  • 88
  • 153
4
votes
1 answer

How to handle arrow keys in a Go terminal app running on Windows 2012 or earlier?

I have a Go terminal application that after it makes remote connect, puts the terminal into a TTY Raw mode and just passes keystrokes through the conenction. The issue I am having is that I cannot pass arrow keys when running on an Windows OS before…
Liam Kelly
  • 3,524
  • 1
  • 17
  • 41
4
votes
1 answer

Is it possible to ask Powershell to start-process in Windows Terminal instead of a new Window

If I run in Windows Terminal PowerShell tab: start-process Powershell -Verb runas It will create a new window. Is there a way to create a tab in Windows Terminal instead?
user310291
  • 36,946
  • 82
  • 271
  • 487
4
votes
2 answers

Running Julia using a modern terminal such as Windows Terminal

I am a beginniner user of Julia. According to the webpage of the Julia Programming Language, "We highly recommend running Julia using a modern terminal, such as installing the Windows Terminal from the Microsoft Store" (Julia 1.6 for Windows). In…
Andre
  • 163
  • 4
4
votes
2 answers

How to run powershell script (.ps1) in windows terminal powershell tab?

I have tried making the script open with windows terminal (wt.exe) but it displays the error : [error 0x800700c1 when launching `"C:\Users\hjdom\OneDrive\Desktop\All desktop stuff\Python Game\RunGame.ps1"'] I really need it to run in the windows…
BlueFalconHD
  • 90
  • 1
  • 7