We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e551eb1 commit 3f479aeCopy full SHA for 3f479ae
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [0.9.0] - 2021-04-16
4
+
5
+- Use `documentation` instead of `detail` property for suggestions
6
+ + This should fix incorrect newlines in intellisense (issue #21)
7
8
## [0.8.0] - 2021-03-16
9
10
- Add support for `Pweave Markdown` files
package.json
@@ -2,7 +2,7 @@
"name": "pandocciter",
"displayName": "Pandoc Citer",
"description": "Autocomplete bibtex citations for markdown/pandoc",
- "version": "0.8.0",
+ "version": "0.9.0",
"publisher": "notZaki",
"license": "MIT",
"engines": {
0 commit comments