Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.debug-adapter-executable-options

Options for a debug adapter executable.

Options for a debug adapter executable.
raw docstring

cwdcljs

(cwd debug-adapter-executable-options)

The current working directory for the executed debug adapter.

The current working directory for the executed debug adapter.
sourceraw docstring

envcljs

(env debug-adapter-executable-options)

The additional environment of the executed program or shell. If omitted the parent process' environment is used. If provided it is merged with the parent process' environment.

The additional environment of the executed program or shell. If omitted
the parent process' environment is used. If provided it is merged with
the parent process' environment.
sourceraw docstring

set-cwd!cljs

(set-cwd! debug-adapter-executable-options value)

The current working directory for the executed debug adapter.

The current working directory for the executed debug adapter.
sourceraw docstring

set-env!cljs

(set-env! debug-adapter-executable-options value)

The additional environment of the executed program or shell. If omitted the parent process' environment is used. If provided it is merged with the parent process' environment.

The additional environment of the executed program or shell. If omitted
the parent process' environment is used. If provided it is merged with
the parent process' environment.
sourceraw docstring

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

× close