microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.57k stars 28.66k forks source link

Unable to load schema from 'vscode://schemas/settings/user' #184976

Closed thdoan closed 1 year ago

thdoan commented 1 year ago

Type: Bug

After restarting VS Code with "Developer: Reload Window" command, my settings.json file started throwing this error I've never seen before:

image

It's a valid JSON file (attached). Same error when VS Code is run without any plugins loaded.

settings.zip

VS Code version: Code 1.79.0 (b380da4ef1ee00e224a15c1d4d9793e27c2b6302, 2023-06-07T14:26:35.552Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 x 2808)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|31.95GB (15.69GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (10) Extension|Author (truncated)|Version ---|---|--- file-properties-viewer|bru|1.0.0 path-intellisense|chr|2.8.4 hex-to-rgba|dak|1.0.0 vscode-eslint|dba|2.4.0 gitlens|eam|13.6.0 vscode-ts-whitespace-converter|joh|1.2.1 l13-diff|L13|1.3.2 vscode-json-validate|rio|1.4.3 sort-lines|Tyr|1.10.1 remove-empty-lines|use|1.0.1
thdoan commented 1 year ago

Duplicate of https://github.com/microsoft/vscode/issues/177142