23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "command",
|
|
"name": "Compile",
|
|
"program": "bob"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"name": "Run",
|
|
"program": "$PROJECT_DIR$/mx",
|
|
"workingDir": "$PROJECT_DIR$",
|
|
"args": ["test.mx"]
|
|
},
|
|
{
|
|
"type": "command",
|
|
"name": "Compile and run",
|
|
"program": "fish",
|
|
"workingDir": "$PROJECT_DIR$",
|
|
"args": ["test.fish"]
|
|
}
|
|
]
|
|
} |