Skip to content

Releases: siegebell/vscoq

v0.2.6

05 Dec 04:43
Compare
Choose a tag to compare
  • partial resolution to #100 - allow specifying where user-settings should go. Note: this setting may be removed in the future when vscode supports this functionality.
    • setting: coq.hacks.userSettingsLocation
  • fixes #101 #102 #103 #104 (UI & parsing)

v0.2.5

02 Dec 05:37
Compare
Choose a tag to compare
  • external view: option to host the proof-view via a webserver (#96)
    • settings: coq.externalViewScheme
  • fixes: #96 #98 #99

v0.2.4

01 Dec 18:21
Compare
Choose a tag to compare
  • "finish computations" command (#24)
    command: "Finish Computations" --> "extension.coq.finishComputations"
  • customize proof-view theme (#91)
    command: "Customize proof-view styling" --> "extension.coq.proofView.customizeProofViewStyle"
  • better auto-indenting (#87 #88)
    settings: coq.editor.indentAfterBullet,
  • support custom command to externally view proof-state (#95)
    settings: coq.externalViewUrlCommand
  • feature: reveal cached proof state at cursor (#66)
    settings: coq.autoRevealProofStateAtCursor
    command: "View the proof-state at the cursor position" --> "extension.coq.proofView.viewStateAt"
  • fix #94 #93 #92

v0.2.0

25 Nov 20:40
Compare
Choose a tag to compare
  • Support for Coq 8.6
  • LtacProfiling results view
  • basic symbols/definition lookup within document
  • some coloring for richpp message in proof-view
  • new feature: synchronous interpret to point
  • new option: interpretToEndOfLine
  • graceful handling of 'coqtop not found'

v0.1.5

08 Nov 17:18
Compare
Choose a tag to compare
  • fixed broken dependencies

v0.1.4

08 Nov 16:57
Compare
Choose a tag to compare
  • support for RichPP in the 8.6 protocol (no highlighting as of yet)
  • apply prettify-symbols-mode to query results, errors, and messages
  • more snippets
  • parser fixes (better Unicode handling)

Initial public release

04 Nov 03:32
Compare
Choose a tag to compare

First public release.

fix status bar timer & simpl highlighting logic

18 Oct 06:03
Compare
Choose a tag to compare
0.0.1-beta.2

simplify highlighting logic; make client dumb

initial release

18 Oct 02:12
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

basic support for Coq 8.5.

  • Note: coqtopw.exe allows this extension to interrupt computations on Windows.