{
	"restructuredtext.confPath": "${workspaceFolder}\\python\\python3.7.3_source\\Doc",
	"jest.pathToConfig": "jest.config.js",
	"jest.enableCodeLens": true,
	"jest.enableInlineErrorMessages": true,
	"jest.debugCodeLens.showWhenTestStateIn": [
		"fail",
		"pass",
		"unknown",
	],

	"jest.enableSnapshotPreviews": true,
	"jestrunner.configPath": "jest.config.js"
	// "jestrunner.jestCommand": "-b 10"
}