mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 09:35:38 -05:00
simplify tsconfig (#11927)
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -34,7 +34,7 @@ declare module 'azdata' {
|
||||
/**
|
||||
* Sets the trust mode for the notebook document.
|
||||
*/
|
||||
setTrusted(state: boolean);
|
||||
setTrusted(state: boolean): void;
|
||||
}
|
||||
|
||||
export interface IStandardKernel {
|
||||
|
||||
Reference in New Issue
Block a user