kakogawa079

Results 8 comments of kakogawa079

I have always used $MyInvocation.InvocationName to create the temp folder. recently the temp folder was something wrong So I noticed it.

This is what happens when debuging a script. It is not at command line. Since the behavior is changed by changing the version of the extension, I think it is...

@CarlosAndreuLlaneras I relieve to know that this was not just my problem. thank you!

@JustinGrote Now I understand why this problem occurred. Thank you! @CarlosAndreuLlaneras > In the meanwhile I am using "$ScriptPath = Split-Path -Parent $PSCommandPath" instead of "$ScriptPath = Split-Path $MyInvocation.InvocationName". It...

Currently, I have confirmed that $MyInvocation.InvocationName does not work but $PSScriptRoot and $PSCommandPath do Visual Studio Code Version:1.76.0 PowerShell:7.3.3 Extension Version:2023.2.1

curl 8.0.1 (Windows) libcurl/8.0.1 Schannel WinIDN Release-Date: 2023-03-20 Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp Features: AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos...

I Understand. Thank you. I downloaded the version with the problem from the curl project. there is a difference at compile time, will this problem be fixed?

I understand that there are complicated circumstances with Unicode. Thank you.