Skip to content

Commit

Permalink
🐛 fix broken link to releases pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispahm authored Nov 24, 2023
1 parent a7f2d33 commit a12303a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# gams-ide

**🚧 This package is still in early development. If you run into issues, please submit an issue here on GitHub, or write a short mail.
The package is not in the VSCode marketplace yet, so you need to install it manually. See [Installation](#installation) below. 🚧**
> [!WARNING]
> 🚧 This package is still in early development. If you run into issues, please submit an issue here on GitHub, or write a short mail.
> The package is not in the VSCode marketplace yet, so you need to install it manually. See [Installation](#installation) below. 🚧**
A GAMS IDE plugin for VSCode. Provides a compilation checker for your [GAMS](https://www.gams.com/) models,
a sidebar for symbol investigation/navigation, and a symbol panel. Also supports listing files (.lst). Successor of the [linter-gams](https://github.com/chrispahm/linter-gams) extension for Atom.

![gams-ide](https://github.com/chrispahm/linter-gams/assets/20703207/1a615b3c-1908-48fe-ab9c-a7497c91b8f8)

## Installation
You can download the latest version of the package from the [releases page]() and install it manually by opening the command palette (`ctrl-shift-p`) and typing `Extensions: Install from VSIX...`. Then select the downloaded file.
You can download the latest version of the package from the [releases page](https://github.com/chrispahm/gams-ide/releases) and install it manually by opening the command palette (`ctrl-shift-p`) and typing `Extensions: Install from VSIX...`. Then select the downloaded file.

## Configuration
### Global configuration
Expand Down Expand Up @@ -95,4 +96,4 @@ Please feel free to submit an issue or a pull request!

gams-ide is available under the [MIT license](http://opensource.org/licenses/MIT).

Note that this packages is not affiliated to the official GAMS development corp.
Note that this packages is not affiliated to the official GAMS development corp.

0 comments on commit a12303a

Please sign in to comment.