sapling/addons/.vscode
Jun Wu bab93917e4 vscode: add vscode config to debug isl tests
Summary:
I used this to investigate some non-obvious logic run by isl tests.
`console.log` takes too much space in `yarn test` output.

I didn't set `runtimeExecutable`. This makes it possible to specify which
`node` to use using vscode remote settings that is not checked in source
control:

  "debug.javascript.defaultRuntimeExecutable": {
    "node": "/home/quark/bin/node",
    "pwa-node": "/home/quark/bin/node"
  },

This avoids issues where the system `/usr/local/bin/node` is too old to run the
test.

Reviewed By: evangrayk

Differential Revision: D44845631

fbshipit-source-id: a632360d196313a03d3852a3baca4504b3350f16
2023-04-21 15:51:13 -07:00
..
launch.json vscode: add vscode config to debug isl tests 2023-04-21 15:51:13 -07:00