Skip to content

Commit

Permalink
Build new with UNIX. See #16
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Nov 30, 2023
1 parent 053c0a3 commit d694be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,9 @@ The project `org.metafacture.flux.vsc` provides an extension for Visual Studio C

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. Clone metafacture-flux project and change directory
Expand Down
2 changes: 1 addition & 1 deletion org.metafacture.flux.vsc/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "flux",
"displayName": "flux",
"description": "Language Support for Metafacture Flux (Xtext Language Server for Metfacture Flux). For more information, visit https://metafacture.org",
"version": "0.0.2",
"version": "0.1.0",
"publisher": "metafacture",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit d694be2

Please sign in to comment.