Skip to content

Commit dfa73df

Browse files
committed
another update spot
1 parent 7acaf5e commit dfa73df

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

examples/sample1/src/api.ts

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
// Licensed under the MIT License.
33

44
import {
5-
Uri,
65
Disposable,
7-
MarkdownString,
86
Event,
7+
FileChangeType,
98
LogOutputChannel,
10-
ThemeIcon,
11-
Terminal,
9+
MarkdownString,
1210
TaskExecution,
11+
Terminal,
1312
TerminalOptions,
14-
FileChangeType,
13+
ThemeIcon,
14+
Uri,
1515
} from 'vscode';
1616

1717
/**
@@ -651,10 +651,6 @@ export interface PythonProject {
651651
*/
652652
readonly tooltip?: string | MarkdownString;
653653

654-
/**
655-
* The icon path for the Python project, which can be a string, Uri, or an object with light and dark theme paths.
656-
*/
657-
readonly iconPath?: IconPath;
658654
}
659655

660656
/**
@@ -696,10 +692,6 @@ export interface PythonProjectCreator {
696692
*/
697693
readonly tooltip?: string | MarkdownString;
698694

699-
/**
700-
* The icon path for the Python project creator, which can be a string, Uri, or an object with light and dark theme paths.
701-
*/
702-
readonly iconPath?: IconPath;
703695

704696
/**
705697
* Creates a new Python project or projects.

0 commit comments

Comments
 (0)