We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950dd5d commit 2020167Copy full SHA for 2020167
1 file changed
src/api.ts
@@ -703,6 +703,7 @@ export interface PythonProjectCreator {
703
704
/**
705
* 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.
707
* @param options Optional parameters for creating the Python project.
708
* @returns A promise that resolves to one of the following:
709
* - PythonProject or PythonProject[]: when a single or multiple projects are created.
0 commit comments