asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

AsciiDoc support for Visual Studio Code using Asciidoctor

Results 215 asciidoctor-vscode issues
Sort by recently updated
recently updated
newest added
trafficstars

In Atom, when I write a variable, such as `{context}`, the variable gets highlighted. In VSCode only the brackets get highlighted. Is it possible to highlight the entire variable?

✨ enhancement
💬 discussion

In Atom, when I write an ordered list (with . markers at the start of every item) or an unordered list (with * markers at the start of every item),...

✨ enhancement
💬 discussion

![image](https://user-images.githubusercontent.com/47076058/206893952-9c4f4cb9-1cf6-400b-ab1c-04cdb7f627d8.png) As in picture, source highlight of Ascii can support Integrated language like json but can not support language Autohotkey2 which the installed extension of this language has identified it...

✨ enhancement
💬 discussion

The latest release replaced the complete changelog by the release changelog: https://github.com/asciidoctor/asciidoctor-vscode/blob/master/CHANGELOG.md

🐞 bug
✨ enhancement
⚙️ infrastructure

After editing includes for a document, images or an `.asciidoctorconfig` file and when I then return to the original document, the preview still shows the old contents. I then trigger...

✨ enhancement
💬 discussion

Given: ``` link:foo.adoc[role=bar] ``` It should produce: ```html full.adoc ``` But currently, the class is `"undefined"`.

🐞 bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | | | lockFileMaintenance | All locks refreshed | | [@antora/content-classifier](https://antora.org) ([source](https://gitlab.com/antora/antora)) | dependencies...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@asciidoctor/core](https://redirect.github.com/asciidoctor/asciidoctor.js) | dependencies | major | [`2.2.7` -> `3.0.4`](https://renovatebot.com/diffs/npm/@asciidoctor%2fcore/2.2.7/3.0.4) | | [@asciidoctor/docbook-converter](https://redirect.github.com/asciidoctor/asciidoctor-docbook.js) |...

Type: Bug When I Ctrl+left-click to select 2 files, then right-click one of the files to show the context menu, the last file I selected is un-selected, leaving only the...