Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 19:50

Initial release.

Added

  • Language server for Cisco IOS/IOS-XE config files (built on the cisco language ID
    from Y-Ysss.cisco-config-highlight):
    • Completions — context-aware by config block (interface, router, class-map,
      policy-map, line, global).
    • Hover — syntax reminders for known keywords.
    • Diagnostics — unknown top-level commands, invalid interface types, out-of-range
      VLAN IDs, malformed IPv4 addresses.
  • Packaging as a shareable .vsix (npm run package), with production dependencies
    bundled (no build step).
  • Original Golden Gate Bridge icon with a terminal-style wordmark.
  • Automated releases: pushing a vX.Y.Z tag builds and publishes the .vsix via GitHub
    Actions.

Full Changelog: https://github.com/Aswertus/cisco-lsp/commits/v0.1.0