Skip to content

Commit 7ec56fa

Browse files
committed
update Bing Copilot URL
1 parent 01ed533 commit 7ec56fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-stack-trace",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A JupyterLab extension to jump to the line in the file of the stack trace.",
55
"keywords": [
66
"jupyter",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
117117
stackOverflowUrl +
118118
"', '_blank');\">Search Stack Overflow</button>";
119119
const bingChatUrl =
120-
'https://www.bing.com/search?iscopilotedu=1&sendquery=1&q=' +
120+
'https://www.bing.com/chat?iscopilotedu=1&sendquery=1&q=' +
121121
escape('Please help me with the following error:\n') +
122122
escapedStackTraces.join('%0A');
123123
const bingButton =

0 commit comments

Comments
 (0)