-
Notifications
You must be signed in to change notification settings - Fork 0
review #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
review #3
Conversation
|
|
||
| if (!CMakeLists.includes("#local")) { | ||
| if (!CMakeLists.includes("#local")) { // What is this? Why does CMakeLists include #local? | ||
| // I'm guessing it's because you are lazy and you didn't use an `if` in the CMakeLists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its because i want to know if i need to delete the things in cbuild
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would you ever need to delete them?
It's dumb.
Have two different build directories for roborio and local.
I suggest build/local and build/roborio
| "Build Local", | ||
| "vscode-miscar", | ||
| new vscode.ShellExecution( | ||
| // Unless you are a complete dumbass, you know this doesn't work on other OSs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will think about other solution for os
| const deploy = async (context: vscode.ExtensionContext) => { | ||
| // I'm not checking this. | ||
| // It's way to similar to the fast deploy. | ||
| // You gotta extract the shared code into a function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will do it
| ] | ||
| let connects: any[] = [] | ||
| adresses.map((adress) => { | ||
| adresses.map((adress) => { // Address is pronounced with a double d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least i was close
| "172.22.11.2", | ||
| "roborio-1574-frc.local", | ||
| "roborio-1574-frc.local", // Try to generalize the team number. | ||
| // Learn about VSCode extension preferences, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try to do that
No description provided.