mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
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.
11 lines
481 B
Markdown
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).
|