我将如何解决这个问题?我已经尝试清理源代码并重新启动构建代理,但是仍然收到相同的消息。我们有第二个构建代理,可以正常工作。我最大的问题是我无法物理访问构建代理。
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "run java",
"request": "launch",
"console": "internalConsole",
"mainClass": "pacman.Executor",
"preLaunchTask": "compile java", // <--- add the task here
"classPaths": ["bin"], // optional but try adding if still not working
}
]
}