Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcastelan/vscode-paulas-tweaks
My personal VS Code extension
https://github.com/pcastelan/vscode-paulas-tweaks
vscode-extension
Last synced: about 2 months ago
JSON representation
My personal VS Code extension
- Host: GitHub
- URL: https://github.com/pcastelan/vscode-paulas-tweaks
- Owner: pcastelan
- License: gpl-3.0
- Created: 2024-10-28T16:12:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T14:32:59.000Z (about 2 months ago)
- Last Synced: 2024-11-08T15:29:28.757Z (about 2 months ago)
- Topics: vscode-extension
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Paula's tweaks Vs Code Extension
This is my personal extension for Vs Code. That I will gradually update with new features.
## Version
**0.1.0**## Features
### Breakpoints as Bookmarks
Use the Vs Code's Breakpoints as Bookmarks.Creates a panel near the Output Panel, that lists the Breakpoints and show if they're enabled.
If the Breakpoint is a **Logpoint**, it will show the message as well.
You going to want to add `"debug.allowBreakpointsEverywhere": true` to your settings.json, otherwise you wont get the Bookmarks in any "non-debuggable" files.
![Preview](img/image.png)
## Instalation
I have not added, (and probably will not add) the extension to the VsCode Marketplace, so for now, you can only install the extension manually.To do so:
1. clone/download this repository,
2. open vscode, and then use the `Developer: Install Extension From Location...` command
- ![Install Extension command](img/command.png)
3. Choose the folder you just cloned, and that's it.
4. To update, just pull the main branch, or download it again and overwrite the current instalation.## Release Notes
### 0.1.0
- Initial release of the Breakpoints as Bookmarks feature.