diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-10 01:39:12 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-10 01:39:12 +0300 |
| commit | 828106ba810063801b14ea3d5b0d33802fcf0d2b (patch) | |
| tree | fb03981ae853d20655db4e383406c2c19525388d /.devcontainer | |
| parent | a7dd18fa1d82ef6a561797afb2dd6dcb3f298e4a (diff) | |
| download | fparkan-828106ba810063801b14ea3d5b0d33802fcf0d2b.tar.xz fparkan-828106ba810063801b14ea3d5b0d33802fcf0d2b.zip | |
feat: добавить скрипты для инициализации тестовых данных и настройки окружения
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..f884a10 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,9 @@ +{ + "image": "mcr.microsoft.com/devcontainers/rust:latest", + "customizations": { + "vscode": { + "extensions": ["rust-lang.rust-analyzer"] + } + }, + "runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"] +} |
