forked from teemuatlut/TMC2130Stepper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TMC2130Stepper.code-workspace
50 lines (50 loc) · 1.28 KB
/
TMC2130Stepper.code-workspace
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
40
41
42
43
44
45
46
47
48
49
50
{
"settings": {
"files.associations": {
"cctype": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"atomic": "cpp",
"hash_map": "cpp",
"strstream": "cpp",
"*.tcc": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cstdint": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"type_traits": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"array": "cpp",
"iomanip": "cpp",
"sstream": "cpp",
"tuple": "cpp",
"utility": "cpp"
}
},
"folders": [
{
"path": "."
}
]
}