Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 3.06 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.0 (2023-04-01)

Features

  • extension.ts: add ic10.lsp.restart and ic10.lsp.version commands to the extension (3572864)
  • package.json: add configuration options for ic10 language server, including max_lines, max_columns, and warnings for overline and overcolumn comments. (72a48b2)

0.3.0 (2023-03-30)

Features

  • extension.ts: add support for untitled files in the IC10 language client document selector (4a5bc50)

0.2.0 (2023-03-29)

0.1.1 (2023-03-29)

0.1.0 (2023-03-29)

0.0.10 (2023-03-28)

0.0.9 (2023-03-28)

Features

  • release.yml: add GitHub Actions workflow for releasing the language server and VSCode extension. The workflow downloads the latest release of the language server from the Xandaros/ic10lsp repository, installs dependencies, packages the VSCode extension, creates a GitHub release, and publishes the extension to the VS Marketplace. (d3e7279)

0.0.8 (2023-03-28)

0.0.7 (2023-03-28)

0.0.6 (2023-03-28)

0.0.5 (2023-03-28)

Features

  • .gitignore: add ignore rules for out, dist, node_modules, .vscode-test/ and *.vsix files (d032fc5)
  • add IC10 language support extension for VS Code with completions, hover information, signature help, goto definition, diagnostics, and more. (4036b52)

Change Log

All notable changes to the "ic10-language-support" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.