mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Query Management log message update (#23395)
This commit is contained in:
@@ -144,7 +144,7 @@ export class MainThreadQueryEditor extends Disposable implements MainThreadQuery
|
||||
}
|
||||
|
||||
public async $createQueryDocument(options?: { content?: string }, providerId?: string): Promise<URI> {
|
||||
const queryInput = await this._queryEditorService.newSqlEditor({ initalContent: options.content }, providerId);
|
||||
const queryInput = await this._queryEditorService.newSqlEditor({ initialContent: options.content }, providerId);
|
||||
return queryInput.resource;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user