Update events for insiders (#6807)

* Update events for insiders

* Add back in isBuilt check
This commit is contained in:
Charles Gagnon
2019-08-21 07:41:31 -07:00
committed by GitHub
parent ecb80f14f0
commit 3fde278ed2
5 changed files with 61 additions and 36 deletions

View File

@@ -70,7 +70,7 @@ interface ISharedProcessInitData {
logLevel: LogLevel;
}
const eventPrefix = 'monacoworkbench';
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'; // {{ SQL CARBON EDIT }}
class MainProcessService implements IMainProcessService {
constructor(private server: Server, private mainRouter: StaticRouter) { }