summaryrefslogtreecommitdiff
path: root/support/texlab/src/tests/snapshots/texlab__tests__issues__issue_707.snap
blob: 38e15f81031d522bd4269acef4c4027cd00947d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
source: src/tests/issues.rs
expression: "serde_json::from_value::<Option<Options>>(serde_json::json!({})).unwrap().unwrap_or_default()"
---
Options {
    root_directory: None,
    aux_directory: None,
    bibtex_formatter: Texlab,
    latex_formatter: Latexindent,
    formatter_line_length: None,
    diagnostics: DiagnosticsOptions {
        allowed_patterns: [],
        ignored_patterns: [],
    },
    diagnostics_delay: DiagnosticsDelay(
        300ms,
    ),
    build: BuildOptions {
        executable: BuildExecutable(
            "latexmk",
        ),
        args: BuildArgs(
            [
                "-pdf",
                "-interaction=nonstopmode",
                "-synctex=1",
                "%f",
            ],
        ),
        on_save: false,
        forward_search_after: false,
    },
    chktex: ChktexOptions {
        on_open_and_save: false,
        on_edit: false,
    },
    latexindent: LatexindentOptions {
        local: None,
        modify_line_breaks: false,
    },
    forward_search: ForwardSearchOptions {
        executable: None,
        args: None,
    },
}