We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f359e commit e500678Copy full SHA for e500678
1 file changed
src/notebook.ts
@@ -1,7 +1,7 @@
1
import * as vscode from 'vscode';
2
import net = require('net');
3
import { spawn, ChildProcess } from 'child_process';
4
-import { dirname, resolve } from 'path';
+import { dirname } from 'path';
5
import getPort = require('get-port');
6
7
class RKernel {
0 commit comments