UNPKG

@elgato/cli

Version:

Stream Deck CLI tool for building with Stream Deck.

20 lines 510 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": [ { "name": "Attach to Plugin", "type": "node", "request": "attach", "processId": "${command:PickProcess}", "outFiles": [ "${workspaceFolder}/bin/**/*.js" ], "resolveSourceMapLocations": [ "${workspaceFolder}/**" ] } ] }