Skip to content

Instantly share code, notes, and snippets.

View cmfsotelo's full-sized avatar

Carlos Sotelo cmfsotelo

View GitHub Profile
@Chuckytuh
Chuckytuh / VSCode debug install cordova plugin
Last active April 23, 2023 08:54
This launch.json configuration is helpful for cordova hook development. It allows to launch cordova cli with VSCode debugger attached so we can place breakpoints on our hook scripts.
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",