vscode-python-extension-core
Preparing search index...
PackageInfo
Interface PackageInfo
Information about the Python package and VSCode configuration.
interface
PackageInfo
{
extensionName
:
string
;
packageConfigurationSection
:
string
;
packageDisplayName
:
string
;
packageName
:
string
;
runCommandName
:
string
;
runForWorkspaceCommandName
:
string
;
useIntegratedTerminalConfigurationSectionFullName
:
string
;
}
Index
Properties
extension
Name
package
Configuration
Section
package
Display
Name
package
Name
run
Command
Name
run
For
Workspace
Command
Name
use
Integrated
Terminal
Configuration
Section
Full
Name
Properties
extension
Name
extensionName
:
string
package
Configuration
Section
packageConfigurationSection
:
string
package
Display
Name
packageDisplayName
:
string
package
Name
packageName
:
string
run
Command
Name
runCommandName
:
string
run
For
Workspace
Command
Name
runForWorkspaceCommandName
:
string
use
Integrated
Terminal
Configuration
Section
Full
Name
useIntegratedTerminalConfigurationSectionFullName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
extension
Name
package
Configuration
Section
package
Display
Name
package
Name
run
Command
Name
run
For
Workspace
Command
Name
use
Integrated
Terminal
Configuration
Section
Full
Name
vscode-python-extension-core
Loading...
Information about the Python package and VSCode configuration.