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 df373b5 commit 69bf9e8Copy full SHA for 69bf9e8
.devcontainer/devcontainer.json
@@ -4,7 +4,8 @@
4
"containerEnv": {
5
"RECCE_CI_WORKFLOW_NAME": ".github/workflows/recce_ci.yml", // Path to the Recce CI workflow file
6
"DEPENDENCIES_FILE": "requirements.txt", // Path to the python dependencies file
7
- "POST_INSTALL_DEPENDENCIES_COMMAND": "pip install gradio" // Command to install python dependencies
+ "POST_INSTALL_DEPENDENCIES_COMMAND": "pip install gradio", // Command to install python dependencies
8
+ "PRE_LAUNCH_RECCE_SERVER_COMMAND": "cp .recce/recce-state-file/jaffle_shop.duckdb ."
9
},
10
"customizations": {
11
"vscode": {
0 commit comments