Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.workspace-folder

A workspace folder is one of potentially many roots opened by the editor. All workspace folders are equal which means there is no notion of an active or primary workspace folder.

A workspace folder is one of potentially many roots opened by the editor. All workspace folders
are equal which means there is no notion of an active or primary workspace folder.
raw docstring

indexcljs

(index workspace-folder)

The ordinal number of this workspace folder.

Returns: number

The ordinal number of this workspace folder.

**Returns:** `number`
sourceraw docstring

namecljs

(name workspace-folder)

The name of this workspace folder. Defaults to the basename of its {@link Uri.path uri-path}

Returns: string

The name of this workspace folder. Defaults to
the basename of its {@link Uri.path uri-path}

**Returns:** `string`
sourceraw docstring

uricljs

(uri workspace-folder)

The associated uri for this workspace folder.

Note: The {@link Uri }-type was intentionally chosen such that future releases of the editor can support workspace folders that are not stored on the local disk, e.g. ftp://server/workspaces/foo.

Returns: Uri

The associated uri for this workspace folder.

*Note:* The {@link Uri }-type was intentionally chosen such that future releases of the editor can support
workspace folders that are not stored on the local disk, e.g. `ftp://server/workspaces/foo`.

**Returns:** `Uri`
sourceraw docstring

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

× close