FeaturesRun command: Install Missing Imports Command will scan python file, gets list of missing pip modules and installs them. RequirementsPython extension for Visual Studio Code (Pylance) Extension SettingsThis extension contributes the following settings:
Release NotesAdded command to scan python file, get list of missing modules and suggests installation. 0.0.1Initial release 0.0.3Fixed dot notation, script takes only package before first dot 0.0.4Removed duplicates from missing imports array, changed the prompt message. |