Skip to content

Commit 93ccc05

Browse files
author
Tim Etchells
committed
fix #50
1 parent 9f8bbe0 commit 93ccc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/microclimate/project/Project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default class Project implements vscode.QuickPickItem {
9090
MCUtil.appendPathWithoutDupe(connection.workspacePath.fsPath, vscode.Uri.file(projectInfo.locOnDisk).fsPath)
9191
);
9292

93-
this._contextRoot = projectInfo.contextroot || "";
93+
this._contextRoot = projectInfo.contextRoot || projectInfo.contextroot || "";
9494

9595
// These will be overridden by the call to update(), but we set them here too so the compiler can see they're always set.
9696
this._autoBuildEnabled = projectInfo.autoBuild;

0 commit comments

Comments
 (0)