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

https://github.com/cdaringe/vscode-skip-vm-files


https://github.com/cdaringe/vscode-skip-vm-files

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# problem

`vscode` does not allow the user to ignore `VM*` named files, created by `eval`'d code.

# usage/demo

- open `index.js`
- set breakpoints
- run the launch configuration
- try to step over the `eval` code
- observed that you are brought into a `VM` file

**note** sometimes i found that vscode would not honor my first breakpoint. that's a seperate issue entirely!