Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting autocomplete in workspaces files has no effect #4291

Open
johnsmyth opened this issue May 30, 2024 · 1 comment
Open

setting autocomplete in workspaces files has no effect #4291

johnsmyth opened this issue May 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@johnsmyth
Copy link

Describe the bug

Disabling autocomplete in workspaces files has no effect.

Steampipe version (steampipe -v)
Steampipe v0.23.2

To reproduce
turn of autocomplete in workspaces.spc:

workspace "default" {
  options "query" {
    autocomplete = "off"
  }
}

run steampipe query. Note that autocomplete is still on.

Expected behavior
autocomplete should be disabled, per the workspace setting

Additional context
Add any other context about the problem here.

@johnsmyth johnsmyth added the bug Something isn't working label May 30, 2024
@Mr-Destructive
Copy link
Contributor

I think this is working fine, not able to replicate the issue with autocomplete = false

workspace "default" {
  options "query" {
    autocomplete = false
  }
}

This works and disables the auto-complete according to the workspace setting. Workspace Documentation
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants