commit | 5ed291ea1833ffd07665b6194f7b6db2b7c1c4aa | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Thu Nov 14 19:09:24 2019 +0100 |
committer | Leopold Schabel <leo@nexantic.com> | Thu Nov 14 19:09:24 2019 +0100 |
tree | 3a0f4cb2e726cddade0c6295c56b5d901b94c052 | |
parent | 4b0e5c075a81a7ea251c5c85af1d15c5ab54e962 [diff] |
IntelliJ generated sources content root and file watcher This automatically refreshes the generated source files, and the generated sources folder now has a nice icon. Potential conflict if anyone uses IntelliJ without the container (which I'm not aware of). Test Plan: Modified protobuf file, generated sources were automatically refreshed. X-Origin-Diff: phab/D234 GitOrigin-RevId: 5f5eb7f2cf541c7dd143564dcad4885476b4bfb0
This is the monorepo storing all of nexantic's internal projects and libraries.
All builds should be executed using the shipped nexantic-dev
container which is automatically built by the create script.
The container contains all necessary dependencies and env configurations necessary to get started right away.
Spinning up: scripts/create_container.sh
Spinning down: scripts/destroy_container.sh
Running commands: scripts/run_in_container.sh @
Using bazel: scripts/bin/bazel @