File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 291291 "activitybar" : [
292292 {
293293 "id" : " quantum-copilot-container" ,
294- "title" : " Azure Quantum Copilot" ,
294+ "title" : " Microsoft Quantum Copilot" ,
295295 "icon" : " resources/Q-vector-1024x1024.svg"
296296 }
297297 ]
308308 "when" : " config.Q#.chat.enabled" ,
309309 "id" : " quantum-copilot" ,
310310 "type" : " webview" ,
311- "name" : " Azure Quantum Copilot"
311+ "name" : " Microsoft Quantum Copilot"
312312 }
313313 ]
314314 },
Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ function Welcome() {
164164 </ linearGradient >
165165 </ defs >
166166 </ svg >
167- < div style = "margin-left: 8px;" > Azure Quantum Copilot</ div >
167+ < div style = "margin-left: 8px;" > Microsoft Quantum Copilot</ div >
168168 </ div >
169169 < 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:
172172 </ div >
173173 < div class = "qs-copilot-demo1" >
174174 Can you help me implement Grover's search?
@@ -292,7 +292,7 @@ function StatusIndicator({ status }: { status: Status }) {
292292 < span class = "codicon codicon-loading codicon-modifier-spin" > </ span >
293293 </ >
294294 ) : 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."
296296 ) : status . status === "awaitingConfirmation" ? (
297297 < >
298298 < div > { status . confirmText } </ div >
You can’t perform that action at this time.
0 commit comments