Skip to content

Commit 22690e5

Browse files
committed
wip
1 parent 6bd1f7c commit 22690e5

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"theme": "light"
3030
},
3131
"engines": {
32-
"vscode": "^1.100.0"
32+
"vscode": "^1.98.0"
3333
},
3434
"l10n": "./l10n",
3535
"extensionKind": [

src/kernels/jupyter/jupyterUtils.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,7 @@ export function createJupyterConnectionInfo(
163163
},
164164
serialize: (msg: KernelMessage.IMessage, protocol?: string) => {
165165
logger.trace(`Serialize message ${typeof msg} && ${msg instanceof Buffer} with ${protocol}`);
166-
// try {
167166
return serialize(msg, protocol);
168-
// } catch (ex) {
169-
// logger.warn(`Failed to serialize message protocol = ${protocol}`, ex);
170-
// if (protocol) {
171-
// return serialize(msg, supportedKernelWebSocketProtocols.v1KernelWebsocketJupyterOrg);
172-
// } else {
173-
// return serialize(msg, '');
174-
// }
175-
// }
176167
}
177168
};
178169
// This replaces the WebSocket constructor in jupyter lab services with our own implementation

0 commit comments

Comments
 (0)