Jakub Bereżański

Results 87 comments of Jakub Bereżański

I've got a somewhat similar problem, too. With the OS configured for Polish everything (keyboard layout, regional settings, language for non-Unicode programs etc.), on Notepad2-mod 4.2.25.985 with ANSI encoding active,...

The change may be right from the Scintilla component point of view, but not neccessarily from the point of view of the entire application. For a Windows editor, I would...

Thinking about it some more, I no longer believe the change in Scintilla was right at all. Their release notes mention crashes on DBCS systems, but crippling ANSI text editing...

That took a bit longer than a week, but the PR is ready now.

I thought you'd be okay with that, as you wrote before. Changing the default only sort of avoids the issue for new files, but it does not bring back the...

How would you use this functionality in the context of Chocolatey packages? Would you install any of the existing product or workload packages (e.g. visualstudio2022enterprise or visualstudio2022-workload-manageddesktop) with the additional...

I think you should be able to achieve your goal by crafting a package which would call `Add-VisualStudioComponent` with a component id which could be applied on all of your...

A rough sketch of the install script of the hypothetical package: ``` if ($Env:chocolateyPackageParameters -notlike '*--config*') { $configPath = Join-Path -Path $Env:ChocolateyPackageFolder -ChildPath MyConfig.vsconfig $Env:chocolateyPackageParameters = $Env:chocolateyPackageParameters + " --config...

I haven't personally had the need to use the 2022 Remote Tools yet, but yes, it would probably be useful. If you would like to help, I think the quickest...

As suggested in the message from Chocolatey, please try enabling the `allowEmptyChecksumsSecure` feature (not `allowEmptyChecksums`). The extension downloads multiple data files (via HTTPS) without prior knowledge of their checksums, so...