Skip to content

Commit 055c515

Browse files
Add description
1 parent dbd181f commit 055c515

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,27 @@ You can download the latest build from the [Releases](https://github.com/salesfo
5252
}
5353
```
5454
10. Once installed, restart VS Code
55+
56+
57+
Task Provider
58+
--------------------
59+
60+
You can use the example from the bazelTaskProvider.ts to create VSCode tasks.
61+
62+
The example provides tasks:
63+
64+
* Run 'Build' and 'Test' to run bazel build an test for all targets.
65+
66+
* Run 'Dependencies' query to creat all targets dependency graph.
67+
68+
* Run 'Formatting' to formatt all BUILD and WORKSPACE files.
69+
70+
* Run 'Unused deps' to check unused dependencies.
71+
72+
NOTE! Tasks 'Formatting' and 'Unused deps' require [buildifier](https://github.com/bazelbuild/buildtools/blob/master/buildifier/README.md) and [unused deps](https://github.com/bazelbuild/buildtools/blob/master/unused_deps/README.md) installed respectively.
73+
74+
75+
Remote Development
76+
--------------------
77+
78+
If you are using Visual Studio Code Remote Development for work, please note that 'Basel' and other additional tools must be installed on the server.

0 commit comments

Comments
 (0)