File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,27 @@ You can download the latest build from the [Releases](https://github.com/salesfo
5252 }
5353 ```
545410. 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.
You can’t perform that action at this time.
0 commit comments