mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 09:35:38 -05:00
Remove quality checks for events (#8934)
* Remove quality checks for events * Update iKey * Add missed quality check
This commit is contained in:
@@ -78,7 +78,7 @@ interface ISharedProcessInitData {
|
||||
logLevel: LogLevel;
|
||||
}
|
||||
|
||||
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'; // {{ SQL CARBON EDIT }}
|
||||
const eventPrefix = 'adsworkbench'; // {{ SQL CARBON EDIT }}
|
||||
|
||||
class MainProcessService implements IMainProcessService {
|
||||
constructor(private server: Server, private mainRouter: StaticRouter) { }
|
||||
|
||||
Reference in New Issue
Block a user