Replies: 1 comment 1 reply
-
If your launch.json has |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to debug my Python CDK app via VSCode using this article as my how-to guide. Everything works as intended however the process being debugged is unable to access
cdk.json
file from the current project's directory, this is the special file used to define a runtime context together with a bunch of run-time variables. If I run my process outside the debugging session then this file becomes magically accessible. It sounds like the working directory was set to something where my code cannot find thecdk.json
file. I was wondering I'm missing something, any tips here?Beta Was this translation helpful? Give feedback.
All reactions