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

Semantic tokens support #113

Merged
merged 14 commits into from
Apr 17, 2024
Merged

Semantic tokens support #113

merged 14 commits into from
Apr 17, 2024

Conversation

mkslanc
Copy link
Owner

@mkslanc mkslanc commented Apr 5, 2024

Closes #112

@mkslanc mkslanc marked this pull request as ready for review April 5, 2024 13:56
Comment on lines +115 to +121
Object.entries(defaultFunctionalities).forEach(([key, value]) => {
// Check if the functionality has not been defined in the provided options
if (this.options.functionality![key] === undefined) {
// If not, set it to its default value
this.options.functionality![key] = value;
}
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

could be used Object.assign instead

packages/ace-linters/src/language-provider.ts Show resolved Hide resolved
packages/ace-linters/src/language-provider.ts Outdated Show resolved Hide resolved
packages/ace-linters/src/services/language-client.ts Outdated Show resolved Hide resolved
@mkslanc mkslanc merged commit 20ab149 into main Apr 17, 2024
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.

Is SemanticToken support a possability?
3 participants