mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-20 17:09:35 +00:00
some work on the replay subsystem, plus getting better grasp of the FBS format
This commit is contained in:
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
{
|
||||
"name": "Launch Server Test",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
@@ -70,25 +70,16 @@
|
||||
"showLog": true
|
||||
},
|
||||
{
|
||||
"name": "Launch fbs server",
|
||||
"name": "Launch fbs player",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"mode": "test",
|
||||
"remotePath": "",
|
||||
"port": 2345,
|
||||
"host": "127.0.0.1",
|
||||
"program": "${workspaceRoot}/server/",
|
||||
"osx": {
|
||||
"env": {
|
||||
//"GOPATH": "${env.HOME}/Dropbox/go"
|
||||
}
|
||||
},
|
||||
"windows": {
|
||||
"env": {
|
||||
//"GOPATH": "${env.USERPROFILE}\\Dropbox\\go"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"program": "${workspaceRoot}/player",
|
||||
"args": [
|
||||
"-test.v"
|
||||
],
|
||||
"showLog": true
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user