mkdir under notebook extension folder (#4214)

This commit is contained in:
Raj
2019-02-27 13:29:01 -08:00
committed by GitHub
parent 969733ab77
commit 5625ef956d
2 changed files with 6 additions and 9 deletions

View File

@@ -41,7 +41,6 @@ export default class JupyterServerInstallation {
public extensionPath: string;
public pythonBinPath: string;
public outputChannel: OutputChannel;
public configRoot: string;
public pythonEnvVarPath: string;
public execOptions: ExecOptions;
@@ -61,7 +60,6 @@ export default class JupyterServerInstallation {
this.outputChannel = outputChannel;
this.apiWrapper = apiWrapper;
this._pythonInstallationPath = pythonInstallationPath || JupyterServerInstallation.getPythonInstallPath(this.apiWrapper);
this.configRoot = path.join(this.extensionPath, constants.jupyterConfigRootFolder);
this._forceInstall = !!forceInstall;
this.configurePackagePaths();