Atmel WinCUPL development environment inside a VSCode devcontainer.
- Wine (32-bit)
- Atmel WinCUPL Version 5.30.4
- Clone this repo.
- Open the
demosubdirectory in VSCode. - Click on the pop-up or use
F1and runReopen in container. - In the container, open the
demo.pldfile. - Run the default build task with
Ctrl+Shift+B.
For more info about the demo, see the demo README.
- Copy the
devcontainer.jsonto your project's.devcontainerdirectory. - Copy the
tasks.jsonto your project's.vscodedirectory. - Run the
Reopen in containercommand. - Open a CUPL source file.
- Press
Ctrl+Shift+Bto run the build task.
The default build task included with tasks.json will try to build the currently opened editor file.
- tlgkccampbell/code-cupl VSCode plugin for WinCUPL
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
