diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 8f33b52d..28f7773f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -29,8 +29,7 @@ "stopOnEntry": true, "sourceCoding": "utf8", "consoleCoding": "utf8", - "ip": "127.0.0.1", - "port": 11411 + "address": "127.0.0.1:11411" }, { "name": "编译", |