We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8bbe0 commit 93ccc05Copy full SHA for 93ccc05
dev/src/microclimate/project/Project.ts
@@ -90,7 +90,7 @@ export default class Project implements vscode.QuickPickItem {
90
MCUtil.appendPathWithoutDupe(connection.workspacePath.fsPath, vscode.Uri.file(projectInfo.locOnDisk).fsPath)
91
);
92
93
- this._contextRoot = projectInfo.contextroot || "";
+ this._contextRoot = projectInfo.contextRoot || projectInfo.contextroot || "";
94
95
// These will be overridden by the call to update(), but we set them here too so the compiler can see they're always set.
96
this._autoBuildEnabled = projectInfo.autoBuild;
0 commit comments