Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

{

"cmd": ["javac", "$file"],


"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.java",

"variants": [
{
"name": "Run",
"cmd": ["start", "cmd", "/c", "java $file_base_name & pause"],
"shell": true
}
]
}

You might also like