Skip to content

Commit

Permalink
Add link to location
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Nov 28, 2024
1 parent 4665b8a commit 01d14ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 480 deletions.
4 changes: 2 additions & 2 deletions jekyll/vscode-extension.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you have feedback about this feature, you can let us know in the [DX Slack](h

Search for `Shopify.ruby-lsp` in the extensions tab and click install.

By default, the Ruby LSP will generate a `.ruby-lsp` directory with a custom bundle that includes the server gem.
By default, the Ruby LSP will generate a `.ruby-lsp` directory with a composed bundle that includes the server gem.
Additionally, it will attempt to use available version managers to select the correct Ruby version for any given
project. Refer to configuration for more options.

Expand Down Expand Up @@ -165,7 +165,7 @@ separate `Gemfile` for development tools.

**Note**: when using this, gems will not be installed automatically and neither will `ruby-lsp` upgrades.

Create a directory to store the custom bundle outside of the project that uses the old Ruby version. Inside that
Create a directory to store the composed bundle outside of the project that uses the old Ruby version. Inside that
directory, add your preferred version manager configuration to select a supported Ruby version. For example, if using
`chruby`, it would look like this:

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 47 files
+0 −26 .travis.yml
+1 −2 Gemfile
+0 −6 Gemfile.lock
+0 −4 config.yml
+1 −1 gemfiles/2.7/Gemfile.lock
+1 −1 gemfiles/3.0/Gemfile.lock
+1 −1 gemfiles/3.1/Gemfile.lock
+1 −1 gemfiles/3.2/Gemfile.lock
+2 −2 gemfiles/3.3/Gemfile.lock
+1 −1 gemfiles/3.4/Gemfile.lock
+1 −1 gemfiles/jruby/Gemfile.lock
+1 −1 gemfiles/truffleruby/Gemfile.lock
+16 −21 gemfiles/typecheck/Gemfile.lock
+2 −18 java-wasm/pom.xml
+22 −31 java-wasm/src/test/java/org/prism/DummyTest.java
+0 −1 java/org/prism/Parser.java
+2 −10 lib/prism/ffi.rb
+26 −36 lib/prism/translation/parser/compiler.rb
+3 −12 lib/prism/translation/ruby_parser.rb
+36 −39 src/prism.c
+0 −5 src/regexp.c
+1 −1 src/util/pm_char.c
+0 −3 test/prism/errors/arguments_splat_after_star_star.txt
+0 −3 test/prism/errors/def_ivar.txt
+0 −2 test/prism/fixtures/strings.txt
+0 −4 test/prism/regexp_test.rb
+0 −2 test/prism/snapshots/break.txt
+0 −2 test/prism/snapshots/command_method_call.txt
+0 −2 test/prism/snapshots/method_calls.txt
+0 −1 test/prism/snapshots/seattlerb/parse_until_not_canonical.txt
+0 −1 test/prism/snapshots/seattlerb/parse_until_not_noncanonical.txt
+0 −1 test/prism/snapshots/seattlerb/parse_while_not_canonical.txt
+0 −1 test/prism/snapshots/seattlerb/parse_while_not_noncanonical.txt
+8 −49 test/prism/snapshots/strings.txt
+0 −2 test/prism/snapshots/unparser/corpus/literal/send.txt
+0 −17 test/prism/snapshots/unparser/corpus/literal/while.txt
+0 −7 test/prism/snapshots/unparser/corpus/semantic/while.txt
+0 −7 test/prism/snapshots/until.txt
+0 −12 test/prism/snapshots/while.txt
+0 −1 test/prism/snapshots/whitequark/bug_while_not_parens_do.txt
+0 −4 test/prism/snapshots/whitequark/method_definition_in_while_cond.txt
+0 −2 test/prism/snapshots/whitequark/until.txt
+0 −1 test/prism/snapshots/whitequark/until_mod.txt
+0 −1 test/prism/snapshots/whitequark/until_post.txt
+0 −2 test/prism/snapshots/whitequark/while.txt
+0 −1 test/prism/snapshots/whitequark/while_mod.txt
+0 −1 test/prism/snapshots/whitequark/while_post.txt
Loading

0 comments on commit 01d14ed

Please sign in to comment.