Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>nsL AssemblerNew to Visual Studio Code? Get it now.
nsL Assembler

nsL Assembler

idleberg

|
18,584 installs
| (0) | Free
Language syntax, IntelliSense and build system for nsL Assembler
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-nsl-assembler

Version Visual Studio Marketplace Installs Open VSX Downloads Build

Language syntax, snippets and build system for nsL Assembler.

Installation

Extension Marketplace

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

ext install nsl-assembler

Packaged Extension

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

$ code --install-extension nsl-assembler-*.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.nsl-assembler

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 nsl-assembler:

$ git clone https://github.com/idleberg/vscode-nsl-assembler nsl-assembler

Usage

To transpile [nsL Assembler][nsl], use the nsL Assembler: Transpile code command from the command-palette. The path to nsL.jar is specified in your user settings.

Example:

{
	"nsl-assembler.pathToJar": "path\\to\\nsL.jar",
	"nsl-assembler.customArguments": [
		"/nomake",
		"/nopause"
	]
}

License

This work is licensed under The MIT License.

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