File tree 2 files changed +27
-3
lines changed
2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Recce Cloud" ,
3
+ "image" : " infuseai/dev-container-base-image:latest" ,
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
8
+ },
9
+ "customizations" : {
10
+ "vscode" : {
11
+ "settings" : {
12
+ "terminal.integrated.shell.linux" : " /bin/bash"
13
+ }
14
+ }
15
+ },
16
+ "forwardPorts" : [ 8000 ],
17
+ "portsAttributes" : {
18
+ "8000" : {
19
+ "label" : " Recce Server" ,
20
+ "onAutoForward" : " openBrowser"
21
+ }
22
+ },
23
+ "postStartCommand" : " post_start_command"
24
+ }
Original file line number Diff line number Diff line change 19
19
"problemMatcher" : [],
20
20
21
21
// Try start the task on folder open
22
- "runOptions" : {
23
- "runOn" : " folderOpen"
24
- },
22
+ // "runOptions": {
23
+ // "runOn": "folderOpen"
24
+ // },
25
25
// Create the tasks in a terminal group
26
26
"presentation" : {
27
27
"panel" : " shared" ,
You can’t perform that action at this time.
0 commit comments