Skip to content

islandcontroller/atmel-wincupl-devcontainer

Repository files navigation

atmel-wincupl-devcontainer

License GitHub Docker Hub Docker Image Version (latest semver)

Atmel WinCUPL development environment inside a VSCode devcontainer.

Screenshot

Packages

Running the demo

  • Clone this repo.
  • Open the demo subdirectory in VSCode.
  • Click on the pop-up or use F1 and run Reopen in container.
  • In the container, open the demo.pld file.
  • Run the default build task with Ctrl+Shift+B.

For more info about the demo, see the demo README.

Usage

  • Copy the devcontainer.json to your project's .devcontainer directory.
  • Copy the tasks.json to your project's .vscode directory.
  • Run the Reopen in container command.
  • Open a CUPL source file.
  • Press Ctrl+Shift+B to run the build task.

The default build task included with tasks.json will try to build the currently opened editor file.

Help and References

Licensing

If not stated otherwise, the contents of this project are licensed under The MIT License. The full license text is provided in the LICENSE file.

SPDX-License-Identifier: MIT