Skip to content

Commit

Permalink
Merge pull request #2 from tomascco:improve-dev-experience
Browse files Browse the repository at this point in the history
Add more extensions devcontainer
  • Loading branch information
tomascco authored Oct 17, 2023
2 parents c03b7d8 + 33a0dc5 commit e0089cf
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 e0089cf

Please sign in to comment.