| commit | bc32bcd241a9270786a749266ce4f6a5df6d0a6e | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Wed Dec 18 17:36:41 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Dec 23 12:34:41 2024 +0000 |
| tree | d82d87a2af96a2cf40894869de5550de8500560e | |
| parent | 5b997a113d011c35ecc981594c95a53d67311f83 [diff] |
vscode: add gopls config file This allows using VSCode and its derivatives to use our gopackagesdriver to have working code intelligence with our Bazel build. It also optimizes the VSCode file watcher to ignore lots of file changes in Bazel symlinked output directories. Change-Id: I1d36a31b5c58987d42f78a80ba8831761327d884 Reviewed-on: https://review.monogon.dev/c/monogon/+/3711 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.