-
In powershell, `sv` is an alias to `Set-Variable`. Thus I cannot use `npx sv` as that conflicts with the alias which takes precedence. And the alias can for some reason not be removed, when I remove i…
-
The Powershell plugin does not support accented characters. Here is an example, with a code modification to better see the problem :
![image](https://github.com/user-attachments/assets/4156b04e-eab…
-
##### SUMMARY
I call ps1 scripts using Csharp and powershell sdk on Debian 12.
But I can't import and install the PSWSMan module in code. Powershell is not installed on the system. Is it po…
-
```
blackeye.sh: line 2: $'\r': command not found
blackeye.sh: line 3: syntax error near unexpected token `$'{\r''
'lackeye.sh: line 3: `open_page() {
```
-
## Bug Report
win11 , Powershell7 ,
# this is $profile configuration
> Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
> fnm env --use-on-cd --shell…
-
Can't be started, MacOS sonoma 14.7.1, Zed 0.160.7
```
2024-11-08T10:30:10.503968Z [INFO] attempting to start language server "powershell-es", path: "/Users/robert.sweetman/Documents/GitHub/", id…
-
Due to a strange decision in PowerShell, the true color compatibility is not shown in the TERM or COLORTERM env variable. https://github.com/microsoft/terminal/issues/11057
my current work around i…
-
**What's the issue**
`cargo llvm-cov show-env` would print non-printable characters (`0x1f` ASCII Unit Separator), and PowerShell can't handle them.
**For example**
I am building a DLL on Windows…
-
Type: Bug
I am trying to start using PowerShell Kernel in my ADS Notebooks. When I select "PowerShell" in the Kernel combo, ADS goes to a dialog indicating there is the need to install dependencies.…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ ] I am running the latest version
- I'm using the commit 9f2525cae22e25dec20d3761181acdd74…