Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>EtangleASM Assembly LanguageNew to Visual Studio Code? Get it now.
EtangleASM Assembly Language

EtangleASM Assembly Language

etangleasm-language

| (0) | Free
Language support for EtangleASM on Visual Studio Code with syntax highlighting, snippets, contextual completions, build and run commands, and inline diagnostics.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

EtangleASM Assembly Language

Dedicated Visual Studio Code packaging target for EtangleASM.

This folder keeps a separate VS Code manifest and Marketplace flow while reusing the shared implementation files from ../vscode-etangleasm.

Shared implementation files:

  • ../vscode-etangleasm/extension.js
  • ../vscode-etangleasm/data/
  • ../vscode-etangleasm/icons/
  • ../vscode-etangleasm/syntaxes/
  • ../vscode-etangleasm/snippets/

Package a VSIX with the standard VS Code Marketplace toolchain:

powershell -ExecutionPolicy Bypass -File .\build_vsix.ps1

Publish to Visual Studio Marketplace:

$env:VSCE_PAT = "your-marketplace-token"
powershell -ExecutionPolicy Bypass -File .\publish_vs_code.ps1

The scripts stage a clean local copy of the extension and call @vscode/vsce through npx.cmd, which avoids the PowerShell npm.ps1 execution-policy issue.

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