Colin Svingen

Results 17 comments of Colin Svingen

Actually, it looks like ` public VariableType Type { get; set; }` was added and that is where the sensitive setting is now stored. It may be missing on the...

You need to pass an EndpointResource object to the -Endpoint parameter. You would have to create an instance of [PollingTentacleEndpointResource](https://github.com/OctopusDeploy/OctopusClients/blob/master/source/Octopus.Client/Model/Endpoints/PollingTentacleEndpointResource.cs) with `New-Ojbect` and then pass that as the parameter.

Sorry, no such functionality currently exists.

I'm guess that the model in your Octopus version has changed versus the version I used to build the code. I will try upgrading. Then we can test to see...

I have upgraded to the client version 3.5.4 and released v0.3.1 as a zip (it's not on PSGet yet). I haven't tested because I'm having problems with SQL Server and...

Hello, How did you install the module? Did you compile it from source or get it from PSGet or the PowerShell Gallery?

I have these functions working in my config with slightly different commands: buf_set_keymap('n', 'gD', 'lua vim.lsp.buf.declaration()', opts) buf_set_keymap('n', 'gd', 'lua vim.lsp.buf.definition()', opts) buf_set_keymap('n', 'gi', 'lua vim.lsp.buf.implementation()', opts) notice the addition...