Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.extension-mode

The ExtensionMode is provided on the ExtensionContext and indicates the mode the specific extension is running in.

The ExtensionMode is provided on the `ExtensionContext` and indicates the
mode the specific extension is running in.
raw docstring

developmentcljs

The extension is running from an --extensionDevelopmentPath provided when launching the editor.

The extension is running from an `--extensionDevelopmentPath` provided
when launching the editor.
sourceraw docstring

productioncljs

The extension is installed normally (for example, from the marketplace or VSIX) in the editor.

The extension is installed normally (for example, from the marketplace
or VSIX) in the editor.
sourceraw docstring

testcljs

The extension is running from an --extensionTestsPath and the extension host is running unit tests.

The extension is running from an `--extensionTestsPath` and
the extension host is running unit tests.
sourceraw docstring

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

× close