Skip to content
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

Show compressed file content, like Understand does for the Java standard library #5

Open
RobbyCBennett opened this issue Feb 8, 2024 · 1 comment

Comments

@RobbyCBennett
Copy link
Collaborator

Replicate:

  1. Open the sample project TheAlgorithms
  2. Open the file DataStructures/DynamicArray/DynamicArray.java
  3. Go to the definition of Iterable
  4. A file opens which VS Code doesn't find \Program Files\Java\jdk-17.0.2\lib\src.zip{java.base\java\lang\Iterable.java}

Possible fix:

  • Add a URI handler into the language server which will unzip the file and show the contents as read-only
@RobbyCBennett
Copy link
Collaborator Author

RobbyCBennett commented Apr 30, 2024

See issue on Microsoft's backlog: microsoft/vscode#75559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant