Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iewnfod/caie-code-extension
https://github.com/iewnfod/caie-code-extension
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iewnfod/caie-code-extension
- Owner: iewnfod
- License: mpl-2.0
- Created: 2023-07-04T01:51:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T06:03:24.000Z (5 months ago)
- Last Synced: 2024-11-13T07:13:28.737Z (2 months ago)
- Language: TypeScript
- Size: 184 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CAIE Pseudocode
## Usage
You must install the [CAIE_Code](https://github.com/iewnfod/CAIE_Code) binary to use this extension.
The extension recognizes files that end with `.cpc`as PseudoCode files.
Press `F5` to run `.cpc` files, `F8` to update the CAIE Code Binary File.
## Configuration
1. Open VS Code Preference
2. Find `Extension → CAIE Pseudocode`
3. Modify `My Cpc Config:Interpreter Path`
1. Windows:
```ps1
"C:\path\to\repo\bin\cpc.exe"
```2. macOS/Linux:
```bash
/path/to/repo/bin/cpc
```## Language Repository
[CAIE_Code](https://github.com/iewnfod/CAIE_Code)