-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix bug for issue #68 #70
Conversation
…to error-check-test
…der ion-js folder. Cleaned server.ts file.
… vsocde=languageserver dependency.
…to error-check
…to error-check
…es for formatting.
…ics.test.ts file.
… test cases for formatting.
…to error-check
…to error-check
This PRs title is "Error check". It's not a descriptive title for what the PR is actually fixing. Can you update the title please |
documents.onDidClose (e => { | ||
let diagnostics: Diagnostic[] = []; | ||
connection.sendDiagnostics ({ uri: e.document.uri, diagnostics }); | ||
}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any way we can write a test to verify that the behaviour is what we want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think with the 'extest' framework, this can probably get done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think with the 'extest' framework, this can probably get done.
either add the test to this pr or open an issue to add the test later
Issue #68 :
Description of changes:
Fixed bug from #68 .