-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
337 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
// List of extensions which should be recommended for users of this workspace. | ||
"recommendations": [ | ||
"redhat.java", | ||
"vscjava.vscode-java-debug", | ||
"vscjava.vscode-java-dependency", | ||
"vscjava.vscode-java-pack", | ||
"vscjava.vscode-java-test", | ||
"vscjava.vscode-maven", | ||
"sonarsource.sonarlint-vscode", | ||
"yaozheng.vscode-pde" | ||
], | ||
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. | ||
"unwantedRecommendations": [ | ||
|
||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "java", | ||
"name": "Remote Kura debug", | ||
"request": "attach", | ||
"hostName": "${input:ipAddress}", | ||
"projectName": "${input:bundleProject}", | ||
"port": 8000 | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"id": "ipAddress", | ||
"type": "promptString", | ||
"description": "IP Address of the device running Kura" | ||
}, | ||
{ | ||
"id": "bundleProject", | ||
"type": "pickString", | ||
"description": "Select the bundle project to be debugged", | ||
"options":[ | ||
"org.eclipse.kura.ai.triton.server", | ||
"org.eclipse.kura.api", | ||
"org.eclipse.kura.asset.cloudlet.provider", | ||
"org.eclipse.kura.asset.helper.provider", | ||
"org.eclipse.kura.asset.provider", | ||
"org.eclipse.kura.ble.eddystone.provider", | ||
"org.eclipse.kura.ble.ibeacon.provider", | ||
"org.eclipse.kura.ble.provider", | ||
"org.eclipse.kura.broker.artemis.core", | ||
"org.eclipse.kura.broker.artemis.simple.mqtt", | ||
"org.eclipse.kura.broker.artemis.xml", | ||
"org.eclipse.kura.camel", | ||
"org.eclipse.kura.camel.cloud.factory", | ||
"org.eclipse.kura.camel.xml", | ||
"org.eclipse.kura.cloudconnection.eclipseiot.mqtt.provider", | ||
"org.eclipse.kura.cloudconnection.raw.mqtt.provider", | ||
"org.eclipse.kura.configuration.change.manager", | ||
"org.eclipse.kura.container.orchestration.provider", | ||
"org.eclipse.kura.container.provider", | ||
"org.eclipse.kura.core", | ||
"org.eclipse.kura.core.certificates", | ||
"org.eclipse.kura.core.cloud", | ||
"org.eclipse.kura.core.cloud.factory", | ||
"org.eclipse.kura.core.comm", | ||
"org.eclipse.kura.core.configuration", | ||
"org.eclipse.kura.core.crypto", | ||
"org.eclipse.kura.core.deployment", | ||
"org.eclipse.kura.core.inventory", | ||
"org.eclipse.kura.core.keystore", | ||
"org.eclipse.kura.core.net", | ||
"org.eclipse.kura.core.status", | ||
"org.eclipse.kura.core.system", | ||
"org.eclipse.kura.core.tamper.detection", | ||
"org.eclipse.kura.db.sqlite.provider", | ||
"org.eclipse.kura.deployment.agent", | ||
"org.eclipse.kura.docs", | ||
"org.eclipse.kura.driver.ble.sensortag.provider", | ||
"org.eclipse.kura.driver.ble.xdk", | ||
"org.eclipse.kura.driver.block", | ||
"org.eclipse.kura.driver.eddystone.provider", | ||
"org.eclipse.kura.driver.gpio.provider", | ||
"org.eclipse.kura.driver.helper.provider", | ||
"org.eclipse.kura.driver.ibeacon.provider", | ||
"org.eclipse.kura.driver.opcua.provider", | ||
"org.eclipse.kura.driver.s7plc.provider", | ||
"org.eclipse.kura.event.publisher", | ||
"org.eclipse.kura.hook.file.move.provider", | ||
"org.eclipse.kura.http.server.manager", | ||
"org.eclipse.kura.json.marshaller.unmarshaller.provider", | ||
"org.eclipse.kura.linux.bluetooth", | ||
"org.eclipse.kura.linux.clock", | ||
"org.eclipse.kura.linux.command", | ||
"org.eclipse.kura.linux.debian.provider", | ||
"org.eclipse.kura.linux.gpio", | ||
"org.eclipse.kura.linux.net", | ||
"org.eclipse.kura.linux.position", | ||
"org.eclipse.kura.linux.redhat.provider", | ||
"org.eclipse.kura.linux.systemd.provider", | ||
"org.eclipse.kura.linux.sysv.provider", | ||
"org.eclipse.kura.linux.usb", | ||
"org.eclipse.kura.linux.usb.aarch64", | ||
"org.eclipse.kura.linux.usb.armv6hf", | ||
"org.eclipse.kura.linux.usb.x86_64", | ||
"org.eclipse.kura.linux.watchdog", | ||
"org.eclipse.kura.localization", | ||
"org.eclipse.kura.localization.resources", | ||
"org.eclipse.kura.log.filesystem.provider", | ||
"org.eclipse.kura.misc.cloudcat", | ||
"org.eclipse.kura.net.admin", | ||
"org.eclipse.kura.net.admin.firewall", | ||
"org.eclipse.kura.net.configuration", | ||
"org.eclipse.kura.network.threat.manager", | ||
"org.eclipse.kura.nm", | ||
"org.eclipse.kura.protocol.can", | ||
"org.eclipse.kura.protocol.modbus", | ||
"org.eclipse.kura.request.handler.jaxrs", | ||
"org.eclipse.kura.rest.asset.provider", | ||
"org.eclipse.kura.rest.configuration.provider", | ||
"org.eclipse.kura.rest.network.status.provider", | ||
"org.eclipse.kura.rest.provider", | ||
"org.eclipse.kura.rest.wire.provider", | ||
"org.eclipse.kura.stress", | ||
"org.eclipse.kura.useradmin.store", | ||
"org.eclipse.kura.util", | ||
"org.eclipse.kura.web2", | ||
"org.eclipse.kura.web2.ext", | ||
"org.eclipse.kura.wire.ai.component.provider", | ||
"org.eclipse.kura.wire.camel", | ||
"org.eclipse.kura.wire.component.conditional.provider", | ||
"org.eclipse.kura.wire.component.join.provider", | ||
"org.eclipse.kura.wire.component.provider", | ||
"org.eclipse.kura.wire.db.component.provider", | ||
"org.eclipse.kura.wire.h2db.component.provider", | ||
"org.eclipse.kura.wire.helper.provider", | ||
"org.eclipse.kura.wire.provider", | ||
"org.eclipse.kura.wire.script.filter.provider", | ||
"org.eclipse.kura.wire.script.tools", | ||
"org.eclipse.kura.xml.marshaller.unmarshaller.provider" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"java.format.settings.url": "setups/formatting/KuraFormatter.xml", | ||
"editor.defaultFormatter": "redhat.java", | ||
"editor.formatOnSave": true, | ||
"java.debug.settings.onBuildFailureProceed": true, | ||
"java.compile.nullAnalysis.mode": "automatic", | ||
"java.configuration.updateBuildConfiguration": "interactive", | ||
"sonarlint.connectedMode.project": { | ||
"connectionId": "eclipse-kura", | ||
"projectKey": "org.eclipse.kura:kura" | ||
} | ||
} |
Oops, something went wrong.