mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge branch 'release/1.8' of https://github.com/Microsoft/azuredatastudio into release/1.8
This commit is contained in:
@@ -313,6 +313,12 @@ export class ExtensionService extends Disposable implements IExtensionService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// {{SQL CARBON EDIT}}
|
||||||
|
// Forces a reload for CMS extension
|
||||||
|
if (extension.name === 'cms') {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user