You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python extensions offers environments definition file (.env files) using which users can specify any custom environment variables that can be used for running linters, formatters, IntelliSense, testing, debugging etc for the workspace. This API provides a way to return the environment variables after resolving values of the .env file.
Refs: #15112
Complexity: 3
Create Issue
Requirements
Use Pre release build of the python extension.
Test APIs exposed via
ProposedExtensionAPI
Python extensions offers environments definition file (
.env
files) using which users can specify any custom environment variables that can be used for running linters, formatters, IntelliSense, testing, debugging etc for the workspace. This API provides a way to return the environment variables after resolving values of the.env
file.New API: environment variables
Python: Clear cache and reload
command to clear any pre-existing cache in the extension..env
files are caught in a multiroot scenario.Example usage:
Copy over contents of https://github.com/microsoft/vscode-python/blob/main/src/client/proposedApiTypes.ts#L62-L74 as needed.
The text was updated successfully, but these errors were encountered: