12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "JGA Info",
|
|
"runtimeExecutable": "powershell",
|
|
"runtimeArgs": ["-ExecutionPolicy", "Bypass", "-File", "serve.ps1"],
|
|
"port": 3456
|
|
}
|
|
]
|
|
}
|