{ "folders": [ { "path": ".." }, { "path": "../../../../Jekyll Pages/russian-lessons" } ], "settings": {}, "launch": { "version": "0.2.0", "configurations": [ { "type": "firefox", "request": "launch", "reAttach": true, "name": "Launch localhost", "url": "http://127.0.0.1:4000", "webRoot": "${workspaceFolder:russian-lessons}/_site", "pathMappings": [ { "url": "http://127.0.0.1:5000/static/js", "path": "${workspaceFolder:simple-comments}/static/js" } ] }, { "name": "Attach", "type": "firefox", "request": "attach" }, { "name": "Launch WebExtension", "type": "firefox", "request": "launch", "reAttach": true, "addonPath": "${workspaceFolder:russian-lessons}/_site" } ] } }