-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio_cubemx.code-workspace
30 lines (30 loc) · 1.9 KB
/
platformio_cubemx.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
{
"folders": [
{
"name": "headcrab-disco",
"path": "."
},
{
"path": "..\\headcrab-cubemx"
}
],
"settings": {
"terminal.integrated.env.windows": {
"PATH": "C:\\Users\\leoneq\\.platformio\\penv\\Scripts;C:\\Users\\leoneq\\.platformio\\penv;C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.11.9-hotspot\\bin;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files (x86)\\Bitvise SSH Client;C:\\Program Files\\Git\\cmd;C:\\Users\\leoneq\\scoop\\shims;C:\\Users\\leoneq\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\leoneq\\AppData\\Local\\GitHubDesktop\\bin;C:\\Users\\leoneq\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin;;C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.11.9-hotspot\\bin;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files (x86)\\Bitvise SSH Client;C:\\Program Files\\Git\\cmd;C:\\Users\\leoneq\\scoop\\shims;C:\\Users\\leoneq\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\leoneq\\AppData\\Local\\GitHubDesktop\\bin;C:\\Users\\leoneq\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin;",
"PLATFORMIO_CALLER": "vscode"
},
"files.associations": {
"type_traits": "c",
"array": "c",
"deque": "c",
"string": "c",
"vector": "c",
"string_view": "c",
"sstream": "c",
"main.h": "c",
"unordered_map": "cpp",
"initializer_list": "cpp",
"stdlib.h": "c"
}
}
}