mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
vscode debugging.
This commit is contained in:
@ -2,4 +2,19 @@
|
||||
|
||||
You need to run all dependencies with `deps` command before you start debugging.
|
||||
|
||||
Make sure your local IP is correct in `.vscode/launch.json`,
|
||||
Create `.env.development` in repository root. Make sure your local IP is correct.
|
||||
|
||||
```sh
|
||||
NEKO_WEBRTC_NAT1TO1=10.0.0.8
|
||||
```
|
||||
|
||||
# without container
|
||||
|
||||
- Make sure `pulseaudio` contains correct configuration.
|
||||
- Specify `DISPLAY` that is being used by xorg.
|
||||
|
||||
```sh
|
||||
DISPLAY=:0
|
||||
NEKO_WEBRTC_NAT1TO1=10.0.0.8
|
||||
NEKO_SERVER_BIND=:3000
|
||||
```
|
||||
|
Reference in New Issue
Block a user