Files
BeautifyMP3/.vscode/tasks.json
Yash Agarwal f14abcf3c6 start project
2017-06-12 20:28:50 +05:30

7 lines
179 B
JSON

{
"version": "0.1.0",
"command": "/home/yash/miniconda3/envs/music-tagger/bin/python3.5",
"isShellCommand": true,
"args": ["${file}"],
"showOutput": "always"
}