-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBattlebots.code-workspace
20 lines (20 loc) · 2.82 KB
/
Battlebots.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"folders": [
{
"path": "Battlebots_Remote_Code"
},
{
"path": "Battlebots_Node_Code"
}
],
"settings": {
"terminal.integrated.env.windows": {
"PATH": "C:\\Users\\lgrei\\.platformio\\penv\\Scripts;C:\\Users\\lgrei\\.platformio\\penv;C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.3.7-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\\PuTTY\\;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\QuickTime\\QTSystem\\;C:\\Program Files\\nodejs\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\130\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\130\\DTS\\Binn\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Users\\lgrei\\AppData\\Local\\Programs\\Python\\Python37-32\\Scripts\\;C:\\Users\\lgrei\\AppData\\Local\\Programs\\Python\\Python37-32\\;C:\\Users\\lgrei\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\lgrei\\AppData\\Roaming\\npm;C:\\Users\\lgrei\\AppData\\Local\\GitHubDesktop\\bin;%USERPROFILE%\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.3.7-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\\PuTTY\\;C:\\Program Files\\Microsoft VS Code\\bin;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\QuickTime\\QTSystem\\;C:\\Program Files\\nodejs\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\130\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\130\\DTS\\Binn\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Users\\lgrei\\AppData\\Local\\Programs\\Python\\Python37-32\\Scripts\\;C:\\Users\\lgrei\\AppData\\Local\\Programs\\Python\\Python37-32\\;C:\\Users\\lgrei\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\lgrei\\AppData\\Roaming\\npm;C:\\Users\\lgrei\\AppData\\Local\\GitHubDesktop\\bin;%USERPROFILE%\\AppData\\Local\\Microsoft\\WindowsApps;",
"PLATFORMIO_CALLER": "vscode"
},
"files.associations": {
"functional": "cpp",
"type_traits": "cpp"
}
}
}