{
	// Use IntelliSense to learn about possible Node.js debug attributes.
	// Hover to view descriptions of existing attributes.
	// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
	"version": "0.2.0",
	"configurations": [
		{
			"type": "node",
			"request": "launch",
			"name": "nodemon",
			"runtimeExecutable": "node",
			"program": "${workspaceFolder}\\bin\\dio-init.js",
			"restart": true,
			"console": "integratedTerminal",
			"internalConsoleOptions": "neverOpen",
			"args": [
				"init"
			],
			"autoAttachChildProcesses": true,
			"cwd": "F:\\gitee.com\\dio-demo\\demo1"
		},
		{
			"type": "node",
			"request": "launch",
			"name": "启动程序 server ",
			"program": "${workspaceRoot}\\bin\\dio-server.js",
			"args": [
				"server",
				"${env:USERNAME}"
			],
			// "cwd": "${workspaceRoot}"
			"cwd": "F:\\Diogo\\tobaccoSvn\\201603_外_陕西中烟项目\\源代码\\trunk\\WEB_Front\\cloud2_shanxi\\cloud2_develop\\shanxi-ucenterDay"
		},
		{
			"type": "node",
			"request": "launch",
			"name": "启动程序init",
			"program": "${workspaceRoot}\\bin\\dio.js",
			"args": [
				"init"
			],
			// "cwd": "${workspaceRoot}"
			"cwd": "F:\\mywork\\demo"
		},
		{
			"type": "node",
			"request": "launch",
			"name": "启动程序 bug",
			"program": "${workspaceRoot}\\bin\\dio.js",
			"args": [
				"bug"
			],
			"cwd": "F:\\gitee.com\\dio-demo\\demo1"
		},
		{
			"type": "node",
			"request": "launch",
			"name": "启动程序 build",
			"program": "${workspaceRoot}\\bin\\dio.js",
			"args": [
				"build"
			],
			"cwd": "F:\\gitee.com\\dio-demo\\demo1"
		},
	]
}