We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ed533 commit 7ec56faCopy full SHA for 7ec56fa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyter-stack-trace",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "A JupyterLab extension to jump to the line in the file of the stack trace.",
5
"keywords": [
6
"jupyter",
src/index.ts
@@ -117,7 +117,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
117
stackOverflowUrl +
118
"', '_blank');\">Search Stack Overflow</button>";
119
const bingChatUrl =
120
- 'https://www.bing.com/search?iscopilotedu=1&sendquery=1&q=' +
+ 'https://www.bing.com/chat?iscopilotedu=1&sendquery=1&q=' +
121
escape('Please help me with the following error:\n') +
122
escapedStackTraces.join('%0A');
123
const bingButton =
0 commit comments