We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276ae81 commit d22a442Copy full SHA for d22a442
docs/building-with-codegen/dot-codegen.mdx
@@ -42,6 +42,8 @@ Codegen maintains its own virtual environment in `.codegen/.venv/` to ensure con
42
43
The environment is created during `codegen init` and used by commands like `codegen run` and `codegen notebook`.
44
45
+<Note>To debug codemods, you will need to set the python virtual environment in your IDE to `.codegen/.venv`</Note>
46
+
47
### Configuration
48
49
The `config.toml` file stores your project settings:
0 commit comments