Skip to content

Commit

Permalink
Emphasize lack of space
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Oct 19, 2023
1 parent 6422a15 commit e6b7ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/common/projectviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ For details please read the JavaDoc (and Java code) of [ProjectPerPackageProvisi
### `target_provisioning_settings`

A list of settings to further tweak the `target_provisioning_strategy`.
The syntax of each entry is `key = value`, where `key` and `value` are expected string values (without any whitespace characters).
The syntax of each entry is `key=value`, where `key` and `value` are expected string values (note the absence of whitespace characters).


### `project_mappings`

A list of mappings from targets (typically from external repositories) to projects in the IDE.
This should be used in combination with `--override_repository`.
The syntax of each entry is `target = projecturi`, where `target` is typically an external repository (eg., `@myjar`) and `projecturi` the project type and path (eg., `project:/my-jar`).
The syntax of each entry is `target=projecturi` (no space around equals sign), where `target` is typically an external repository (eg., `@myjar`) and `projecturi` the project type and path (eg., `project:/my-jar`).
Currently only the scheme `project:` is supported, which will map to an existing Eclipse/Language Server project with the given name.

Out of the box the language server as well as the Eclipse feature resolves references to other Bazel workspaces using the workspace name.
Expand Down

0 comments on commit e6b7ec6

Please sign in to comment.