Skip to content

Commit 2020167

Browse files
committed
add in message about def of python project
1 parent 950dd5d commit 2020167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ export interface PythonProjectCreator {
703703

704704
/**
705705
* Creates a new Python project(s) or, if files are not a project, returns Uri(s) to the created files.
706+
* Anything that needs its own python environment constitutes a project.
706707
* @param options Optional parameters for creating the Python project.
707708
* @returns A promise that resolves to one of the following:
708709
* - PythonProject or PythonProject[]: when a single or multiple projects are created.

0 commit comments

Comments
 (0)