Skip to content

🐛Intermittent failure to find 'vscode-userdata' document #1375

@rivy

Description

@rivy

Describe the bug

Frequent, but intermittent, error message displayed when starting / restarting the Deno language server.

2026-04-18 17:07:09.015 [error] Starting Deno language server...
2026-04-18 17:07:09.015 [error]   version: 2.7.12 (release, x86_64-pc-windows-msvc)
2026-04-18 17:07:09.015 [error]   executable: C:\Users\Roy\AppData\Local\Microsoft\WinGet\Links\deno.EXE
2026-04-18 17:07:09.015 [error] Connected to "VSCodium" 1.112.0
2026-04-18 17:07:09.026 [error] Enabling import suggestions for: https://deno.land
2026-04-18 17:07:09.030 [error] Refreshing configuration tree...
2026-04-18 17:07:09.031 [error]   Resolved Deno configuration file: "file:///C:/Users/Roy/AARK/Projects/deno/dxx/repo.GH/deno.jsonc"
2026-04-18 17:07:09.031 [error]   Resolved .npmrc: "C:\Users\Roy\.npmrc"
2026-04-18 17:07:09.106 [error] Server ready.
2026-04-18 17:07:10.582 [error] Request textDocument/diagnostic failed.
  Message: Unable to find document for: vscode-userdata:/c%3A/Users/Roy/AppData/Roaming/VSCodium/User/settings.json
  Code: -32602 
2026-04-18 17:07:10.582 [error] Document pull failed for text document vscode-userdata:/c%3A/Users/Roy/AppData/Roaming/VSCodium/User/settings.json
  Message: Unable to find document for: vscode-userdata:/c%3A/Users/Roy/AppData/Roaming/VSCodium/User/settings.json
  Code: -32602 

The file "c:\Users\Roy\AppData\Roaming\VSCodium\User\settings.json" exists and is readable.

> dir "c:\Users\Roy\AppData\Roaming\VSCodium\User\settings.json"
 Volume in drive C is WinOS-11
 Volume Serial Number is 2C8C-927F

 Directory of c:\Users\Roy\AppData\Roaming\VSCodium\User

04/18/2026  04:36 PM             8,105 settings.json
               1 File(s)          8,105 bytes
               0 Dir(s)  3,136,310,939,648 bytes free

> type "c:\Users\Roy\AppData\Roaming\VSCodium\User\settings.json"
{
...
}

Expected behavior

No error.

Versions

vscodium: v1.112.0 deno: 2.7.12 extension: 3.52.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions