Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

VS Code Support #12

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

manthonyaiello
Copy link
Collaborator

Provide an anod command for configuring an OpenUxAS repository for use with VS Code along with documentation in the README.

This commit adds a new command to anod: `anod configure-vscode`. When
run, this command will create the file `c_cpp_properties.json` and place
it, by default, in `develop/OpenUxAS/.vscode`. The configuration will
include the necessary include search paths for the spec given.

The envisioned use case is during OpenUxAS development. When `anod
devel-setup` is run, `anod configure-vscode` is automatically run: this
yields the correct c_cpp_properties.json to provide full intellisense
for OpenUxAS development.

If desired, the user can override the default destination or can output
the configuration to STDOUT.
Create anod command to generate VS Code config
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants