Skip to content

Commit c7ce860

Browse files
authored
Merge pull request #332 from metafacture/315-fixXtextServerFailure
Add hint to README regarding problems when build on Windows
2 parents 359f77c + a630d7c commit c7ce860

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ The project `metafix-vsc` provides an extension for Visual Studio Code / Codium
3636

3737
Build extension:
3838

39+
> [!IMPORTANT]
40+
> 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.
41+
3942
1. Install Visual Studio Code / alternative: VS Codium
4043
2. Install Node.js (including npm)
4144
3. In metafacture-fix execute:

metafix-vsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fix",
33
"displayName": "fix",
44
"description": "Language Support for Metafacture Fix (Xtext Language Server for Metafacture Fix). For more information, visit https://metafacture.org",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"publisher": "metafacture",
77
"license": "Apache-2.0",
88
"engines": {

0 commit comments

Comments
 (0)