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

Vscode rest client env support #142

Merged

Conversation

Grueslayer
Copy link
Contributor

vscode_rest_client_environmentvars

If enabled, Kulala searches for .vscode/settings.json or *.code-workspace files in the current directory and its parents to read the rest-client.environmentVariables definitions ($shared will be treated as _base).

If http-client.env.json is also present, it will be merged (and overwrites variables from VSCode).

Possible values:

  • true
  • false

Default: false

Example:

require("kulala").setup({
  vscode_rest_client_environmentvars = true,
})

@gorillamoe gorillamoe merged commit 3822125 into mistweaverco:main Aug 15, 2024
@gorillamoe
Copy link
Member

Thanks for this awesome feature! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants