Skip to content

Commit

Permalink
Merge pull request #4 from rakuda-san-desu/change_extension
Browse files Browse the repository at this point in the history
拡張機能をアップデート
  • Loading branch information
yasulab authored Oct 20, 2023
2 parents af3cb22 + bf5ffd1 commit 6001682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"vscode": {
"extensions": [
"GitHub.codespaces",
"rebornix.Ruby", // https://github.com/rubyide/vscode-ruby
"castwide.solargraph" // https://github.com/castwide/vscode-solargraph
"Shopify.ruby-lsp", // https://github.com/Shopify/vscode-ruby-lsp
"castwide.solargraph" // https://github.com/castwide/vscode-solargraph
],
"settings": {
// Use Ctrl+Shift+P->Format to format.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
## インストール済みの拡張機能について
より良い学習体験に繋げるため、本テンプレートには以下の VS Code 拡張機能がデフォルトで入っています。

- [:octocat: rubyide/vscode-ruby](https://github.com/rubyide/vscode-ruby):
- [:octocat: Shopify/vscode-ruby-lsp](https://github.com/Shopify/vscode-ruby-lsp):
- Ruby コードのハイライトや折り畳みなどが可能になります
- [:octocat: castwide/vscode-solargraph](https://github.com/castwide/vscode-solargraph):
- Ruby コードの定義元が調べられるコードジャンプ機能や、Ruby の型情報を使ったコード補完、公式ドキュメントの表示機能などが使えます(以下は[公式のデモ動画](https://github.com/castwide/vscode-solargraph#readme)です)
Expand Down

0 comments on commit 6001682

Please sign in to comment.