Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.v file support. #87

Draft
wants to merge 67 commits into
base: main
Choose a base branch
from
Draft

.v file support. #87

wants to merge 67 commits into from

Conversation

DikieDick
Copy link
Contributor

No description provided.

DikieDick and others added 30 commits February 7, 2024 11:19
* Update issue templates

* Update issue templates
…eable/waterproof-vscode into prosemirror-document-construction
This settings gets rid of the errors telling us that `matchAll` is not supported by
telling vscode to use the correct version of typescript that we use.
Previously a document without any input areas would throw
a 'failed to create pm webview' error. This has been fixed by implementing
an early return in the case that there are no input areas in the document.

Also includes nicer debug print of 'failed to create pm editor'.
Plus remove console.log cluttering the output.
Input can be created with `(* begin input *)` and `(* end input *)`.
Hint can be created with `(* begin hint : [title] *)` and `(* end hint *)`.
DikieDick and others added 25 commits May 3, 2024 19:53
…eable/waterproof-vscode into prosemirror-document-construction
This fix is no longer needed with the introduction of the new way
of constructing ProseMirror documents.
There was a big in the empty coq cell code that caused the parser
to consider a coqcell containing only coqdoc as empty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants