Myriad-Dreamin / tinymist

Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
https://myriad-dreamin.github.io/tinymist
Apache License 2.0
622 stars 30 forks source link

Language Server crashed 5 times after opening a file #703

Open sssxks opened 2 hours ago

sssxks commented 2 hours ago

Describe the bug "The Tinymist Typst Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information." after opening a file

Package/Software version:

VSCode version(Help -> About):

Version: 1.94.2 (user setup)
Commit:384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z (1 wk ago)
Electron: 30.5.1
ElectronBuildld: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8:12.4.254.20-electron.0
OS:Windows NT x64 10.0.22631

tinymist extension version: v0.11.32. Get it by tinymist --version in terminal.

tinymist : The term 'tinymist' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, ver
ify that the path is correct and try again.
At line:1 char:1
+ tinymist --version
+ ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (tinymist:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException```

Logs:

tinymist server log(Output Panel -> tinymist):

[2024-10-17T11:10:13Z INFO  tinymist] tinymist LSP version information: [["Build Timestamp", "2024-10-09T17:56:50.143796800Z"], ["Build Git Describe", "v0.11.32"], ["Commit SHA", "deb06b85113a97a9b6770d89624f1ed6b94f9331"], ["Commit Date", "None"], ["Commit Branch", "None"], ["Cargo Target Triple", "x86_64-pc-windows-msvc"], ["Typst Version", "0.11.1"], ["Typst Source", "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.11.1-2#314749ea26ac3f62622bc3b3c30d3a7d6a457a74"]]
[2024-10-17T11:10:13Z INFO  tinymist] starting LSP server: LspArgs {
        mirror: MirrorArgs {
            mirror: "",
            replay: "",
        },
        font: CompileFontArgs {
            font_paths: [],
            ignore_system_fonts: false,
        },
    }
[2024-10-17T11:10:13Z INFO  sync_lsp] handling initialize - (0) at Instant { t: 4272.62s }
[2024-10-17T11:10:13Z INFO  tinymist::init] preferred theme: Some("dark") {"compileStatus": String("enable"), "exportPdf": String("never"), "fontPaths": Array [], "formatterMode": String("typstyle"), "formatterPrintWidth": Number(120), "onEnterEvent": Bool(true), "outputPath": String(""), "preferredTheme": String("dark"), "preview": Object {"cursorIndicator": Bool(false), "fontPaths": Array [], "invertColors": Null, "partialRendering": Bool(true), "pinPreviewFile": Bool(false), "refresh": String("onType"), "scrollSync": String("onSelectionChangeByMouse"), "sysInputs": Object {}, "systemFonts": Bool(true)}, "previewFeature": String("enable"), "semanticTokens": String("enable"), "systemFonts": Bool(true), "trace": Object {"server": String("off")}, "typstExtraArgs": Array []}
[2024-10-17T11:10:13Z INFO  tinymist::server] LanguageState: initialized with config Config { const_config: ConstConfig { position_encoding: Utf16, cfg_change_registration: true, tokens_dynamic_registration: true, tokens_overlapping_token_support: false, tokens_multiline_token_support: false, doc_line_folding_only: true, doc_fmt_dynamic_registration: true }, compile: CompileConfig { roots: ["\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"], output_path: PathPattern(""), export_pdf: Never, root_path: None, font_opts: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, system_fonts: Some(true), font_paths: [], fonts: OnceCell(Uninit), notify_status: true, periscope_args: None, typst_extra_args: Some(CompileExtraOpts { root_dir: None, entry: None, inputs: {}, font: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, creation_timestamp: None, cert: None }), preferred_theme: Some("dark"), has_default_entry_path: false, lsp_inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"} }, semantic_tokens: Enable, formatter_mode: Typstyle, formatter_print_width: Some(120) }
[2024-10-17T11:10:13Z INFO  tinymist::actor] TypstActor: creating server for primary, entry: EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: None }, inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"}
[2024-10-17T11:10:13Z INFO  tinymist::init] creating SharedFontResolver with CompileFontArgs { font_paths: [], ignore_system_fonts: false }
[2024-10-17T11:10:13Z INFO  sync_lsp] handled  initialize - (0) in 1.92ms
[2024-10-17T11:10:13Z INFO  sync_lsp] notifying initialized - at Instant { t: 4272.63s }
[2024-10-17T11:10:13Z INFO  tinymist::server] server initialized
[2024-10-17T11:10:13Z INFO  sync_lsp] notifing initialized succeeded in 596.20µs
[2024-10-17T11:10:13Z INFO  sync_lsp] handling workspace/executeCommand - (1) at Instant { t: 4272.66s }
[2024-10-17T11:10:13Z INFO  sync_lsp] handled  workspace/executeCommand - (1) in 4.92ms
[2024-10-17T11:10:13Z INFO  sync_lsp] notifying textDocument/didOpen - at Instant { t: 4272.66s }
[2024-10-17T11:10:13Z INFO  tinymist::server] did open Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("wsl.localhost")), port: None, path: "/Ubuntu-22.04/home/flas/source/course/modelling/agristrat/doc/solution.typ", query: None, fragment: None }
[2024-10-17T11:10:13Z INFO  tinymist::server] create source: "\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ"
[2024-10-17T11:10:13Z INFO  tinymist::actor::typ_client] the entry file of TypstActor(primary) is changing to EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: Some(\doc\solution.typ) }
[2024-10-17T11:10:13Z INFO  tinymist::server] file focused[implicit,o]: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ")
[2024-10-17T11:10:13Z INFO  sync_lsp] notifing textDocument/didOpen succeeded in 2.51ms
[2024-10-17T11:10:13Z INFO  sync_lsp] handling workspace/executeCommand - (2) at Instant { t: 4272.66s }
[2024-10-17T11:10:13Z INFO  tinymist::cmd] first manual focusing is coming
[2024-10-17T11:10:13Z INFO  sync_lsp] handled  workspace/executeCommand - (2) in 25.20µs
[2024-10-17T11:10:13Z INFO  sync_lsp] handling workspace/executeCommand - (3) at Instant { t: 4272.67s }
[2024-10-17T11:10:13Z INFO  sync_lsp] handled  workspace/executeCommand - (3) in 2.56ms
[2024-10-17T11:10:13Z INFO  sync_lsp] handling textDocument/documentSymbol - (4) at Instant { t: 4272.71s }
[2024-10-17T11:10:13Z INFO  tinymist_query::syntax::lexical_hierarchy] lexical hierarchy analysis took 14.6µs
[2024-10-17T11:10:13Z INFO  sync_lsp] handled  textDocument/documentSymbol - (4) in 133.50µs
[2024-10-17T11:10:13Z INFO  sync_lsp] handling textDocument/codeAction - (5) at Instant { t: 4272.71s }
[2024-10-17T11:10:13Z INFO  sync_lsp] handling textDocument/documentColor - (6) at Instant { t: 4272.71s }
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) Compiling
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/codeAction - (5) in 201.75ms
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentColor - (6) in 200.86ms
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received diagnostics from primary:4: diag(Some(0))
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) CompileSuccess
[2024-10-17T11:10:14Z INFO  tinymist::task::cache] CacheEvictTask: evict cache in 19.3µs
[Info  - 7:10:14 PM] Connection to server got closed. Server will restart.
true
[Error - 7:10:14 PM] Server process exited with code 3221225501.
[2024-10-17T11:10:14Z INFO  tinymist] tinymist LSP version information: [["Build Timestamp", "2024-10-09T17:56:50.143796800Z"], ["Build Git Describe", "v0.11.32"], ["Commit SHA", "deb06b85113a97a9b6770d89624f1ed6b94f9331"], ["Commit Date", "None"], ["Commit Branch", "None"], ["Cargo Target Triple", "x86_64-pc-windows-msvc"], ["Typst Version", "0.11.1"], ["Typst Source", "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.11.1-2#314749ea26ac3f62622bc3b3c30d3a7d6a457a74"]]
[2024-10-17T11:10:14Z INFO  tinymist] starting LSP server: LspArgs {
        mirror: MirrorArgs {
            mirror: "",
            replay: "",
        },
        font: CompileFontArgs {
            font_paths: [],
            ignore_system_fonts: false,
        },
    }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling initialize - (0) at Instant { t: 4272.99s }
[2024-10-17T11:10:14Z INFO  tinymist::init] preferred theme: Some("dark") {"compileStatus": String("enable"), "exportPdf": String("never"), "fontPaths": Array [], "formatterMode": String("typstyle"), "formatterPrintWidth": Number(120), "onEnterEvent": Bool(true), "outputPath": String(""), "preferredTheme": String("dark"), "preview": Object {"cursorIndicator": Bool(false), "fontPaths": Array [], "invertColors": Null, "partialRendering": Bool(true), "pinPreviewFile": Bool(false), "refresh": String("onType"), "scrollSync": String("onSelectionChangeByMouse"), "sysInputs": Object {}, "systemFonts": Bool(true)}, "previewFeature": String("enable"), "semanticTokens": String("enable"), "systemFonts": Bool(true), "trace": Object {"server": String("off")}, "typstExtraArgs": Array []}
[2024-10-17T11:10:14Z INFO  tinymist::server] LanguageState: initialized with config Config { const_config: ConstConfig { position_encoding: Utf16, cfg_change_registration: true, tokens_dynamic_registration: true, tokens_overlapping_token_support: false, tokens_multiline_token_support: false, doc_line_folding_only: true, doc_fmt_dynamic_registration: true }, compile: CompileConfig { roots: ["\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"], output_path: PathPattern(""), export_pdf: Never, root_path: None, font_opts: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, system_fonts: Some(true), font_paths: [], fonts: OnceCell(Uninit), notify_status: true, periscope_args: None, typst_extra_args: Some(CompileExtraOpts { root_dir: None, entry: None, inputs: {}, font: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, creation_timestamp: None, cert: None }), preferred_theme: Some("dark"), has_default_entry_path: false, lsp_inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"} }, semantic_tokens: Enable, formatter_mode: Typstyle, formatter_print_width: Some(120) }
[2024-10-17T11:10:14Z INFO  tinymist::actor] TypstActor: creating server for primary, entry: EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: None }, inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"}
[2024-10-17T11:10:14Z INFO  tinymist::init] creating SharedFontResolver with CompileFontArgs { font_paths: [], ignore_system_fonts: false }
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  initialize - (0) in 1.17ms
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying initialized - at Instant { t: 4273.00s }
[2024-10-17T11:10:14Z INFO  tinymist::server] server initialized
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing initialized succeeded in 275.20µs
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying textDocument/didOpen - at Instant { t: 4273.01s }
[2024-10-17T11:10:14Z INFO  tinymist::server] did open Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("wsl.localhost")), port: None, path: "/Ubuntu-22.04/home/flas/source/course/modelling/agristrat/doc/solution.typ", query: None, fragment: None }
[2024-10-17T11:10:14Z INFO  tinymist::server] create source: "\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ"
[2024-10-17T11:10:14Z INFO  tinymist::actor::typ_client] the entry file of TypstActor(primary) is changing to EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: Some(\doc\solution.typ) }
[2024-10-17T11:10:14Z INFO  tinymist::server] file focused[implicit,o]: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ")
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing textDocument/didOpen succeeded in 213.90µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentSymbol - (1) at Instant { t: 4273.01s }
[2024-10-17T11:10:14Z INFO  tinymist_query::syntax::lexical_hierarchy] lexical hierarchy analysis took 13.1µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentSymbol - (1) in 137.50µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/codeAction - (2) at Instant { t: 4273.01s }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentColor - (3) at Instant { t: 4273.01s }
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) Compiling
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/codeAction - (2) in 128.75ms
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentColor - (3) in 127.05ms
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received diagnostics from primary:4: diag(Some(0))
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) CompileSuccess
[2024-10-17T11:10:14Z INFO  tinymist::task::cache] CacheEvictTask: evict cache in 14.5µs
[Info  - 7:10:14 PM] Connection to server got closed. Server will restart.
true
[Error - 7:10:14 PM] Server process exited with code 3221225501.
[2024-10-17T11:10:14Z INFO  tinymist] tinymist LSP version information: [["Build Timestamp", "2024-10-09T17:56:50.143796800Z"], ["Build Git Describe", "v0.11.32"], ["Commit SHA", "deb06b85113a97a9b6770d89624f1ed6b94f9331"], ["Commit Date", "None"], ["Commit Branch", "None"], ["Cargo Target Triple", "x86_64-pc-windows-msvc"], ["Typst Version", "0.11.1"], ["Typst Source", "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.11.1-2#314749ea26ac3f62622bc3b3c30d3a7d6a457a74"]]
[2024-10-17T11:10:14Z INFO  tinymist] starting LSP server: LspArgs {
        mirror: MirrorArgs {
            mirror: "",
            replay: "",
        },
        font: CompileFontArgs {
            font_paths: [],
            ignore_system_fonts: false,
        },
    }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling initialize - (0) at Instant { t: 4273.18s }
[2024-10-17T11:10:14Z INFO  tinymist::init] preferred theme: Some("dark") {"compileStatus": String("enable"), "exportPdf": String("never"), "fontPaths": Array [], "formatterMode": String("typstyle"), "formatterPrintWidth": Number(120), "onEnterEvent": Bool(true), "outputPath": String(""), "preferredTheme": String("dark"), "preview": Object {"cursorIndicator": Bool(false), "fontPaths": Array [], "invertColors": Null, "partialRendering": Bool(true), "pinPreviewFile": Bool(false), "refresh": String("onType"), "scrollSync": String("onSelectionChangeByMouse"), "sysInputs": Object {}, "systemFonts": Bool(true)}, "previewFeature": String("enable"), "semanticTokens": String("enable"), "systemFonts": Bool(true), "trace": Object {"server": String("off")}, "typstExtraArgs": Array []}
[2024-10-17T11:10:14Z INFO  tinymist::server] LanguageState: initialized with config Config { const_config: ConstConfig { position_encoding: Utf16, cfg_change_registration: true, tokens_dynamic_registration: true, tokens_overlapping_token_support: false, tokens_multiline_token_support: false, doc_line_folding_only: true, doc_fmt_dynamic_registration: true }, compile: CompileConfig { roots: ["\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"], output_path: PathPattern(""), export_pdf: Never, root_path: None, font_opts: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, system_fonts: Some(true), font_paths: [], fonts: OnceCell(Uninit), notify_status: true, periscope_args: None, typst_extra_args: Some(CompileExtraOpts { root_dir: None, entry: None, inputs: {}, font: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, creation_timestamp: None, cert: None }), preferred_theme: Some("dark"), has_default_entry_path: false, lsp_inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"} }, semantic_tokens: Enable, formatter_mode: Typstyle, formatter_print_width: Some(120) }
[2024-10-17T11:10:14Z INFO  tinymist::actor] TypstActor: creating server for primary, entry: EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: None }, inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"}
[2024-10-17T11:10:14Z INFO  tinymist::init] creating SharedFontResolver with CompileFontArgs { font_paths: [], ignore_system_fonts: false }
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  initialize - (0) in 837.50µs
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying initialized - at Instant { t: 4273.18s }
[2024-10-17T11:10:14Z INFO  tinymist::server] server initialized
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing initialized succeeded in 125.10µs
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying textDocument/didOpen - at Instant { t: 4273.19s }
[2024-10-17T11:10:14Z INFO  tinymist::server] did open Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("wsl.localhost")), port: None, path: "/Ubuntu-22.04/home/flas/source/course/modelling/agristrat/doc/solution.typ", query: None, fragment: None }
[2024-10-17T11:10:14Z INFO  tinymist::server] create source: "\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ"
[2024-10-17T11:10:14Z INFO  tinymist::actor::typ_client] the entry file of TypstActor(primary) is changing to EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: Some(\doc\solution.typ) }
[2024-10-17T11:10:14Z INFO  tinymist::server] file focused[implicit,o]: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ")
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing textDocument/didOpen succeeded in 195.10µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentSymbol - (1) at Instant { t: 4273.19s }
[2024-10-17T11:10:14Z INFO  tinymist_query::syntax::lexical_hierarchy] lexical hierarchy analysis took 11.1µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentSymbol - (1) in 82.30µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/codeAction - (2) at Instant { t: 4273.19s }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentColor - (3) at Instant { t: 4273.19s }
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) Compiling
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentColor - (3) in 132.33ms
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/codeAction - (2) in 134.07ms
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received diagnostics from primary:4: diag(Some(0))
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) CompileSuccess
[2024-10-17T11:10:14Z INFO  tinymist::task::cache] CacheEvictTask: evict cache in 18.3µs
[Info  - 7:10:14 PM] Connection to server got closed. Server will restart.
true
[Error - 7:10:14 PM] Server process exited with code 3221225501.
[2024-10-17T11:10:14Z INFO  tinymist] tinymist LSP version information: [["Build Timestamp", "2024-10-09T17:56:50.143796800Z"], ["Build Git Describe", "v0.11.32"], ["Commit SHA", "deb06b85113a97a9b6770d89624f1ed6b94f9331"], ["Commit Date", "None"], ["Commit Branch", "None"], ["Cargo Target Triple", "x86_64-pc-windows-msvc"], ["Typst Version", "0.11.1"], ["Typst Source", "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.11.1-2#314749ea26ac3f62622bc3b3c30d3a7d6a457a74"]]
[2024-10-17T11:10:14Z INFO  tinymist] starting LSP server: LspArgs {
        mirror: MirrorArgs {
            mirror: "",
            replay: "",
        },
        font: CompileFontArgs {
            font_paths: [],
            ignore_system_fonts: false,
        },
    }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling initialize - (0) at Instant { t: 4273.37s }
[2024-10-17T11:10:14Z INFO  tinymist::init] preferred theme: Some("dark") {"compileStatus": String("enable"), "exportPdf": String("never"), "fontPaths": Array [], "formatterMode": String("typstyle"), "formatterPrintWidth": Number(120), "onEnterEvent": Bool(true), "outputPath": String(""), "preferredTheme": String("dark"), "preview": Object {"cursorIndicator": Bool(false), "fontPaths": Array [], "invertColors": Null, "partialRendering": Bool(true), "pinPreviewFile": Bool(false), "refresh": String("onType"), "scrollSync": String("onSelectionChangeByMouse"), "sysInputs": Object {}, "systemFonts": Bool(true)}, "previewFeature": String("enable"), "semanticTokens": String("enable"), "systemFonts": Bool(true), "trace": Object {"server": String("off")}, "typstExtraArgs": Array []}
[2024-10-17T11:10:14Z INFO  tinymist::server] LanguageState: initialized with config Config { const_config: ConstConfig { position_encoding: Utf16, cfg_change_registration: true, tokens_dynamic_registration: true, tokens_overlapping_token_support: false, tokens_multiline_token_support: false, doc_line_folding_only: true, doc_fmt_dynamic_registration: true }, compile: CompileConfig { roots: ["\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"], output_path: PathPattern(""), export_pdf: Never, root_path: None, font_opts: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, system_fonts: Some(true), font_paths: [], fonts: OnceCell(Uninit), notify_status: true, periscope_args: None, typst_extra_args: Some(CompileExtraOpts { root_dir: None, entry: None, inputs: {}, font: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, creation_timestamp: None, cert: None }), preferred_theme: Some("dark"), has_default_entry_path: false, lsp_inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"} }, semantic_tokens: Enable, formatter_mode: Typstyle, formatter_print_width: Some(120) }
[2024-10-17T11:10:14Z INFO  tinymist::actor] TypstActor: creating server for primary, entry: EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: None }, inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"}
[2024-10-17T11:10:14Z INFO  tinymist::init] creating SharedFontResolver with CompileFontArgs { font_paths: [], ignore_system_fonts: false }
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  initialize - (0) in 1.34ms
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying initialized - at Instant { t: 4273.38s }
[2024-10-17T11:10:14Z INFO  tinymist::server] server initialized
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing initialized succeeded in 350.50µs
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying textDocument/didOpen - at Instant { t: 4273.38s }
[2024-10-17T11:10:14Z INFO  tinymist::server] did open Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("wsl.localhost")), port: None, path: "/Ubuntu-22.04/home/flas/source/course/modelling/agristrat/doc/solution.typ", query: None, fragment: None }
[2024-10-17T11:10:14Z INFO  tinymist::server] create source: "\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ"
[2024-10-17T11:10:14Z INFO  tinymist::actor::typ_client] the entry file of TypstActor(primary) is changing to EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: Some(\doc\solution.typ) }
[2024-10-17T11:10:14Z INFO  tinymist::server] file focused[implicit,o]: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ")
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing textDocument/didOpen succeeded in 198.50µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentSymbol - (1) at Instant { t: 4273.38s }
[2024-10-17T11:10:14Z INFO  tinymist_query::syntax::lexical_hierarchy] lexical hierarchy analysis took 14.3µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentSymbol - (1) in 136.70µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/codeAction - (2) at Instant { t: 4273.38s }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentColor - (3) at Instant { t: 4273.39s }
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) Compiling
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/codeAction - (2) in 149.07ms
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentColor - (3) in 146.67ms
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received diagnostics from primary:4: diag(Some(0))
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) CompileSuccess
[2024-10-17T11:10:14Z INFO  tinymist::task::cache] CacheEvictTask: evict cache in 12.9µs
[Info  - 7:10:14 PM] Connection to server got closed. Server will restart.
true
[Error - 7:10:14 PM] Server process exited with code 3221225501.
[2024-10-17T11:10:14Z INFO  tinymist] tinymist LSP version information: [["Build Timestamp", "2024-10-09T17:56:50.143796800Z"], ["Build Git Describe", "v0.11.32"], ["Commit SHA", "deb06b85113a97a9b6770d89624f1ed6b94f9331"], ["Commit Date", "None"], ["Commit Branch", "None"], ["Cargo Target Triple", "x86_64-pc-windows-msvc"], ["Typst Version", "0.11.1"], ["Typst Source", "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.11.1-2#314749ea26ac3f62622bc3b3c30d3a7d6a457a74"]]
[2024-10-17T11:10:14Z INFO  tinymist] starting LSP server: LspArgs {
        mirror: MirrorArgs {
            mirror: "",
            replay: "",
        },
        font: CompileFontArgs {
            font_paths: [],
            ignore_system_fonts: false,
        },
    }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling initialize - (0) at Instant { t: 4273.58s }
[2024-10-17T11:10:14Z INFO  tinymist::init] preferred theme: Some("dark") {"compileStatus": String("enable"), "exportPdf": String("never"), "fontPaths": Array [], "formatterMode": String("typstyle"), "formatterPrintWidth": Number(120), "onEnterEvent": Bool(true), "outputPath": String(""), "preferredTheme": String("dark"), "preview": Object {"cursorIndicator": Bool(false), "fontPaths": Array [], "invertColors": Null, "partialRendering": Bool(true), "pinPreviewFile": Bool(false), "refresh": String("onType"), "scrollSync": String("onSelectionChangeByMouse"), "sysInputs": Object {}, "systemFonts": Bool(true)}, "previewFeature": String("enable"), "semanticTokens": String("enable"), "systemFonts": Bool(true), "trace": Object {"server": String("off")}, "typstExtraArgs": Array []}
[2024-10-17T11:10:14Z INFO  tinymist::server] LanguageState: initialized with config Config { const_config: ConstConfig { position_encoding: Utf16, cfg_change_registration: true, tokens_dynamic_registration: true, tokens_overlapping_token_support: false, tokens_multiline_token_support: false, doc_line_folding_only: true, doc_fmt_dynamic_registration: true }, compile: CompileConfig { roots: ["\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"], output_path: PathPattern(""), export_pdf: Never, root_path: None, font_opts: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, system_fonts: Some(true), font_paths: [], fonts: OnceCell(Uninit), notify_status: true, periscope_args: None, typst_extra_args: Some(CompileExtraOpts { root_dir: None, entry: None, inputs: {}, font: CompileFontArgs { font_paths: [], ignore_system_fonts: false }, creation_timestamp: None, cert: None }), preferred_theme: Some("dark"), has_default_entry_path: false, lsp_inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"} }, semantic_tokens: Enable, formatter_mode: Typstyle, formatter_print_width: Some(120) }
[2024-10-17T11:10:14Z INFO  tinymist::actor] TypstActor: creating server for primary, entry: EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: None }, inputs: {"x-preview": "{\"version\":1,\"theme\":\"dark\"}"}
[2024-10-17T11:10:14Z INFO  tinymist::init] creating SharedFontResolver with CompileFontArgs { font_paths: [], ignore_system_fonts: false }
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  initialize - (0) in 852.00µs
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying initialized - at Instant { t: 4273.58s }
[2024-10-17T11:10:14Z INFO  tinymist::server] server initialized
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing initialized succeeded in 205.90µs
[2024-10-17T11:10:14Z INFO  sync_lsp] notifying textDocument/didOpen - at Instant { t: 4273.58s }
[2024-10-17T11:10:14Z INFO  tinymist::server] did open Url { scheme: "file", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("wsl.localhost")), port: None, path: "/Ubuntu-22.04/home/flas/source/course/modelling/agristrat/doc/solution.typ", query: None, fragment: None }
[2024-10-17T11:10:14Z INFO  tinymist::server] create source: "\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ"
[2024-10-17T11:10:14Z INFO  tinymist::actor::typ_client] the entry file of TypstActor(primary) is changing to EntryState { rooted: true, root: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat"), main: Some(\doc\solution.typ) }
[2024-10-17T11:10:14Z INFO  tinymist::server] file focused[implicit,o]: Some("\\\\wsl.localhost\\Ubuntu-22.04\\home\\flas\\source\\course\\modelling\\agristrat\\doc\\solution.typ")
[2024-10-17T11:10:14Z INFO  sync_lsp] notifing textDocument/didOpen succeeded in 180.80µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentSymbol - (1) at Instant { t: 4273.58s }
[2024-10-17T11:10:14Z INFO  tinymist_query::syntax::lexical_hierarchy] lexical hierarchy analysis took 12.2µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentSymbol - (1) in 108.80µs
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/codeAction - (2) at Instant { t: 4273.58s }
[2024-10-17T11:10:14Z INFO  sync_lsp] handling textDocument/documentColor - (3) at Instant { t: 4273.59s }
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) Compiling
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/codeAction - (2) in 127.96ms
[2024-10-17T11:10:14Z INFO  sync_lsp] handled  textDocument/documentColor - (3) in 126.16ms
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received diagnostics from primary:4: diag(Some(0))
[2024-10-17T11:10:14Z INFO  tinymist::actor::editor] received status request(primary) CompileSuccess
[2024-10-17T11:10:14Z INFO  tinymist::task::cache] CacheEvictTask: evict cache in 14.8µs
[Error - 7:10:14 PM] The Tinymist Typst Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
[Error - 7:10:14 PM] Server process exited with code 3221225501.

tinymist client log(Help -> Toggle Developer Tools -> Console):

log.ts:419  INFO Started local extension host with pid 14416.
log.ts:429  WARN [twxs.cmake]: Cannot register 'cmake.cmakePath'. This property is already registered.
log.ts:439   ERR Extension 'ms-vscode.cpptools' CANNOT register tool without name and modelDescription: {"name":"cpptools-lmtool-configuration","toolReferenceName":"cpp","displayName":"C/C++ configuration","canBeReferencedInPrompt":true,"userDescription":"Configuration of the active C or C++ file, like language standard version and target platform.","modelDescription":"For the active C or C++ file, this tool provides: the language (C, C++, or CUDA), the language standard version (such as C++11, C++14, C++17, or C++20), the compiler (such as GCC, Clang, or MSVC), the target platform (such as x86, x64, or ARM), and the target architecture (such as 32-bit or 64-bit).","icon":"$(file-code)","when":"(config.C_Cpp.experimentalFeatures =~ /^[eE]nabled$/)","supportedContentTypes":["text/plain"]}
log.ts:439   ERR [File Watcher] Unexpected error: Failed to read changes (EUNKNOWN) (path: \\wsl.localhost\Ubuntu-22.04\home\flas\source\course\modelling\agristrat)
log.ts:439   ERR [File Watcher (universal)] Failed to read changes
log.ts:429  WARN [csdevkit]: Couldn't find message for key commands.selectLaunchTargetFramework.
log.ts:439   ERR [File Watcher (node.js)] Failed to watch \\wsl.localhost\Ubuntu-22.04\home\flas\source\course\modelling\agristrat\.git for changes using fs.watch() (Error: EISDIR: illegal operation on a directory, watch '\\wsl.localhost\Ubuntu-22.04\home\flas\source\course\modelling\agristrat\.git')
log.ts:419  INFO [perf] Render performance baseline is 57ms
console.ts:137 [Extension Host] determineVscodeTheme 2
notificationsAlerts.ts:42 The Tinymist Typst Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
c @ notificationsAlerts.ts:42
console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: Client is not running
K_i @ console.ts:137
console.ts:137 [Extension Host] stack trace: Error: Client is not running
    at hh.sendRequest (c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:39:114255)
    at $S (c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:69:9527)
    at ds (c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:69:9249)
    at c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:69:1839
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:156:35160)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.C (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019)
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:155:61240)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950)
    at nw.acceptDocumentsAndEditorsDelta (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:121:11570)
    at nw.$acceptDocumentsAndEditorsDelta (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:121:10040)
    at Zb.S (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:113896)
    at Zb.Q (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:113676)
    at Zb.M (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:112765)
    at Zb.L (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:111870)
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:110667)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950)
    at no.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:9399)
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:13273)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950)
    at no.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:9399)
    at MessagePortMain.<anonymous> (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:11562)
    at MessagePortMain.emit (node:events:519:28)
    at MessagePortMain.emit (node:domain:488:12)
    at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2619)
K_i @ console.ts:137
mainThreadExtensionService.ts:78 [myriad-dreamin.tinymist]Client is not running
$onExtensionRuntimeError @ mainThreadExtensionService.ts:78
mainThreadExtensionService.ts:79 Error: Client is not running
    at hh.sendRequest (c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:39:114255)
    at $S (c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:69:9527)
    at ds (c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:69:9249)
    at c:\Users\86151\.vscode\extensions\myriad-dreamin.tinymist-0.11.32-win32-x64\out\extension.js:69:1839
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:156:35160)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.C (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:802)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:1019)
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:155:61240)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950)
    at nw.acceptDocumentsAndEditorsDelta (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:121:11570)
    at nw.$acceptDocumentsAndEditorsDelta (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:121:10040)
    at Zb.S (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:113896)
    at Zb.Q (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:113676)
    at Zb.M (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:112765)
    at Zb.L (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:111870)
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:110667)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950)
    at no.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:9399)
    at gh.value (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:13273)
    at T.B (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:732)
    at T.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:950)
    at no.fire (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:9399)
    at MessagePortMain.<anonymous> (file:///c:/Users/86151/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:174:11562)
    at MessagePortMain.emit (node:events:519:28)
    at MessagePortMain.emit (node:domain:488:12)
    at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2619)
$onExtensionRuntimeError @ mainThreadExtensionService.ts:79

Additional context opening this file in wsl does work. this seems to be an issue when opening a file in wsl on windows, as I can reproduce it by opening a file in wsl on windows

Enter-tainer commented 2 hours ago

could you explain what does "opening a file in wsl on windows" mean to help us reproduce this issue?

sssxks commented 1 hour ago

could you explain what does "opening a file in wsl on windows" mean to help us reproduce this issue?

this is what i am doing: open folder "\wsl.localhost\Ubuntu-22.04\home\flas\source\course\modelling" in windows, and then open a .typ file.