Newer
Older
Import / research / string-tables / .vscode / Code.code-workspace
@John Ryland John Ryland on 22 Dec 2020 880 bytes add new projects
{
	"folders": [
		{
			"path": ".."
		},
		{
			"path": "../../framework"
		}
	],
	"settings": {
		"files.associations": {
			"*.tpp": "cpp",
			"functional": "cpp",
			"optional": "cpp",
			"array": "cpp",
			"*.tcc": "cpp",
			"cctype": "cpp",
			"clocale": "cpp",
			"cmath": "cpp",
			"cstdarg": "cpp",
			"cstdint": "cpp",
			"cstdio": "cpp",
			"cstdlib": "cpp",
			"cwchar": "cpp",
			"cwctype": "cpp",
			"deque": "cpp",
			"unordered_map": "cpp",
			"vector": "cpp",
			"exception": "cpp",
			"algorithm": "cpp",
			"system_error": "cpp",
			"tuple": "cpp",
			"type_traits": "cpp",
			"fstream": "cpp",
			"initializer_list": "cpp",
			"iosfwd": "cpp",
			"istream": "cpp",
			"limits": "cpp",
			"new": "cpp",
			"ostream": "cpp",
			"numeric": "cpp",
			"sstream": "cpp",
			"stdexcept": "cpp",
			"streambuf": "cpp",
			"utility": "cpp",
			"typeinfo": "cpp"
		}
	}
}