WIP: Add instructions for creating a course distribution#115
Open
WIP: Add instructions for creating a course distribution#115
Conversation
Member
|
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` |
Member
There was a problem hiding this comment.
|
|
||
| ## Requirements | ||
|
|
||
| - OpenDA Win64 build |
Member
There was a problem hiding this comment.
| @@ -0,0 +1,51 @@ | |||
| # Instructions for creating distribution for the OpenDA course | |||
Member
There was a problem hiding this comment.
| ## Requirements | ||
|
|
||
| - OpenDA Win64 build | ||
| - Java JRE x64 |
Member
There was a problem hiding this comment.
|
|
||
| After setup install the following useful extensions (`File -> Preferences -> Extensions`): | ||
|
|
||
| - Log File Highlighter `emilast.logfilehighlighter` |
Member
There was a problem hiding this comment.
|
|
||
| - Log File Highlighter `emilast.logfilehighlighter` | ||
| - Rainbow CSV `mechatroner.rainbow-csv` | ||
| - Edit csv `janisdd.vscode-edit-csv` |
Member
There was a problem hiding this comment.
| After setup install the following useful extensions (`File -> Preferences -> Extensions`): | ||
|
|
||
| - Log File Highlighter `emilast.logfilehighlighter` | ||
| - Rainbow CSV `mechatroner.rainbow-csv` |
Member
There was a problem hiding this comment.
| - Edit csv `janisdd.vscode-edit-csv` | ||
| - Data Preview `randomfractalsinc.vscode-data-preview` | ||
| - XML `redhat.vscode-xml` | ||
| - Python `ms-python.python` |
Member
There was a problem hiding this comment.
|
|
||
| - OpenDA Win64 build | ||
| - Java JRE x64 | ||
| - Visual Studio Code portable mode |
Member
There was a problem hiding this comment.
| - Rainbow CSV `mechatroner.rainbow-csv` | ||
| - Edit csv `janisdd.vscode-edit-csv` | ||
| - Data Preview `randomfractalsinc.vscode-data-preview` | ||
| - XML `redhat.vscode-xml` |
Member
There was a problem hiding this comment.
| - 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 |
Member
There was a problem hiding this comment.
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`. |
Member
There was a problem hiding this comment.
|
|
||
|
|
||
|
|
||
| ## Java JRE |
Member
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the tasks for creating a course distribution for Windows:
The following steps are described: