We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a717265 commit 9628a76Copy full SHA for 9628a76
contrib/ide/vscode/launch.json
@@ -7,10 +7,10 @@
7
"request": "launch",
8
"mode": "debug",
9
"buildFlags": "",
10
- "port": 2345,
11
- "host": "127.0.0.1",
12
"program": "${workspaceRoot}/main.go",
13
- "env": {},
+ "env": {
+ "GITEA_WORK_DIR": "${workspaceRoot}",
+ },
14
"args": ["web"],
15
"showLog": true
16
},
@@ -20,10 +20,10 @@
20
21
22
"buildFlags": "-tags='sqlite sqlite_unlock_notify'",
23
24
25
26
27
28
29
}
0 commit comments