Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Nomad Language ServerNew to Visual Studio Code? Get it now.
Nomad Language Server

Nomad Language Server

loczek

|
2 installs
| (0) | Free
A fully featured Language Server Extension for Nomad
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nomad

A VSCode extension for the nomad-ls language server.

Features

  • Autocomplete
  • Diagnostics
  • Formatting
  • Hover information
  • Driver support (docker, exec, raw_exec, qemu, java)
  • Multiple languages support (Nomad Job, Nomad Agent, ...)

Configure file associations

The only default suffix is .nomad and it matches to Nomad Job, other languages need to be configured to work e.g.

// .vscode/settings.json
{
  "files.associations": {
    "*.nomad.acl": "nomad-acl",
    "**/agent/*.nomad": "nomad-agent",
    "**/csi/*.nomad.csi": "nomad-volume-csi",
    "**/host/*.nomad.dyn": "nomad-volume-dynamic-host",
    "*.nomad": "nomad-job",
    "*.nomad.ns": "nomad-namespace",
    "*.nomad.np": "nomad-node-pool",
    "*.nomad.rq": "nomad-resource-quota",
    "*.nomad.var": "nomad-variable",
  },
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft