Skip to content

Commit

Permalink
Merge pull request #24 from yasslab/update_ruby_lsp
Browse files Browse the repository at this point in the history
vscode-ruby-lspをruby-lspに更新
  • Loading branch information
rakuda-san-desu authored Dec 25, 2024
2 parents 3e6baff + 92bb5dc commit 0732b0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"vscode": {
"extensions": [
"GitHub.codespaces",
"Shopify.ruby-lsp", // https://github.com/Shopify/vscode-ruby-lsp
"Shopify.ruby-lsp", // https://github.com/Shopify/ruby-lsp
"castwide.solargraph" // https://github.com/castwide/vscode-solargraph
//"rebornix.Ruby", // https://github.com/rubyide/vscode-ruby (Deprecated)

],
"settings": {
// General settings for Codespaces (VS Code)
Expand All @@ -65,7 +65,7 @@
},
"files.associations": { "*.erb": "erb" },
"emmet.includeLanguages": { "erb": "html" },

// Settings for Solargraph
// https://github.com/castwide/solargraph
"solargraph.useBundler": false,
Expand All @@ -78,7 +78,7 @@
"solargraph.symbols": true,
"solargraph.rename": true,
"solargraph.hover": true,

// Settings for Ruby LSP
// https://github.com/Shopify/ruby-lsp
"rubyLsp.rubyVersionManager": {
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.14.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
Expand Down Expand Up @@ -289,6 +291,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.1-aarch64-linux)
sqlite3 (1.6.1-arm64-darwin)
sqlite3 (1.6.1-x86_64-darwin)
sqlite3 (1.6.1-x86_64-linux)
Expand Down Expand Up @@ -324,6 +327,7 @@ GEM
zeitwerk (2.6.7)

PLATFORMS
aarch64-linux
arm64-darwin-21
x86_64-darwin-21
x86_64-linux
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
## インストール済みの拡張機能について
より良い学習体験に繋げるため、本テンプレートには以下の VS Code 拡張機能がデフォルトで入っています。

- [:octocat: Shopify/vscode-ruby-lsp](https://github.com/Shopify/vscode-ruby-lsp):
- Ruby コードを色分けして表示するハイライト機能や、コード補完機能などが使えます(以下は[公式のデモ動画](https://github.com/Shopify/vscode-ruby-lsp#readme)です)\
- [:octocat: Shopify/ruby-lsp](https://github.com/Shopify/ruby-lsp):
- Ruby コードを色分けして表示するハイライト機能や、コード補完機能などが使えます(以下は[公式のデモ動画](https://github.com/Shopify/ruby-lsp#readme)です)\
![Ruby LSP Official DEMO](https://i.gyazo.com/71a5c5114b7836d942a5145ca58eadb9.gif) \
参考記事: [Ruby LSPのコードナビゲーションで強化された主な機能 - TechRacho](https://techracho.bpsinc.jp/hachi8833/2024_07_29/143652)

Expand Down

0 comments on commit 0732b0c

Please # to comment.