Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsgl committed Dec 3, 2017
1 parent 01a16f1 commit bc56726
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/ts-node/dist/_bin.js",
"runtimeArgs": ["--nolazy"],
"args": [
"--project",
"src/tsconfig.json",
"src/quicktype.ts",
"src/cli.ts",
"--lang",
"swift",
"--just-types",
"./test/inputs/json/samples/kitchen-sink.json"
"ts",
"--src-lang",
"graphql",
"--graphql-schema",
"test/inputs/graphql/github.gqlschema",
"test/inputs/graphql/github1.graphql"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector"
Expand Down

0 comments on commit bc56726

Please sign in to comment.