Home
Rider Support | JetBrains
Contact Support
Community
Sign in
D Demoel
Total activity
6
Last activity
April 03, 2024 07:59
Member since
March 29, 2024 14:37
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
April 03, 2024 07:59
After some digging I must agree. dotnet console commands, or .Net console applications in general really, don't use ANSI nor do they seem to support it properly currently (not some mode you can jus...
Community
General Discussion
Git Console color scheme
0 votes
Created
April 02, 2024 17:49
Apparently the version of powershell git console uses is not configurable? I've set the Terminal to use Powershell 7 (7.4.1) but even after an IDE restart the git console still uses Windows Powersh...
Community
General Discussion
Git Console color scheme
0 votes
Created
April 02, 2024 11:42
I don't have ASCII escape characters, so I wouldn't know what to adjust.My hook just calls a PS1 script:#!/bin/shecho exec powershell.exe -ExecutionPolicy RemoteSigned -File '.\pre-commit.ps1'exitW...
Community
General Discussion
Git Console color scheme
0 votes
Created
April 02, 2024 09:09
No, but that seems to have many colors pre defined, not just red:So based on above I would expect the output (of passing tests) to be more like this:
Community
General Discussion
Git Console color scheme
0 votes