Niels de Groot

Results 10 comments of Niels de Groot

What you're seeing is correct. The underscore character '_' is used as a placeholder sectionname when there is no section, or the lines are before the first section. You can...

You need to remove the parentheses (). `Get-IniContent -FilePath "C:\temp\abc.ini" -IgnoreComments` If a switch is present on the command it's $true, If it's not, it's $false. It is possible to...

On the other hand: if you publish the source code more people can contribute to enhance it.

Do you have the drivers installed already? EmulationStation should just work with the hardware that Windows recognizes. So first step is installing the Lenovo drivers. Otherwise please give more information...

DELETE requests are supported. Can you give more details about: - the version of the extension - the request you tried - the response to that request - Any error...

Consider adding .editorconfig as well. Many editors support it. While the number of supported properties is nowhere near the level of clang-format, its wide support would mean more editors would...

@DennisL68 If you look at the ifconfig example you'll see that it also doesn't provide json output by itself. It uses the jc and ConvertTo-Json commands. "Handler": "$input | jc...

Can you supply a sample file and XPath? Or explain how to generate a sample file?

PR #255 fixes the documentation issue. So this issue should be closed.

If your company forbids AI agents and supports VSCode: they can configure policies to enforce certain settings. See https://code.visualstudio.com/docs/setup/enterprise There are a few AI/Copilot related settings in the policies, and...