提交 8e110caf 编写于 作者: 6 63621600aee4323e887a08d4

在线提交Git版本:新增自动运行脚本

上级 abeacaee
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "Launch FunctionalZork",
"request": "launch",
"mainClass": "fpzork.FunctionalZork",
"projectName": "functional zork"
}
]
}
\ No newline at end of file
autoOpen: true
apps:
- port: 8523
command: /usr/bin/env /usr/lib/jvm/java-17-openjdk-amd64/bin/java -XX:+ShowCodeDetailsInExceptionMessages -cp /ide/workspace/1024opensource/bin fpzork.FunctionalZork
root: ./
name: FunctionalZork
description: FunctionalZork
autoOpen: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册