Skip to content

Cst compat#856

Merged
pfitzseb merged 27 commits intomasterfrom
cst-compat
Jan 13, 2021
Merged

Cst compat#856
pfitzseb merged 27 commits intomasterfrom
cst-compat

Conversation

@ZacLN
Copy link
Copy Markdown
Contributor

@ZacLN ZacLN commented Jan 7, 2021

Amendments for CSTParser changes (julia-vscode/CSTParser.jl#190)

@ZacLN ZacLN self-assigned this Jan 7, 2021
Copy link
Copy Markdown
Member

@pfitzseb pfitzseb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's turn incremental sync back on and see what happens, at least in the next insiders release? I kinda hope that all the code churn here and in CSTParser might've fixed the issues we had.

false,
ExecuteCommandOptions(missing, collect(keys(LSActions))),
false,
true,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is selectionRangeProvider, right? Did we always support that? If so, why was it disabled?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must have been fiddling with something, will turn off

@ZacLN
Copy link
Copy Markdown
Contributor Author

ZacLN commented Jan 12, 2021

@julia-vscode/core could someone with a windows computer try to get this passing? Debugging by pushing to CI runs is a nightmare.

The issue is with path handling on older Julia verions (<1.1 I think, possibly <1.3). Relevant code is https://github.com/julia-vscode/LanguageServer.jl/blob/master/src/utilities.jl#L286:L309 or there abouts

@pfitzseb pfitzseb closed this Jan 13, 2021
@pfitzseb pfitzseb reopened this Jan 13, 2021
const serverCapabilities = ServerCapabilities(
TextDocumentSyncOptions(true,
TextDocumentSyncKinds.Full,
TextDocumentSyncKinds.Incremental,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try re-enabling this?

@pfitzseb pfitzseb merged commit 35f2c91 into master Jan 13, 2021
@ZacLN ZacLN deleted the cst-compat branch January 13, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants