Skip to content

Commit

Permalink
Merge pull request #36 from koedame/feature/add-grammarly-to-devconta…
Browse files Browse the repository at this point in the history
…iner

Add Grammarly to Devcontainer
  • Loading branch information
unchidev authored Oct 23, 2022
2 parents b2302af + b52b71b commit 5bf82e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@
"extensions": [
"GitHub.copilot",
"rebornix.ruby",
"castwide.solargraph"
]
"castwide.solargraph",
"znck.grammarly"
],
"settings": {
"grammarly.files.include": [
"**/*.txt",
"**/*.md"
]
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ This file is not required for Git management, so you can add it to `.gitignore`
mermaid_erd
```

`<app_root>/mermaid_erd/index.html` is single HTML file.
If you share this file, it can be used by those who do not have Ruby on Rails environment. Or, you can upload the file to a web server and share it with the same URL.
`<app_root>/mermaid_erd/index.html` is a single HTML file.
If you share this file, it can be used by those who do not have a Ruby on Rails environment. Or, you can upload the file to a web server and share it with the same URL.

It would be very smart to generate it automatically using CI.

Expand Down

0 comments on commit 5bf82e9

Please sign in to comment.