Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AdocWeaveNew to Visual Studio Code? Get it now.
AdocWeave

AdocWeave

AdocWeave

|
3 installs
| (0) | Free
AdocWeave Language Server client and AsciiDoc syntax highlighting
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AdocWeave for Visual Studio Code

Open VSX

A Visual Studio Code extension for AdocWeave, an AsciiDoc processor. This extension provides the following features:

  • Syntax highlighting
  • Diagnostics
  • Formatting

Installation

Install adocweave.adocweave-vscode from the extension view of an editor that uses Open VSX, such as VSCodium. The official publisher is the adocweave namespace.

codium --install-extension adocweave.adocweave-vscode

Visual Studio Code itself reads the Visual Studio Marketplace, where this extension is not published. Install the verified VSIX from GitHub Releases manually instead. The file published to Open VSX is the same VSIX.

code --install-extension adocweave-vscode-<version>.vsix --force

Requirements

Install adocweave-lsp separately before using the language features. The extension first uses the absolute executable path in the machine-level adocweave.server.path setting. When that setting is empty, it searches the extension host's PATH.

The extension does not download or update the Language Server. If it cannot find the executable, follow the Language Server installation instructions in docs/user-guide/release-installation.adoc in the repository. The extension and Language Server negotiate supported features through the standard Language Server Protocol initialization.

License

MIT OR Apache-2.0

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