Skip to content

Intellisense no long works and fans going constantly #96255

@Undistraction

Description

@Undistraction

Issue Type: Bug

After upgrading to Version: 1.44.2, Intellisense no longer works at all in my VSCode project, and as soon as I open a JavaScript file, the fans on my laptop run at full and don't stop until I close VSCode.

If I hover over a symbol I see [Loading…] but it never loads anything.

I've disabled all extensions and still see the same behaviour.

If I open the Process Explorer I see:

CPU %	Memory (MB)	pid	Name
3	131	96471	code main
0	98	96472	     gpu-process
0	33	96474	     utility
0	328	96475	     window (CorporateAccessHero.js — sleepstation-public)
0	98	96482	         extensionHost
0	66	96717	             electron_node tsserver.js 
111	2163	96721	             electron_node tsserver.js 
0	98	96741	                 electron_node typingsInstaller.js typesMap.js 
0	33	96734	             /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Renderer).app/Contents/MacOS/Code Helper (Renderer) /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/json-language-features/server/dist/jsonServerMain --node-ipc --clientProcessId=96482
0	0	96483	         /bin/bash -l
0	33	96533	         watcherService
0	33	99928	         searchService
0	98	96761	     shared-process
0	66	99941	     window (Process Explorer)

My jsconfig.json:

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6",
    "jsx": "react"
  },
  "include": ["./src/**/*.js"],
  "exclude": [
    "node_modules",
    "dist",
    "coverage",
    "demo",
    "static",
    "public",
    ".cache"
  ]
}

VS Code version: Code 1.44.2 (ff91584, 2020-04-16T17:07:18.473Z)
OS version: Darwin x64 18.7.0

System Info
Item Value
CPUs Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz (12 x 2900)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) 3, 4, 4
Memory (System) 32.00GB (11.02GB free)
Process Argv
Screen Reader no
VM 0%
Extensions: none

Metadata

Metadata

Assignees

Labels

*caused-by-extensionIssue identified to be caused by an extensionjavascriptJavaScript support issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions