File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export function initializeLoggers(options: {
6969
7070 if ( options . addConsoleLogger ) {
7171 // In CI there's no need for the label.
72- registerLogger ( new ConsoleLogger ( isCI ? undefined : 'Jupyter Extension:' ) ) ;
72+ registerLogger ( new ConsoleLogger ( isCI ? undefined : 'Deepnote Extension:' ) ) ;
7373 }
7474
7575 return standardOutputChannel ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class ClientAPI {
88 static url : string ;
99 public static initialize ( ) {
1010 console . log (
11- `DEBUG_JUPYTER_SERVER_URI={workspace.getConfiguration('deepnote').get('DEBUG_JUPYTER_SERVER_URI')}`
11+ `DEBUG_JUPYTER_SERVER_URI=$ {workspace . getConfiguration ( 'deepnote' ) . get ( 'DEBUG_JUPYTER_SERVER_URI' ) } `
1212 ) ;
1313 const reportServerPor = workspace . getConfiguration ( 'deepnote' ) . get ( 'REPORT_SERVER_PORT' ) as number ;
1414
You can’t perform that action at this time.
0 commit comments