Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theconsolelogger/python-remove-breakpoints
A small Visual Studio Code extension that removes breakpoints from Python files.
https://github.com/theconsolelogger/python-remove-breakpoints
extension visual-studio-code
Last synced: 15 days ago
JSON representation
A small Visual Studio Code extension that removes breakpoints from Python files.
- Host: GitHub
- URL: https://github.com/theconsolelogger/python-remove-breakpoints
- Owner: theconsolelogger
- License: mit
- Created: 2022-08-07T18:09:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T18:21:33.000Z (over 2 years ago)
- Last Synced: 2024-02-03T18:28:50.706Z (11 months ago)
- Topics: extension, visual-studio-code
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Remove Breakpoints
A small Visual Studio Code extension that searches all Python files in a workspace and removes any `breakpoint()` lines.
## Packaging
The extension can be packaged as follows:
```console
$ npm install -g vsce
$ vsce package
```More information can be found here: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce
## Install
Once the extension has been packaged as a vsix, it can be install as an extension in Visual Studio Code as discussed here: https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix
## Using the extension
The extension can be used by running the `Remove Breakpoints` Visual Studio Code command.