Skip to content

Commit

Permalink
remove unused ts
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Apr 22, 2024
1 parent 56297e9 commit 316019f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions extensions/positron-python/positron-dts/positron.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1088,16 +1088,6 @@ declare module 'positron' {
*/
export function getConsoleWidth(): Thenable<number>;

/**
* Create and show a new preview panel for a URL. This is a convenience
* method that creates a new webview panel and sets its content to the
* given URL.
*
* @param url The URL to preview
*
* @return New preview panel.
*/
export function previewUrl(url: vscode.Uri): PreviewPanel;
}

namespace runtime {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

// eslint-disable-next-line import/no-unresolved
import * as positron from 'positron';
import * as vscode from 'vscode';
import { PythonExtension } from '../api/types';
import { IDisposableRegistry } from '../common/types';
import { IInterpreterService } from '../interpreter/contracts';
Expand Down

0 comments on commit 316019f

Please sign in to comment.