We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296aedb commit 64863b6Copy full SHA for 64863b6
io.sloeber.core/src/io/sloeber/core/managers/ArduinoPlatform.java
@@ -205,6 +205,8 @@ public IStatus remove(IProgressMonitor monitor) {
205
return Status.OK_STATUS;
206
}
207
208
+ //jaba added the @SuppressWarnings("nls") because I added some debugging stuff
209
+ @SuppressWarnings("nls")
210
public IStatus install(IProgressMonitor monitor) {
211
// Check if we're installed already
212
if (isInstalled()) {
0 commit comments