Jakub Tomkiewicz
Jakub Tomkiewicz
This is the output of `lsb_release` and env vars `LANG`, `LC_ALL` from bash: ``` Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy LANG: C.UTF-8 LC_ALL: ``` I've...
In the logs when installing `PascalCaseModule` I've noticed this: ``` VERBOSE: This resource is not a PowerShell package and will be installed to the modules path: /home/runner/.local/share/powershell/Modules. ``` And the...
I see no difference, what I did now: 1. created a fresh Ubuntu 22.04.3 LTS VM, 2. changed default locale to `en-US.UTF-8` as @adityapatwardhan suggested, 3. rebooted, 5. installed PowerShell...
Boop, there's your feedback bot. This issue stands as visible by the related issue #1446. Feel free to merge it if need be (in any direction). Currently I'm using a...
Boop. I'll provide more information if I encounter this issue next time.
I've encountered this again, I'll be contacting @anthony-c-martin over email.  Pictured: one Bicep dotnet process is eating lots of ram and increasing, the other code process (not sure if...
FYI, in our setup, we have a bunch of `.bicepparam` files referencing local `.bicep` file that references bicep module hosted on private Azure CR.
@StephenWeatherford hm, from a 0% CPU usage on a single VSCode `1.88.1` instance while a single bicep template tab is open, if I then Ctrl+Hover over the module reference (`br:customacr.azurecr.io/...`,...
@StephenWeatherford yes, the example reproduces it as well on my end:  VSCode version info: ``` Version: 1.88.1 (user setup) Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:41:02.734Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291...
Just chipping in a similar case: On Windows 11, using any PowerShell Core starting from 7.3.11: ```powershell & sc.exe start any-service | ForEach-Object { $e = [char]0x1b; "> $e[38;5;0008m$_$e[0m" }...