Awesome
PDM-VSCode
DEPRECATED: This plugin is no longer considered useful since PEP 582 has been rejected.
A PDM plugin that autogenerates workspace vscode settings for you
Installation
Install the plugin with PDM CLI:
pdm plugin add pdm-vscode
Or using pipx inject
:
pipx inject pdm pdm-vscode
Usage
No configuration is required, .vscode/settings.json
will be autogenerated after pdm init
and every execution of pdm use
.