Skip to content

Instantly share code, notes, and snippets.

@onesmartguy
Created September 22, 2021 22:55
Show Gist options
  • Save onesmartguy/bb16e5ef3844d625cb0256e578c60f34 to your computer and use it in GitHub Desktop.
Save onesmartguy/bb16e5ef3844d625cb0256e578c60f34 to your computer and use it in GitHub Desktop.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "PowerShell Launch Current File",
"type": "PowerShell",
"request": "launch",
"script": "${file}",
"cwd": "${workspaceFolder}"
},
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\manage-engine-search.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment