Rick Kasten
Rick Kasten
I only recently found out about BATS, but I already think it is BATS*** awesome! I've already implemented it in one of my repos and will be migrating several others...
That's actually a good question, because the object of the invitation is the UUID, so if it fails, it would be the most consistent of the response was _User \...
What is going on with this bug? This is a critical issue that has gone unresolved for >2 years!?
I copied the terraform executable into `~/.local/bin` as well, and that didn't fix it.
I ran the manual logging command, reloaded VSCode and got the same error again. Here is the log: 2021/04/02 11:39:55 serve_command.go:101: Terraform executions will be logged to /tmp/tf-exec-{{lsPid}}-{{args}}.log (interpolated at...
After keeping that logging command running for a couple of workdays, there was no additional information added. Installing version 2.8.3 fixed the problem for me as well.
I am having this issue as well. I think the root cause is having no package provider on the system for the user. The debug log says `Try 'Get-PackageProvider -ListAvailable'...
This appears to be working as expected (jq version 1.6) ``` # echo foobar | jq .; echo $? parse error: Invalid literal at line 2, column 0 4 ```
Yes, though I am now getting different errors, the same base error remains: ``` groovy.lang.MissingPropertyException: No such property: ignoreMethodNames for class: org.codenarc.rule.convention.MethodParameterTypeRequired ``` Selecting "Analyze code" from within the VS...
I also updated to the latest `npm-groovy-lint`, and I'm still getting the same errors. ``` # npm-groovy-lint --version GroovyLint: Successfully processed CodeNarc: CodeNarc version 3.3.0 npm-groovy-lint version 14.0.1 Embeds: CodeNarc...