Chris Lajoie

Results 6 comments of Chris Lajoie

I think all that is needed to support this workflow is the ability to set the `X-Vault-Wrap-TTL` header when making the request to Vault. This could be done using a...

New versions of Visual Studio now have an `Edit.Duplicate` command, that to my understanding does very much the same thing as my extension. Is there a reason you prefer this...

I will look into building this for VS2022

I was able to get the extension to build for VS2022 but something isn't working quite right. The extension installs into VS2022 with no errors. Binding the extension to a...

I suspect there is no schema property on editor.options because schemas are specific to data languages like json/yaml. If you figure out how to do it you can submit a...

vscode's extension API still does not support setting the fileencoding or charset. https://github.com/microsoft/vscode/issues/824 The EditorConfig extension is also waiting for the same functionality https://github.com/editorconfig/editorconfig-vscode/issues/35