This repository was archived by the owner on May 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPacifistaBot.code-workspace
More file actions
31 lines (31 loc) · 1.75 KB
/
PacifistaBot.code-workspace
File metadata and controls
31 lines (31 loc) · 1.75 KB
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
{
"folders": [
{
"path": "source_code"
},
{
"path": "3d_model"
},
{
"path": "android_app"
},
{
"path": "mount_guide"
},
{
"path": "pcb_files"
},
{
"path": "stl_files"
},
{
"path": "images"
}
],
"settings": {
"terminal.integrated.env.windows": {
"PATH": "C:\\Users\\AlexSantos\\.platformio\\penv\\Scripts;C:\\Users\\AlexSantos\\.platformio\\penv;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\LLVM\\bin;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Microsoft VS Code\\bin;C:\\xampp\\php;C:\\ProgramData\\ComposerSetup\\bin;C:\\Users\\Alex Santos\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Alex Santos\\AppData\\Local\\atom\\bin;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\AlexSantos\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\AlexSantos\\AppData\\Roaming\\Composer\\vendor\\bin;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\LLVM\\bin;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\Microsoft VS Code\\bin;C:\\xampp\\php;C:\\ProgramData\\ComposerSetup\\bin;C:\\Users\\Alex Santos\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Alex Santos\\AppData\\Local\\atom\\bin;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Users\\AlexSantos\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\AlexSantos\\AppData\\Roaming\\Composer\\vendor\\bin",
"PLATFORMIO_CALLER": "vscode"
}
}
}