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.
2 parents 403fa0f + 49f5c7f commit 696a7dcCopy full SHA for 696a7dc
plugins-client/ext.console/console.js
@@ -462,7 +462,7 @@ module.exports = ext.register("ext/console/console", {
462
463
(function () {
464
var prjmatch = message.data.match(/http\:\/\/([\w_-]+)\.([\w_-]+)\./);
465
- if (!prjmatch) return;
+ if (!prjmatch || ide.env == "local") return;
466
467
var user = prjmatch[2];
468
var project = prjmatch[1];
0 commit comments