https://github.com/openfluid/openfluid-vscode-extension
VScode extension for OpenFLUID
https://github.com/openfluid/openfluid-vscode-extension
openfluid vscode vscode-extension
Last synced: 11 months ago
JSON representation
VScode extension for OpenFLUID
- Host: GitHub
- URL: https://github.com/openfluid/openfluid-vscode-extension
- Owner: OpenFLUID
- License: mit
- Created: 2022-10-14T10:04:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:27:45.000Z (about 3 years ago)
- Last Synced: 2025-01-01T00:45:35.193Z (about 1 year ago)
- Topics: openfluid, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VScode extension for OpenFLUID
Visual Studio Code extension for the [OpenFLUID](https://www.openfluid-project.org/) software environment.
OpenFLUID is dedicated to spatial modelling and simulation in landscapes.
⚠️ This VScode extension is currently in early development stage. Do not use it for production works.
## Features
* ✨ Create source code for an OpenFLUID simulator, observer or builder-extension
## Usage
_TO BE WRITTEN_
## Requirements
This extension requires the OpenFLUID command line tool to be installed locally.
If the OpenFLUID installation is not accessible by default, the installation prefix path can be set in the extension settings.
## Settings
### Installation path
A custom prefix path to the OpenFLUID installation can be set in Settings UI
or using the `openfluid.paths.installPrefix` key in the settings file. Leave it blank to use the default standard installation.
```json
"openfluid.paths.installPrefix": "/path/to/custom/install"
```