* Added Markdown text support #184
* Added support for line breaks in plain text messages #186
* Fixed web links not rendering correctly in plain text messages #185
* Added Results List performance improvements
* Updated the supported sarif schema version to '2.1.0-rtm.4'
* Security fix for lodash dependency
* Reduced the overall size of the vsix (7.6Mb -> 3Mb) and installed size(26.8Mb -> 6.9Mb)
* Adds rootpath setting, and reworks the UX for choosing the file mapping using the file input for a better experience and details on what needs to be remapped, also allows for file remapping or adding a directory to add to the rootpath setting (#57)
* Convert explorer to web view (#63)
* Update to the latest engine for webview support
* Created a Resources folder for assets that don't compile(icons, css files, etc.)
* Converted Sarif Explorer from previewHTML to webview
* Updated the version, readme, and changelogs (#64)
* Fixed minor bugs while end to end testing for release.
* Convert to Sarif V2 (#18)
* Added a properties line to the result and run info panels (#19)
* Added RelatedLocations and refactored some of the Explorer creation code (#20)
* Added Dom typing to the ExplorerContentProvider file (#22)
* Embedded links (#26)
* Adds sourcelink concept so the extension handles opening source links when clicked in Sarif Explorer, can resuse when changing the locations and related locations to links
* bug fix in explorercontentprovider, changed it to check for undefined, previously it was checking for null
* Updated Version and readme for support for sarif V2 and added instructions how rollback to V1 (#27)
* Fixed bug with severity not matching spec, it's name, and added tooltips (#29)
* Fixed severity not matching spec, it was using the rule's default level, changed to results level first, defaultlevel, and then default to warning.
* Changed the display name in the sarif explorer from Default Level to Severity Level
* Added tooltips specific to the severity level. I used the text from the spec and reduced it down.
* changed locations to be links in sarif explorer, added a message if a link can't be opened (#30)
* Adds the Attachments panel (#36)
* updated sarif interfaces
* removed usage of the sarif rulekey
* Updated Changelog and Readme. Minor css fix. (#37)
Changes for 1.0.0 release
* Adds support for sarif results that don't have a resultsFile location (#2)
* Adds support for when Results file is not present in the locations
* refactored the remapping of SVDiagnostics in the DiagnosticsCollection
* Switched from string creation to document construction of the Sarif Explorer(#4)
* moved the viewer up a folder to the root extension folder (#5)
* Use RuleKey as the primary key and RuleId is the backup key
* Fix the displayed source file name in Viewer when result is not mapped
* Changed notMapped to mapped for better readability
* Rename ResultLocation's location to range to better describe the field
* Some tweaks and fixes to the Sarif Interfaces.
* Updating Readme and contributing docs
* changed language contribute so sarif files now get json schema support (#7)
* Added Version Check to show user if version is not currently supported (#8)
* Publish prep - updated the readme, changelog and contribution
* Added a Sarif Icon and marketplace settings