Liking cljdoc? Tell your friends :D

dots.vscode.task-group

A grouping for tasks. The editor by default supports the 'Clean', 'Build', 'RebuildAll' and 'Test' group.

A grouping for tasks. The editor by default supports the
'Clean', 'Build', 'RebuildAll' and 'Test' group.
raw docstring

buildcljs

(build task-group)

The build task group;

The build task group;
sourceraw docstring

cleancljs

(clean task-group)

The clean task group;

The clean task group;
sourceraw docstring

default?cljs

(default? task-group)

Whether the task that is part of this group is the default for the group. This property cannot be set through API, and is controlled by a user's task configurations.

Whether the task that is part of this group is the default for the group.
This property cannot be set through API, and is controlled by a user's task configurations.
sourceraw docstring

idcljs

(id task-group)

The ID of the task group. Is one of TaskGroup.Clean.id, TaskGroup.Build.id, TaskGroup.Rebuild.id, or TaskGroup.Test.id.

The ID of the task group. Is one of TaskGroup.Clean.id, TaskGroup.Build.id, TaskGroup.Rebuild.id, or TaskGroup.Test.id.
sourceraw docstring

rebuildcljs

(rebuild task-group)

The rebuild all task group;

The rebuild all task group;
sourceraw docstring

set-build!cljs

(set-build! task-group value)

The build task group;

The build task group;
sourceraw docstring

set-clean!cljs

(set-clean! task-group value)

The clean task group;

The clean task group;
sourceraw docstring

set-rebuild!cljs

(set-rebuild! task-group value)

The rebuild all task group;

The rebuild all task group;
sourceraw docstring

set-test!cljs

(set-test! task-group value)

The test all task group;

The test all task group;
sourceraw docstring

testcljs

(test task-group)

The test all task group;

The test all task group;
sourceraw docstring

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

× close