Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"VS Code Fails to Load Internal Schema 'vscode://schemas/settings' in settings.json: EntryNotFound Error (VIT-BUG-001)" #242357

Open
Juan-Alberto-Ignacio opened this issue Feb 28, 2025 · 1 comment
Assignees

Comments

@Juan-Alberto-Ignacio
Copy link

Juan-Alberto-Ignacio commented Feb 28, 2025

Type: Bug

{
    "$schema": "vscode://schemas/settings",
    "python.defaultInterpreterPath": "${workspaceFolder}/PIFAP39/bin/python",
    "python.analysis.extraPaths": [
        "${workspaceFolder}/PIFAP39/lib/python3.9/site-packages"
    ],
    "python.analysis.typeCheckingMode": "strict",
    "python.analysis.diagnosticSeverityOverrides": {
        "reportUnusedImport": "none",
        "reportShadowedImports": "none",
        "reportUnusedVariable": "warning",
        "reportGeneralTypeIssues": "error"
    },
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "source.organizeImports": true
    },
    "files.autoSave": "afterDelay",
    "files.watcherExclude": {
    "**/__pycache__": true,
    "**/.pytest_cache": true

    }
}

"$schema": "vscode://schemas/settings", subrayado en amarillo

Error:
Unable to load schema from 'vscode://schemas/settings' (EntryNotFound).
Contexto:

  • VS Code 1.90.0 (última versión estable).
  • macOS 14.4.1 (Sonoma).
  • Configuración industrial V.I.T. 8.2.7.
    RESUMEN:

Descripción del Error

Al configurar .vscode/settings.json con "$schema": "vscode://schemas/settings", VS Code muestra:
Unable to load schema from 'vscode://schemas/settings': EntryNotFound.

Entorno Afectado

  • VS Code: 1.90.0 (Stable)
  • Sistema Operativo: macOS 14.4.1 (Sonoma)
  • Configuración Relevante:
    {  
      "python.defaultInterpreterPath": "${workspaceFolder}/PIFAP39/bin/python",  
      "python.analysis.typeCheckingMode": "strict"  
    }  
    

VS Code version: Code 1.96.2 (Universal) (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Darwin arm64 24.3.0
Modes:

System Info
Item Value
CPUs Apple M2 (8 x 2400)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
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
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) 2, 2, 2
Memory (System) 8.00GB (0.08GB free)
Process Argv --crash-reporter-id 718dc86b-8d6d-42f7-9079-622e4578cc2e
Screen Reader no
VM 0%
Extensions (3)
Extension Author (truncated) Version
debugpy ms- 2025.0.1
python ms- 2025.0.0
vscode-pylance ms- 2025.2.1
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyt551cf:31179979
vscod805cf:30301675
binariesv615:30325510
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30959799
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dwnewjupyter:31046869
nativerepl2:31139839
pythonrstrctxt:31112756
nativeloc1:31192215
iacca1:31171482
5fd0e150:31155592
dwcopilot:31170013
6074i472:31201624
dwoutputs:31242946
customenabled:31248079
5a9hg449:31230677
9064b325:31222308
copilot_t_ci:31222730
jda6j935:31233686
copilothoveroff:31248523
fh1c7952:31247582

Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.97.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants