summaryrefslogtreecommitdiff
path: root/.vscode/simple-comments.code-workspace
blob: db16e4103ea70193438d7933298564113c499342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	"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"
			}
		]
	}
}