File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 291
291
"activitybar" : [
292
292
{
293
293
"id" : " quantum-copilot-container" ,
294
- "title" : " Azure Quantum Copilot" ,
294
+ "title" : " Microsoft Quantum Copilot" ,
295
295
"icon" : " resources/Q-vector-1024x1024.svg"
296
296
}
297
297
]
308
308
"when" : " config.Q#.chat.enabled" ,
309
309
"id" : " quantum-copilot" ,
310
310
"type" : " webview" ,
311
- "name" : " Azure Quantum Copilot"
311
+ "name" : " Microsoft Quantum Copilot"
312
312
}
313
313
]
314
314
},
Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ function Welcome() {
164
164
</ linearGradient >
165
165
</ defs >
166
166
</ svg >
167
- < div style = "margin-left: 8px;" > Azure Quantum Copilot</ div >
167
+ < div style = "margin-left: 8px;" > Microsoft Quantum Copilot</ div >
168
168
</ div >
169
169
< div class = "qs-copilot-blurb" >
170
- Welcome! Azure Quantum Copilot is designed to help you develop and run
171
- quantum programs. You can ask questions such as:
170
+ Welcome! Microsoft Quantum Copilot is designed to help you develop and
171
+ run quantum programs. You can ask questions such as:
172
172
</ div >
173
173
< div class = "qs-copilot-demo1" >
174
174
Can you help me implement Grover's search?
@@ -292,7 +292,7 @@ function StatusIndicator({ status }: { status: Status }) {
292
292
< span class = "codicon codicon-loading codicon-modifier-spin" > </ span >
293
293
</ >
294
294
) : status . status === "assistantConnectionError" ? (
295
- "There was an error communicating with Azure Quantum Copilot. Please check your Internet connection and try again."
295
+ "There was an error communicating with Microsoft Quantum Copilot. Please check your Internet connection and try again."
296
296
) : status . status === "awaitingConfirmation" ? (
297
297
< >
298
298
< div > { status . confirmText } </ div >
You can’t perform that action at this time.
0 commit comments