Skip to content

Commit

Permalink
Add typings for proposed Jupyter Variable for data viewers
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Jan 19, 2024
1 parent b9331a5 commit 9e0d40b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/api.proposed.variables.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import type { Uri } from 'vscode';

declare module './api' {
export interface IJupyterVariable {
name: string;
type: string;
fileName?: Uri;
}
}

0 comments on commit 9e0d40b

Please sign in to comment.