Skip to content

Commit d62534a

Browse files
authored
Use / in slash command widget (#190114)
1 parent 05b62dd commit d62534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class SlashCommandContentWidget extends Disposable implements IContentWid
4848
}
4949

5050
setCommandText(slashCommand: string) {
51-
this._domNode.innerText = `${slashCommand} `;
51+
this._domNode.innerText = `/${slashCommand} `;
5252
this._lastSlashCommandText = slashCommand;
5353
}
5454

0 commit comments

Comments
 (0)