Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/frostming/pdm-vscode

DEPRECATED: A PDM plugin that autogenerates workspace vscode settings for you
https://github.com/frostming/pdm-vscode

Last synced: 2 months ago
JSON representation

DEPRECATED: A PDM plugin that autogenerates workspace vscode settings for you

Lists

README

        

# PDM-VSCode

> DEPRECATED: This plugin is no longer considered useful since PEP 582 has been rejected.

![Github Actions](https://github.com/frostming/pdm-vscode/workflows/Tests/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/pdm-vscode?logo=python&logoColor=%23cccccc)](https://pypi.org/project/pdm-vscode)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)

A PDM plugin that autogenerates workspace vscode settings for you

## Installation

Install the plugin with PDM CLI:

```bash
pdm plugin add pdm-vscode
```

Or using `pipx inject`:

```bash
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`.