Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.debug-adapter-executable

Represents a debug adapter executable and optional arguments and runtime options passed to it.

Represents a debug adapter executable and optional arguments and runtime options passed to it.
raw docstring

argscljs

(args debug-adapter-executable)

The arguments passed to the debug adapter executable. Defaults to an empty array.

Returns: string[]

The arguments passed to the debug adapter executable. Defaults to an empty array.

**Returns:** `string[]`
sourceraw docstring

commandcljs

(command debug-adapter-executable)

The command or path of the debug adapter executable. A command must be either an absolute path of an executable or the name of an command to be looked up via the PATH environment variable. The special value 'node' will be mapped to the editor's built-in Node.js runtime.

Returns: string

The command or path of the debug adapter executable.
A command must be either an absolute path of an executable or the name of an command to be looked up via the PATH environment variable.
The special value 'node' will be mapped to the editor's built-in Node.js runtime.

**Returns:** `string`
sourceraw docstring

optionscljs

(options debug-adapter-executable)

Optional options to be used when the debug adapter is started. Defaults to undefined.

Returns: DebugAdapterExecutableOptions | undefined

Optional options to be used when the debug adapter is started.
Defaults to undefined.

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

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

× close