You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening an Ion file with errors outside of a workspace, then closing it, the "problems" remain. Not sure if this works as designed, or a bug.
Open a new window.
Open a file with bad Ion.
Close the file.
Doing this causes the "problems" of the now closed file to remain. This seems wrong to me--but it could be a misunderstanding on my part around VS Code's model.
The text was updated successfully, but these errors were encountered:
* Added ion-js API for error reporting.
* Added test suite for error checking.
* Error message for blob and clob.
* Fixed test case failure.
* Fixed test case failure.
* Put error checking test cases under test folder. Put IonText files under ion-js folder. Cleaned server.ts file.
* Put highlighting test cases under test folder. Updated for the latest vsocde=languageserver dependency.
* Deleted more comments.
* Deleted error message parsing functionality. Created test cases for timestamp.
* Added more test cases.
* Merged from remote master
* Merged from remote master
* Added test cases for formatting.
* Changed the range of textDocument for formatting. Added more test cases for formatting.
* Fixed a bug for the last commit: Comment out all the code in diagnostics.test.ts file.
* Added function to count the number of lines for formatting.
* Changed the way to get line number for formatting feature. Added more test cases for formatting.
* Added more test cases for formatting.
* Remove some test cases for formatting.
* Removed some test cases for formatting.
* Added more test cases for formatting.
* Changed version. Changed README.
* Changed the version in package-lock.json file. Changed README file.
* Forcing package-lock.json file to change. Changed README.
* Changed README.
* Fixed bug for persistent problems.
When opening an Ion file with errors outside of a workspace, then closing it, the "problems" remain. Not sure if this works as designed, or a bug.
Doing this causes the "problems" of the now closed file to remain. This seems wrong to me--but it could be a misunderstanding on my part around VS Code's model.
The text was updated successfully, but these errors were encountered: