mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
add back fix that was accidentally deleted (#275467)
This commit is contained in:
@@ -365,6 +365,10 @@ export class ChatImplicitContext extends Disposable implements IChatRequestImpli
|
||||
}
|
||||
|
||||
public toBaseEntries(): IChatRequestVariableEntry[] {
|
||||
if (!this.value) {
|
||||
return [];
|
||||
}
|
||||
|
||||
if (isStringImplicitContextValue(this.value)) {
|
||||
return [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user