Current method can't work in Windows Terminal as far as I know.
This is a way that already had been adopted in dist/vim9.vim.
https://github.com/vim/vim/pull/20714
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Current method can't work in Windows Terminal as far as I know.
This is a way that already had been adopted in
dist/vim9.vim.
It works there just fine.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Both works there just fine.
Well $WSLENV is also being set on my WIndows Terminal.
I guess it may be caused by docker on win32? Any way $WSL_DISTRO_NAME is a better method isn't it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Both works there just fine.
Well
$WSLENVis also being set in cmd.exe on my WIndows Terminal.
I guess it may be caused by docker on win32? Any way
$WSL_DISTRO_NAMEis a better method isn't it?
It might be better, idk. For what I know, it is set ($WSLENV) for my debian WSL in the windows terminal and is not set for cmd.exe in the same windows terminal.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Both works there just fine.
Well
$WSLENVis also being set in cmd.exe on my WIndows Terminal.I guess it may be caused by docker on win32? Any way
$WSL_DISTRO_NAMEis a better method isn't it?
I take it back, I didn't test it properly -- you're right $WSLENV is set in cmd.exe inside windows terminal.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()