mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-19 18:55:01 +00:00
build: bump version to 0.12.20 (#1345)
* docs: editing changelog * build: bump version to 0.12.20 * docs: update changelog * build: bump dependencies * fix: snapshot and compile error
This commit is contained in:
parent
cdd9282c37
commit
f3329b8dc4
10 changed files with 443 additions and 410 deletions
|
@ -170,8 +170,6 @@ impl DocumentMetricsWorker<'_> {
|
|||
| FrameItem::Image(..)
|
||||
| FrameItem::Tag(..)
|
||||
| FrameItem::Link(..) => Some(()),
|
||||
#[cfg(not(feature = "no-content-hint"))]
|
||||
FrameItem::ContentHint(..) => Some(()),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ source: crates/tinymist-query/src/completion.rs
|
|||
description: "Completion on \n (47..48)"
|
||||
expression: "JsonRepr::new_pure(results)"
|
||||
input_file: crates/tinymist-query/src/fixtures/completion/raw_lang.typ
|
||||
snapshot_kind: text
|
||||
---
|
||||
[
|
||||
{
|
||||
|
@ -12,7 +11,7 @@ snapshot_kind: text
|
|||
{
|
||||
"kind": 21,
|
||||
"label": "Typst",
|
||||
"sortText": "142",
|
||||
"sortText": "145",
|
||||
"textEdit": {
|
||||
"newText": "typ",
|
||||
"range": {
|
||||
|
|
|
@ -3,7 +3,6 @@ source: crates/tinymist-query/src/completion.rs
|
|||
description: "Completion on \n (50..51)"
|
||||
expression: "JsonRepr::new_pure(results)"
|
||||
input_file: crates/tinymist-query/src/fixtures/completion/raw_lang_middle.typ
|
||||
snapshot_kind: text
|
||||
---
|
||||
[
|
||||
{
|
||||
|
@ -12,7 +11,7 @@ snapshot_kind: text
|
|||
{
|
||||
"kind": 21,
|
||||
"label": "Typst",
|
||||
"sortText": "142",
|
||||
"sortText": "145",
|
||||
"textEdit": {
|
||||
"newText": "typ",
|
||||
"range": {
|
||||
|
|
|
@ -3,7 +3,6 @@ source: crates/tinymist-query/src/completion.rs
|
|||
description: "Completion on \n (50..51)"
|
||||
expression: "JsonRepr::new_pure(results)"
|
||||
input_file: crates/tinymist-query/src/fixtures/completion/raw_lang_middle_lower.typ
|
||||
snapshot_kind: text
|
||||
---
|
||||
[
|
||||
{
|
||||
|
@ -12,7 +11,7 @@ snapshot_kind: text
|
|||
{
|
||||
"kind": 21,
|
||||
"label": "Typst",
|
||||
"sortText": "142",
|
||||
"sortText": "145",
|
||||
"textEdit": {
|
||||
"newText": "typ",
|
||||
"range": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue