From 33a0dc575fc2a025c2048d4b7733dd1bf7e0b02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Co=C3=AAlho?= Date: Tue, 17 Oct 2023 00:03:11 +0000 Subject: [PATCH] Add more extensions devcontainer --- .devcontainer/devcontainer.json | 6 +++++- cspell.json | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 cspell.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 793bad1..85ceb62 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,11 @@ "vscode": { "extensions": [ "jtr.vscode-position", - "Shopify.ruby-extensions-pack" + "Shopify.ruby-extensions-pack", + "streetsidesoftware.code-spell-checker", + "yzhang.markdown-all-in-one", + "GitHub.vscode-pull-request-github", + "github.vscode-github-actions" ] } } diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..c8f29a9 --- /dev/null +++ b/cspell.json @@ -0,0 +1,17 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "Rubrik", + "PKCS", + "Tempfile", + "rubygems", + "ETSI", + "codebases", + "devcontainer" + ], + "ignoreWords": [], + "import": [] +}