Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Haskell NSISNew to Visual Studio Code? Get it now.
Haskell NSIS

Haskell NSIS

idleberg

|
29,289 installs
| (0) | Free
Haskell snippets for NSIS
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-haskell-nsis

Version Visual Studio Marketplace Installs Open VSX Downloads Build

Snippets for Haskell NSIS

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install haskell-nsis

Packaged Extension

Download the package extension from the the release page and install it from the command-line:

$ code --install-extension haskell-nsis-*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx command-line tool:

$ ovsx get idleberg.haskell-nsis

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows Powershell
cd $Env:USERPROFILES\.vscode\extensions

# Windows Command Prompt
$ cd %USERPROFILE%\.vscode\extensions
# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as haskell-nsis:

$ git clone https://github.com/idleberg/vscode-haskell-nsis haskell-nsis

License

This work is license under The MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft