Skip to content

Additional info for setting up Visual Studio Code #68

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dominiquekleeven
Copy link
Contributor

Added an example of a .vscode/launch.json that contains launch configurations based on our IntelliJ launch profiles.

Tested it on the main repo and on https://github.com/openremote/custom-project, which seems to work fine.

@dominiquekleeven dominiquekleeven marked this pull request as draft April 9, 2025 17:23
@dominiquekleeven
Copy link
Contributor Author

Put to draft since there are still some issues getting the different setups to be ran e.g. test and demo

@wborn wborn requested a review from Copilot August 2, 2025 06:36
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances the Visual Studio Code IDE setup documentation by providing concrete launch configuration examples. The purpose is to help developers more easily configure and run OpenRemote Manager with different setups in VS Code.

  • Added an example .vscode/launch.json file with three launch configurations: Empty Setup, Demo Setup, and Test Setup
  • Updated documentation with keyboard shortcut clarification and improved formatting
  • Added reference link to VS Code Java documentation for advanced configuration options
Comments suppressed due to low confidence (3)

docs/developer-guide/setting-up-an-ide.md:120

  • Remove the trailing comma after "manager" as it's the last property in this JSON object configuration.
            "projectName": "manager",

docs/developer-guide/setting-up-an-ide.md:137

  • Remove the trailing comma after "setup" as it's the last property in this JSON object configuration.
            "projectName": "setup",

docs/developer-guide/setting-up-an-ide.md:138

  • Remove the trailing comma after the last configuration object as it's the final element in the configurations array.
        },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant