Skip to content

Commit

Permalink
Add hint to README regarding problems when build on Windows. See #315
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Nov 8, 2023
1 parent 6cf83ae commit fde1e35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ The project `metafix-vsc` provides an extension for Visual Studio Code / Codium

Build extension:

> [!IMPORTANT]
> There is a problem when building the extension on Windows and installing the extension on a Linux system afterwards. In some cases the Xtext Server won't start. So if you want to use the extension not only on windows, build the extension on a Linux system or on a Linux Subsystem on Windows.
1. Install Visual Studio Code / alternative: VS Codium
2. Install Node.js (including npm)
3. In metafacture-fix execute:
Expand Down
2 changes: 1 addition & 1 deletion metafix-vsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fix",
"displayName": "fix",
"description": "Language Support for Metafacture Fix (Xtext Language Server for Metafacture Fix). For more information, visit https://metafacture.org",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "metafacture",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit fde1e35

Please sign in to comment.