opensafely-core / codespaces-initiative

Improving the use of OpenSAFELY in Codespaces
MIT License
0 stars 0 forks source link

ADR: Where we're managing VS Code settings #64

Closed lucyb closed 2 weeks ago

lucyb commented 1 month ago

Write an ADR in this format to record how we've decided to manage VS Code settings for dev container environments and what the consequences of this decision are.

[!NOTE] Please read Michael Nygard's blog post about how to document an architecture decision first.

Rough Decision

We deleted the original settings file. We will keep dev container specific vscode settings within the .devcontainer config directory. This allows researchers to add their own vscode settings file, to override these settings if needed.

Rough Consequences

We’ve decided that researchers can make their own decisions about how to set up vscode. Although we acknowledge there’s a risk that this could affect the .devcontainer setup.