Skip to content

VSCode extension for ND280 software development

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

davehadley/nd280-vscode-extension

nd280 README

Usage

You may need to set the nd280.nd280SoftwarePilotProfile and nd280.highland2SoftwarePilotProfile settings first. You should also install the CMake extension for VSCode.

Features

  • Automatically configures VSCode for ND280 software development.

Requirements

Extension Settings

This extension contributes the following settings:

  • nd280.nd280SoftwarePilotProfile: Path to the ND280 software pilot setup script. If not set, the extension will look in the directory set by the ND280_PILOT environment variable.
  • nd280.highland2SoftwarePilotProfile: Path to the Highland 2 software pilot setup script. If not set, the extension will look in the directory set by the HIGHLAND2_PILOT environment variable.

Known Issues

As the ND280 software is only supported on Linux, this extension is also only supported on Linux. However, it should work correctly on a Windows/Mac OS client editing a Linux remote/docker host.

Please report issues on the issue tracker.

Release Notes

0.1.0

First released version.

Building and Installing this Extension from Source

  • Install npm.
  • Inside the package root directory run npm install.
  • Run npm test to run automated tests.
  • Build the package: npm run package.
  • Install it locally with code --install-extension nd280-0.1.3.vsix.
  • To publish a new version to the VS Code marketplace: npm run login && npm run publish

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

VSCode extension for ND280 software development

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published