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

CodeLens stops working after update to version 1.96.2 #237071

Open
GSDUser opened this issue Dec 29, 2024 · 0 comments
Open

CodeLens stops working after update to version 1.96.2 #237071

GSDUser opened this issue Dec 29, 2024 · 0 comments
Assignees

Comments

@GSDUser
Copy link

GSDUser commented Dec 29, 2024

Type: Bug

  1. Update VS Code to the latest version 1.96.2 from 1.96.1
  2. With jsconfig.json present in the workspace root dir the TypeScript and JavaScript Language Features extension will throw 3 uncaught errors (3 instances of the same error in Runtime Status) and the CodeLens reference counter no longer works. All reference counts now say no commands instead of e.g. "2 references"
  3. If the jsconfig.json file is removed then the error does not occur and code lens works correctly. The content of the jsconfig.json file is the basic version as added automatically by VS Code.

jsconfig.json content

{

"compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "target": "ES2022",
    "jsx": "react",
    "allowImportingTsExtensions": true,
    "strictNullChecks": true,
    "strictFunctionTypes": true
},
"exclude": [
    "node_modules",
    "**/node_modules/*"
]

}

Image

Also, when any js file window is activated in the editor, an additional error is added to the Runtime Status

Image

VS Code version: Code 1.96.2 (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs 12th Gen Intel(R) Core(TM) i7-12700K (20 x 3610)
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
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 31.80GB (15.71GB free)
Process Argv --crash-reporter-id bdfabbd8-916c-4664-b341-0e54477ed437
Screen Reader no
VM 0%
Extensions (24)
Extension Author (truncated) Version
better-comments aar 3.0.2
Bookmarks ale 13.5.0
vscode-json and 1.5.2
prettier-vscode esb 11.0.0
auto-rename-tag for 0.1.10
copilot Git 1.254.0
copilot-chat Git 0.23.2
ej2-js-packages gur 1.9.0
minifyall jos 2.10.0
vscode-insertdatestring jsy 2.3.1
vscode-language-babel mgm 0.0.40
vscode-autoprefixer mrm 3.0.1
csharp ms- 2.55.29
vscode-dotnet-runtime ms- 2.2.3
vscode-edge-devtools ms- 2.1.6
data-workspace-vscode ms- 0.5.0
mssql ms- 1.27.0
sql-bindings-vscode ms- 0.4.0
sql-database-projects-vscode ms- 1.4.5
powershell ms- 2024.4.0
es6-css-minify olb 3.3.3
docthis oou 0.8.2
vscode-thunder-client ran 2.33.2
partial-diff ryu 1.4.3
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupyter:31046869
nativerepl2:31139839
pythonrstrctxt:31112756
nativeloc2:31192216
cf971741:31144450
iacca1:31171482
notype1:31157159
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624

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

2 participants