Skip to content

Commit 45b785e

Browse files
committed
wip
1 parent 1d13d72 commit 45b785e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/running-extension/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"path": "../coreutils"
1414
},
1515
{
16-
"path": "../running"
16+
"path": "../docregistry"
1717
},
1818
{
19-
"path": "../services"
19+
"path": "../running"
2020
},
2121
{
22-
"path": "../docregistry"
22+
"path": "../services"
2323
}
2424
]
2525
}

packages/services/src/session/default.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ import * as validate from './validate';
2020
*/
2121
const SESSION_SERVICE_URL = 'api/sessions';
2222

23+
/**
24+
* TODO: It appears there is no way to just rename a session without opening a
25+
* kernel connection to the session.
26+
*/
27+
2328
/**
2429
* Session object for accessing the session REST api. The session
2530
* should be used to start kernels and then shut them down -- for

0 commit comments

Comments
 (0)