Liking cljdoc? Tell your friends :D

dots.vscode.environment-variable-mutator-options

Options applied to the mutator.

Options applied to the mutator.
raw docstring

apply-at-process-creation?cljs

(apply-at-process-creation? environment-variable-mutator-options)

Apply to the environment just before the process is created. Defaults to false.

Returns: boolean | undefined

Apply to the environment just before the process is created. Defaults to false.

**Returns:** `boolean | undefined`
sourceraw docstring

apply-at-shell-integration?cljs

(apply-at-shell-integration? environment-variable-mutator-options)

Apply to the environment in the shell integration script. Note that this will not apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.

Returns: boolean | undefined

Apply to the environment in the shell integration script. Note that this _will not_ apply
the mutator if shell integration is disabled or not working for some reason. Defaults to
false.

**Returns:** `boolean | undefined`
sourceraw docstring

set-apply-at-process-creation!cljs

(set-apply-at-process-creation! environment-variable-mutator-options value)

Apply to the environment just before the process is created. Defaults to false.

Apply to the environment just before the process is created. Defaults to false.
sourceraw docstring

set-apply-at-shell-integration!cljs

(set-apply-at-shell-integration! environment-variable-mutator-options value)

Apply to the environment in the shell integration script. Note that this will not apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.

Apply to the environment in the shell integration script. Note that this _will not_ apply
the mutator if shell integration is disabled or not working for some reason. Defaults to
false.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close