Kevin Schäfer
Kevin Schäfer
Hi I really like your log module, but I wanted to define some custom header and footer messages. I've taken the liberty of implementing it by myself. Furthermore I implemented...
If the following setting is set to true, word based suggestion gets suppressed. ```json "cfml.snippets.enabled": true ```  I would like to have also word based suggestions from vscode enabled:...
After applying a DSC configuration with a WindowsOptionalFeature resource, the cmdlet get-dscconfiguration fails. ```powershell Get-DscConfiguration : GetConfiguration did not succeed. At line:1 char:1 + Get-DscConfiguration + ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo :...
I would like to restrict the choco sources with some sort of authentication. I have the ability to add user and password or a certificate when adding e chocolatey source...