mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
docs: improve developer documentation for folks new to the codebase
* Correct example invocation of aws cli * Add warning to Helm Intellisense recommendation * Link code conventions in PR guidelines * Tighten debugd README * cmake is not used for building debugd anymore, remove references to it * make the debug-cluster workflow the authoritative source for cdbg usage - don't replicate the same instructions in different places * Document that Bazel eats a lot of RAM
This commit is contained in:
parent
e51513985a
commit
69c64d6c69
4 changed files with 11 additions and 36 deletions
|
@ -37,7 +37,7 @@ Additionally, we use the [Redhat YAML formatter](https://marketplace.visualstudi
|
|||
* ShellCheck (timonwong.shellcheck): Shell script linter
|
||||
* vscode-proto3 (zxh404.vscode-proto3): Protobuf language support
|
||||
* Code Spell Checker (streetsidesoftware.code-spell-checker): Highlights potential spelling mistakes
|
||||
* Helm Intellisense: (Tim-Koehler.helm-intellisense): Syntax highlighting and more for Helm charts
|
||||
* Helm Intellisense: (Tim-Koehler.helm-intellisense): Syntax highlighting and more for Helm charts (not available on [Open VSX Registry](https://open-vsx.org/))
|
||||
* YAML (redhat.vscode-yaml): YAML language support. (Does not work with Helm charts)
|
||||
* markdownlint (DavidAnson.vscode-markdownlint): Markdown linter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue