We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef84d8d commit b191f68Copy full SHA for b191f68
extensions/ql-vscode/src/adapt.ts
@@ -73,7 +73,7 @@ export function adaptValue(val: ColumnValue): ResultValue {
73
}
74
75
if (url === undefined) {
76
- return 'none';
+ return val.label || 'no label';
77
78
79
return {
0 commit comments