This repository has been archived on 2020-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
facemark-trainer/facemark-trainer.code-workspace

28 lines
430 B
Plaintext
Raw Permalink Normal View History

2018-07-21 22:23:23 +00:00
{
"folders": [
{
"path": "code/src"
},
{
"path": "code/include"
}
2018-07-28 18:00:09 +00:00
],
"settings": {
"files.associations": {
"__split_buffer": "cpp",
"__tree": "cpp",
"array": "cpp",
"bitset": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"map": "cpp",
"queue": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"utility": "cpp",
"vector": "cpp"
}
}
2018-07-21 22:23:23 +00:00
}