spiegel-keyman/docs/settings/README.md
Eberhard Beilharz 2a14ffdaa1
docs(linux): Add use of Dev Containers to sample settings
The Dev Containers vscode extension allows to run the unit tests in a container.
This is especially helpful when running on Ubuntu 22.04 where running the tests
on the host exits ibus when the tests exit, disabling any keyboard input.
2022-10-18 10:25:32 +02:00

11 lines
481 B
Markdown

# Settings directory
The subdirectories here contain settings files for VSCode that might be helpful to get started.
## Usage
Create a `.vscode` subdirectory in the root `keyman` source directory (i.e. in `../..`) and copy
the relevant settings files there.
Copy the `.devcontainer` directory to the root `keyman` source directory if you
want to use the VSCode [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).