-
Notifications
You must be signed in to change notification settings - Fork 13
Add support for extensionless documents to the parametric language server #894
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
Merged
DavyLandman
merged 18 commits into
usethesource:main
from
urbanfly:feature/docs-without-ext
Nov 28, 2025
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f80341e
Add support for unregistered extensions when there is a single regist…
urbanfly 3d42b5e
add 'root' to the workspace to make it easier to access/edit root files
urbanfly c2fcce1
Move the single-lang workaround to safeLanguage and only if the loc h…
urbanfly 9484f94
Check for single lang. contribution instead of single extension regis…
urbanfly 413bfc9
Correct (?) the copy step
urbanfly 8ab95c4
Add new UI test for syntax highlighting in documents without extension
urbanfly 5700c9c
correct opening curly brace position
urbanfly ed24cf9
add logging when dealing with a no-extension file
urbanfly 62eba36
revert extraction of waitForPico()
urbanfly 52235ba
undo change in lsp4j:package script
urbanfly 27910b5
Add check for invalid syntax error squiggles
urbanfly cab621f
Merge branch 'main' into feature/docs-without-ext
urbanfly 2b8be70
Fix typos
urbanfly 5c8bac3
Merge branch 'usethesource:main' into feature/docs-without-ext
urbanfly dfba80d
Merge branch 'main' into feature/docs-without-ext
rodinaarssen c42c29e
Adding loging to figure out which commmand fails
DavyLandman 5e910c5
Avoid formatting the code, as that triggers an issue on OSX
DavyLandman 339f669
Removed log prints
DavyLandman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "files.exclude": { | ||
| "rascal-lsp": true, | ||
| "rascal-vscode-extension": true | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.