@@ -1,5 +1,9 @@
|
||||
# CodeQL for Visual Studio Code: Changelog
|
||||
|
||||
## 1.3.3 - [UNRELEASED]
|
||||
|
||||
- Fix display of raw results entities with label but no url.
|
||||
|
||||
## 1.3.2 - 12 August 2020
|
||||
|
||||
- Fix error with choosing qlpack search path.
|
||||
|
||||
@@ -73,7 +73,7 @@ export function adaptValue(val: ColumnValue): ResultValue {
|
||||
}
|
||||
|
||||
if (url === undefined) {
|
||||
return 'none';
|
||||
return val.label || '';
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user