Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CodeQL for Visual Studio Code: Changelog

## 1.1.5

- Links in results are no longer underlined and monospaced.

## 1.1.4 - 13 May 2020

- Add the ability to download and install databases archives from the internet.
Expand Down
2 changes: 1 addition & 1 deletion extensions/ql-vscode/src/view/resultsView.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

.vscode-codeql__result-table-location-link {
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
text-decoration: none;
}

select {
Expand Down