Highlights
- Developer Program Member
- Pro
- 4 discussions answered
Pinned
1,318 contributions in the last year
Less
More
Activity overview
Contributed to
hashicorp/terraform-ls,
hashicorp/vscode-terraform,
hashicorp/hcl-lang
and 5 other
repositories
Contribution activity
August 2021
Created 76 commits in 9 repositories
Created 3 repositories
- radeksimko/linux C
- radeksimko/vscode-extension-samples TypeScript
- radeksimko/vscode-languagedetection TypeScript
Created a pull request in hashicorp/terraform that received 4 comments
docs: Add note about multiple variable validation blocks
Previously the docs never mentioned that it's possible to declare multiple validation blocks.
The wording mostly reflects the implementation ter…
+3
−0
•
4
comments
Opened 45 other pull requests in 11 repositories
hashicorp/terraform-ls
15
merged
- fix: Limit label completion items to 100
- ci: Automate milestone closing & commenting
- Recognize references in module block inputs
- ci: Use latest versions of (Windows/macOS/Ubuntu)
-
Support standalone (not autoloaded)
*.tfvarsfiles - github: Update docs about providers
- github: Reduce jobs timeout from high default
- fix: avoid crash on missing block label
- fix: allow multiple variable validation blocks
- Bump LSP structs to gopls 0.7.0
- fix: recognize list(object) and set(object) attributes as blocks
- fix: avoid crash on highlighting unknown tuple element
- fix: avoid publishing stale 'validate' diagnostics
- Always validate URI schema
- textDocument/publishDiagnostics: Publish any source-less warnings or errors
hashicorp/hcl-lang
9
merged
- ci: Test for race conditions
- Make sure limited label candidates are sorted
- fix: Limit label completion items to maxCandidates (100)
- ci: Reduce timeout & token permissions
- ci: Remove codecov
- ci: Use latest versions of (Windows/macOS/Ubuntu)
- fix: avoid crash on unknown label in collecting targets
- decoder: prefer attribute over block in case of duplicate name
- decoder: Skip unknown tuple element
hashicorp/terraform-schema
7
merged
hashicorp/vscode-terraform
4
merged
hashicorp/terraform-exec
3
open
hashicorp/terraform
2
merged
zclconf/go-cty
1
open
hashicorp/terraform-svchost
1
open
hashicorp/terraform-json
1
merged
microsoft/vscode-extension-samples
1
open
hashicorp/terraform-provider-aws
1
merged
Reviewed 29 pull requests in 7 repositories
hashicorp/terraform-ls
8 pull requests
- build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1
- Format on save code action
- internal: expose pending tf related options via init opts
- build(deps): bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1
-
Support standalone (not autoloaded)
*.tfvarsfiles - internal: expose tf related options via init opts
- build(deps): bump github.com/creachadair/jrpc2 from 0.19.1 to 0.20.0
- build(deps): bump github.com/creachadair/jrpc2 from 0.19.0 to 0.19.1
hashicorp/terraform-exec
8 pull requests
- Bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1
- fix: find "terraform" command if execPath is empty in NewTerraform
- tfexec: Initial support for Terraform 0.14 -chdir global option
- add supports for cmd: terraform add
- Add StateList
- Add StateShow
- (maint) update scripts/release/release.sh
-
Add
providers lockCommand
hashicorp/vscode-terraform
6 pull requests
hashicorp/hcl
4 pull requests
goreleaser/goreleaser
1 pull request
hashicorp/hcl-lang
1 pull request
hashicorp/terraform-registry-address
1 pull request
Created an issue in microsoft/vsmarketplace that received 5 comments
Unhandled 500 ReCaptcha token is invalid when editing review response
Describe the bug Unable to edit review response to a review in the Marketplace. To Reproduce How to reproduce (as extension publisher) This happene…
5
comments
Opened 23 other issues in 5 repositories
hashicorp/vscode-terraform
14
open
- Provide single-step completion for resources, data sources and providers
- Provide guidance for creating new Terraform {module, workspace}
- Install LS into VS Code recommended path & consider native FS API
- Create walkthrough page for new users
-
Enhance pre-
initexperience - Stabilize existing syntax highlighting grammar
- Show data from config and state
- Indicate language server readiness in the UI
-
Starting client failed:
Error: spawn EBUSY - Enhance UX for introducing new providers to configuration
- Provide diagnostics and quick fixes for invalid configuration
- Fill required attributes for a block
- Enhanced module support
- Provide opt out config option for ref count code lens
hashicorp/terraform-ls
5
open
1
closed
-
Provide
tfvarsreferences forvariableblocks -
Consider reflecting custom working dir path (
TF_DATA_DIR) - Provide support for on-type formatting
- internal: Update LSP structs
- Recognize inputs and outputs of uninitialized remote (Terraform Registry) modules
- Recognize inputs and outputs of uninitialized local modules