-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-sticky-scrollperformance
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.102.1
- OS Version: macOS 15.4.1 (24E263)
Steps to Reproduce:
- set "editor.lineNumbers": "relative"
- open any code file with like 200 lines and start selecting part of code with mouse (to reproduce quicker start selecting quickly + resizing font size while doing) after some time cursor will be extremely laggy whenever you try to change its position
Screen.Recording.2025-07-24.at.19.50.23.mov
Notes:
- read my updated comments bellow
- Editor is basically unusable at this point
- I am open to provide more info on request
- problem does not appear when editor scroll position at the beginning but starts after few mouse wheel scrolls
- Tested both on Windows and MacOs (Mac Mini M4), same issue
- EXTENSIONS ARE DISABLED
- VSCode Insiders same issue
Info that I was able to collect on that:
Trace:
https://limewire.com/d/A1SpV#izj1cZfq0w
settings.json
{
"editor.semanticHighlighting.enabled": true,
"vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim",
"vscode-neovim.neovimInitVimPaths.darwin": "~/.config/nvim/init.lua",
"editor.mouseWheelZoom": true,
"editor.fontFamily": "JetBrains Mono",
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"editor.lineHeight": 1.2,
"vscode-neovim.wslDistribution": "Ubuntu",
"vscode-neovim.neovimExecutablePaths.linux": "/opt/homebrew/bin/nvim",
"terminal.integrated.mouseWheelZoom": true,
"terminal.integrated.fontSize": 16,
"editor.cursorStyle": "block",
"editor.cursorBlinking": "solid",
"editor.smoothScrolling": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.rulers": [
200
],
"editor.selectionHighlight": false,
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
},
"workbench.colorTheme": "Catppuccin Mocha",
"editor.lineNumbers": "relative",
}
Console (warns)
log.ts:450 WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-vsliveshare.vsliveshare' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ extensionsProposedApi.ts:48
wCt @ extensionsProposedApi.ts:46
o @ instantiationService.ts:162
createInstance @ instantiationService.ts:128
kCt @ nativeExtensionService.ts:91
o @ instantiationService.ts:162
x @ instantiationService.ts:295
w @ instantiationService.ts:284
v @ instantiationService.ts:273
u @ instantiationService.ts:206
s @ instantiationService.ts:190
get @ instantiationService.ts:102
(anonymous) @ workbench.ts:138
invokeFunction @ instantiationService.ts:109
startup @ workbench.ts:133
open @ desktop.main.ts:137
await in open
pon @ desktop.main.ts:421
(anonymous) @ workbench.ts:532
await in (anonymous)
(anonymous) @ workbench.ts:533
log.ts:450 WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.gather' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ extensionsProposedApi.ts:48
wCt @ extensionsProposedApi.ts:46
o @ instantiationService.ts:162
createInstance @ instantiationService.ts:128
kCt @ nativeExtensionService.ts:91
o @ instantiationService.ts:162
x @ instantiationService.ts:295
w @ instantiationService.ts:284
v @ instantiationService.ts:273
u @ instantiationService.ts:206
s @ instantiationService.ts:190
get @ instantiationService.ts:102
(anonymous) @ workbench.ts:138
invokeFunction @ instantiationService.ts:109
startup @ workbench.ts:133
open @ desktop.main.ts:137
await in open
pon @ desktop.main.ts:421
(anonymous) @ workbench.ts:532
await in (anonymous)
(anonymous) @ workbench.ts:533
log.ts:450 WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.vscode-pylance' wants API proposal 'mcpConfigurationProvider' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ extensionsProposedApi.ts:48
wCt @ extensionsProposedApi.ts:46
o @ instantiationService.ts:162
createInstance @ instantiationService.ts:128
kCt @ nativeExtensionService.ts:91
o @ instantiationService.ts:162
x @ instantiationService.ts:295
w @ instantiationService.ts:284
v @ instantiationService.ts:273
u @ instantiationService.ts:206
s @ instantiationService.ts:190
get @ instantiationService.ts:102
(anonymous) @ workbench.ts:138
invokeFunction @ instantiationService.ts:109
startup @ workbench.ts:133
open @ desktop.main.ts:137
await in open
pon @ desktop.main.ts:421
(anonymous) @ workbench.ts:532
await in (anonymous)
(anonymous) @ workbench.ts:533
log.ts:440 INFO Started local extension host with pid 83519.
log.ts:460 ERR Extension 'ms-python.vscode-pylance' wants API proposal 'mcpConfigurationProvider' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
(anonymous) @ extensionsProposedApi.ts:73
g @ extensionsProposedApi.ts:70
updateEnabledApiProposals @ extensionsProposedApi.ts:60
tMe @ abstractExtensionService.ts:1363
lb @ abstractExtensionService.ts:493
await in lb
kb @ abstractExtensionService.ts:463
await in kb
(anonymous) @ nativeExtensionService.ts:140
requestIdleCallback
jz @ async.ts:1490
Lv @ dom.ts:245
(anonymous) @ nativeExtensionService.ts:139
Promise.then
kCt @ nativeExtensionService.ts:137
o @ instantiationService.ts:162
x @ instantiationService.ts:295
w @ instantiationService.ts:284
v @ instantiationService.ts:273
u @ instantiationService.ts:206
s @ instantiationService.ts:190
get @ instantiationService.ts:102
(anonymous) @ workbench.ts:138
invokeFunction @ instantiationService.ts:109
startup @ workbench.ts:133
open @ desktop.main.ts:137
await in open
pon @ desktop.main.ts:421
(anonymous) @ workbench.ts:532
await in (anonymous)
(anonymous) @ workbench.ts:533
log.ts:440 INFO Settings Sync: Account status changed from uninitialized to available
log.ts:440 INFO [perf] Render performance baseline is 8ms
log.ts:450 WARN [perf] Renderer reported VERY LONG TASK (88ms), starting profiling session '65b5b6df-59f6-4fbe-bd5a-1b2adb3a7c99'
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ rendererAutoProfiler.ts:69
log.ts:460 ERR PerfSampleError: by <<renderer>> in addEventListener:
at addEventListener
at A5i (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8562)
at K (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8763)
at L (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:10146)
at H (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:9132)
at setState (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:7937)
at fb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27693)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:460 ERR PerfSampleError: by <<renderer>> in getBoundingClientRect:
at getBoundingClientRect
at U (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:238:4658)
at prepareRender (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:238:1491)
at prepareRender (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:239:10457)
at prepareRender (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:239:9289)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:239:13357)
at OA (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:239:12665)
at g (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:239:13106)
at t (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:239:13046)
at execute (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:9926)
at n (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:10077)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:10359)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:440 INFO [perf] stored profile to DISK 'file:///var/folders/gr/89fmx2ss4kgg9jk35tm_6r700000gn/T/renderer-fc0376.cpuprofile.json' 65b5b6df-59f6-4fbe-bd5a-1b2adb3a7c99
log.ts:450 WARN [perf] Renderer reported VERY LONG TASK (196ms), starting profiling session '034127c4-429c-460f-b9ca-b5f5a151f6ad'
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ rendererAutoProfiler.ts:69
log.ts:450 WARN [perf] Renderer reported VERY LONG TASK (130ms), starting profiling session '32e9d5e2-2075-40a1-a2de-136a33333e34'
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ rendererAutoProfiler.ts:69
log.ts:460 ERR PerfSampleError: by <<renderer>> in addEventListener:
at addEventListener
at A5i (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8562)
at K (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8763)
at L (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:10146)
at H (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:9132)
at setState (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:7937)
at fb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27693)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:460 ERR PerfSampleError: by <<renderer>> in M#workbench.desktop.main.js:456:10328:
at M (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:10328)
at H (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:9132)
at setState (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:7937)
at fb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27693)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:440 INFO [perf] stored profile to DISK 'file:///var/folders/gr/89fmx2ss4kgg9jk35tm_6r700000gn/T/renderer-5b9ce7.cpuprofile.json' 32e9d5e2-2075-40a1-a2de-136a33333e34
log.ts:450 WARN [perf] Renderer reported VERY LONG TASK (95ms), starting profiling session 'aeb05c51-8244-495d-b201-784fa336f0c8'
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ rendererAutoProfiler.ts:69
log.ts:460 ERR PerfSampleError: by <<renderer>> in addEventListener:
at addEventListener
at A5i (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8562)
at K (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8763)
at L (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:10146)
at H (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:9132)
at setState (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:7937)
at fb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27693)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:460 ERR PerfSampleError: by <<renderer>> in fb#workbench.desktop.main.js:456:27693:
at fb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27693)
at db (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27089)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:26603)
at C (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2306)
at D (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2417)
at fire (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2496)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:15476)
at C (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2306)
at fire (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2496)
at s (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:272:31832)
at endEmitViewEvents (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:272:32284)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:274:3948)
at batchChanges (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:276:15359)
at W (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:274:3917)
at setCursorStates (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:274:1907)
at runCoreEditorCommand (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:66:14559)
at dispatchMouse (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:73:5452)
at G (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:50165)
at w (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:47591)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:70:48632)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:67:26892)
at (anonymous) (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:66:141417)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:440 INFO [perf] stored profile to DISK 'file:///var/folders/gr/89fmx2ss4kgg9jk35tm_6r700000gn/T/renderer-04da23.cpuprofile.json' aeb05c51-8244-495d-b201-784fa336f0c8
log.ts:450 WARN [perf] Renderer reported VERY LONG TASK (171ms), starting profiling session '949c5563-b18e-4ff4-bad3-35fa9d9cb1dc'
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ rendererAutoProfiler.ts:69
log.ts:450 WARN [perf] Renderer reported VERY LONG TASK (266ms), starting profiling session '5a8dda4b-5ed6-458f-916f-1ca5b92b8349'
warn @ log.ts:450
warn @ log.ts:559
warn @ logService.ts:47
(anonymous) @ rendererAutoProfiler.ts:69
log.ts:460 ERR PerfSampleError: by <<renderer>> in addEventListener:
at addEventListener
at A5i (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8562)
at K (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32:8763)
at L (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:10146)
at H (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:9132)
at setState (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:7937)
at fb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27693)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:460 ERR PerfSampleError: by <<renderer>> in M#workbench.desktop.main.js:456:10328:
at M (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:10328)
at H (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:9132)
at setState (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:7937)
at fb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:456:27693)
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
qc @ workbench.ts:121
(anonymous) @ workbench.ts:102
onUnexpectedError @ errors.ts:65
Vln @ profilingTelemetrySpec.ts:60
(anonymous) @ profileAnalysisWorkerService.ts:69
await in (anonymous)
c @ profileAnalysisWorkerService.ts:57
analyseBottomUp @ profileAnalysisWorkerService.ts:65
(anonymous) @ rendererAutoProfiler.ts:79
log.ts:440 INFO [perf] stored profile to DISK 'file:///var/folders/gr/89fmx2ss4kgg9jk35tm_6r700000gn/T/renderer-aef47b.cpuprofile.json' 5a8dda4b-5ed6-458f-916f-1ca5b92b8349
merlinaudio
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-sticky-scrollperformance