mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
Add back Notebook Completion List IntelliSense (#3520)
* Static notebook intellisense working * Intellisense dynamic cells working * Remove launch.json erroneous change * PR comments #1 * PR feedback to change a minor condition
This commit is contained in:
3
src/sql/sqlops.proposed.d.ts
vendored
3
src/sql/sqlops.proposed.d.ts
vendored
@@ -1548,6 +1548,7 @@ declare module 'sqlops' {
|
||||
|
||||
export interface NotebookCell {
|
||||
contents: ICellContents;
|
||||
uri?: vscode.Uri;
|
||||
}
|
||||
|
||||
export interface NotebookShowOptions {
|
||||
@@ -1593,7 +1594,7 @@ declare module 'sqlops' {
|
||||
/**
|
||||
* The new value for the [notebook documents's cells](#NotebookDocument.cells).
|
||||
*/
|
||||
cell: NotebookCell[];
|
||||
cells: NotebookCell[];
|
||||
/**
|
||||
* The [change kind](#TextEditorSelectionChangeKind) which has triggered this
|
||||
* event. Can be `undefined`.
|
||||
|
||||
Reference in New Issue
Block a user