v0.1.0
Initial release.
Added
- Language server for Cisco IOS/IOS-XE config files (built on the
ciscolanguage ID
fromY-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.
- Completions — context-aware by config block (interface, router, class-map,
- 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.Ztag builds and publishes the.vsixvia GitHub
Actions.
Full Changelog: https://github.com/Aswertus/cisco-lsp/commits/v0.1.0