1234567891011121314151617181920212223242526272829 |
- {
-
-
-
- "version": "0.2.0",
- "configurations": [
- {
- "name": "yt diskLoad",
- "type": "python",
- "request": "launch",
- "program": "${file}",
- "console": "integratedTerminal",
- "args":[
-
- " Xtra Reloaded - http://media-ice.musicradio.com/CapitalXTRAReloadedMP3.m3u"
- ]
- },
- {
- "name": "current_track",
- "type": "python",
- "request": "launch",
- "program": "${file}",
- "console": "integratedTerminal",
- "args":[
- "current_track"
- ]
- }
- ]
- }
|