Francis Nickels III
Francis Nickels III
In the current code, with a version set, `app help` does not display the switch option `--version`, while `app --help` does. * Fix missing '--version' flag from help command *...
also updated some comments
Fixes Bug reported in https://github.com/hashicorp/terraform/issues/31442 This PR is a 3rd alternate implementation of https://github.com/hashicorp/terraform/pull/31452 & https://github.com/hashicorp/terraform/pull/31443 where we preserve backward compatibility with the previous code's behavior.
Fixes Bug reported in https://github.com/hashicorp/terraform/issues/31442 The code to reset the current working directory was previously called after the local providers checked in `implicitProviderSource()` is called. I simply moved up the...
The current mode of keeping connections open works fine for hitting a static set of DNS servers, but when targeting a load balancer in front of a set of DNS...
- VSCode Version: 1.49.1 - OS Version: Windows_NT x64 10.0.19041 Steps to Reproduce: ``` # steps run from WSL terminal launched in an empty directory git init mkdir subdir ls...