Skip to content

No Outline for Ruby files #1204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
KevinBerthier opened this issue Nov 30, 2019 · 4 comments
Closed

No Outline for Ruby files #1204

KevinBerthier opened this issue Nov 30, 2019 · 4 comments
Assignees
Labels
extension The issue needs to be fixed in the extension

Comments

@KevinBerthier
Copy link

KevinBerthier commented Nov 30, 2019

  • code-server version: 2.1692-vsc1.39.2
  • OS Version: ChomeOS 79 Crostini

Description

For .rb files :

image

Steps to Reproduce

  1. Install ruby extension
  2. Open a .rb file
@KevinBerthier KevinBerthier added the bug Something isn't working label Nov 30, 2019
@sr229
Copy link
Contributor

sr229 commented Dec 1, 2019

Did you try it on VSO and VSCode to see if they're similar? AFAIK by default VSCode doesn't know how to make up an outline of the code unless an extension is provided to allow it to represent the AST in a outline.

@KevinBerthier
Copy link
Author

@sr229 Yes it's working well with others. It's seems that Ruby extension has a dependency on https://marketplace.visualstudio.com/items?itemName=wingrunr21.vscode-ruby wich is not available on code-server markerplace

@KevinBerthier
Copy link
Author

KevinBerthier commented Dec 1, 2019

No success with solargraph extension too. It seems that language server is not starting

PS : I didn't mention I'm on ChromeOS 79 Crostini

@sr229 sr229 added extension The issue needs to be fixed in the extension and removed bug Something isn't working labels Dec 2, 2019
@nhooyr
Copy link
Contributor

nhooyr commented Jan 30, 2020

See #1299

@nhooyr nhooyr closed this as completed Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension The issue needs to be fixed in the extension
Projects
None yet
Development

No branches or pull requests

4 participants