Skip to content

Commit

Permalink
Add more extensions devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascco committed Oct 17, 2023
1 parent c03b7d8 commit 33a0dc5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand Down
17 changes: 17 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"Rubrik",
"PKCS",
"Tempfile",
"rubygems",
"ETSI",
"codebases",
"devcontainer"
],
"ignoreWords": [],
"import": []
}

0 comments on commit 33a0dc5

Please sign in to comment.