-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add instructions for creating a course distribution #115
base: master
Are you sure you want to change the base?
Conversation
Issues
======
- Added 13
See the complete overview on Codacy |
- Log File Highlighter `emilast.logfilehighlighter` | ||
- Rainbow CSV `mechatroner.rainbow-csv` | ||
- Edit csv `janisdd.vscode-edit-csv` | ||
- Data Preview `randomfractalsinc.vscode-data-preview` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
## Requirements | ||
|
||
- OpenDA Win64 build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,51 @@ | |||
# Instructions for creating distribution for the OpenDA course |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Requirements | ||
|
||
- OpenDA Win64 build | ||
- Java JRE x64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
After setup install the following useful extensions (`File -> Preferences -> Extensions`): | ||
|
||
- Log File Highlighter `emilast.logfilehighlighter` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
- Log File Highlighter `emilast.logfilehighlighter` | ||
- Rainbow CSV `mechatroner.rainbow-csv` | ||
- Edit csv `janisdd.vscode-edit-csv` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After setup install the following useful extensions (`File -> Preferences -> Extensions`): | ||
|
||
- Log File Highlighter `emilast.logfilehighlighter` | ||
- Rainbow CSV `mechatroner.rainbow-csv` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Edit csv `janisdd.vscode-edit-csv` | ||
- Data Preview `randomfractalsinc.vscode-data-preview` | ||
- XML `redhat.vscode-xml` | ||
- Python `ms-python.python` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
- OpenDA Win64 build | ||
- Java JRE x64 | ||
- Visual Studio Code portable mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Rainbow CSV `mechatroner.rainbow-csv` | ||
- Edit csv `janisdd.vscode-edit-csv` | ||
- Data Preview `randomfractalsinc.vscode-data-preview` | ||
- XML `redhat.vscode-xml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Python `ms-python.python` | ||
|
||
For the the XML plugin a JRE is required. Configure `xml.java.home` in the Visual Studio Code `settings.json` file like | ||
```json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: [code-block-style] Code blocks should be indented
|
||
Visual Studio Code supports a [Portable mode](https://code.visualstudio.com/docs/editor/portable). This mode enables all data created and maintained by VS Code to live near itself, so it can be moved around across environments. | ||
|
||
Follow the instructions provided by Microsoft on https://code.visualstudio.com/docs/editor/portable. When unzipping Visual Studio Code make sure that target location is `course_distribution\visual studio code`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
|
||
## Java JRE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Describe the tasks for creating a course distribution for Windows:
The following steps are described: