mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Feature/extension manager (#689)
* getting the extension gallery from a static file and enabling the extension manager
This commit is contained in:
@@ -161,7 +161,8 @@ export function asJson<T>(context: IRequestContext): TPromise<T> {
|
||||
}
|
||||
|
||||
if (!/application\/json/.test(context.res.headers['content-type'])) {
|
||||
return e('Response doesn\'t appear to be JSON');
|
||||
// {{SQL CARBON EDIT}}
|
||||
//return e('Response doesn\'t appear to be JSON');
|
||||
}
|
||||
|
||||
const buffer: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user