UNPKG

pg-diff-api

Version:

PostgreSQL migration strategy for NodeJS

25 lines (24 loc) 818 B
{ // 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": [ { "type": "node", "request": "launch", "name": "Launch Migrate Test", "program": "${workspaceFolder}\\test\\migrateTest.js", "protocol": "auto", "console": "integratedTerminal" }, { "type": "node", "request": "launch", "name": "Launch Compare Test", "program": "${workspaceFolder}\\test\\compareTest.js", "protocol": "auto", "console": "integratedTerminal" } ] }