金属宣布 表示“现在可以使用新的”运行“、”测试“、”调试“和”调试“按钮从VS代码直接运行和测试。有一个很好的礼物展示了它能做什么,我不知道该如何做到这一点。
我尝试在
launch.json
中使用以下配置启动VS代码调试器
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
"type": "scala",
"request": "launch",
"name": "Untitled",
"mainClass": "com.playZip.Unzip",
"args": [],
"jvmOptions": []