Johannes Rieken

Results 171 comments of Johannes Rieken

fyi - the progress-object that's passed into `ChatAgentHandler` will change. Instead of calling `progress.report(typeA)` and `progress.report(typeB)` there is method per display-type, like `stream.markdown(value)` and `stream.reference(value2)` etc. The new typings are...

not yet, it will be tomorrows insiders

fyi - we are going to rename `ChatAccess` and friends from the `chatRequestAccess`-proposal to "LanguageModel", e.g `requestLanguageModelAccess`, `LanguageModelAccess`, etc. The old name was chosen because we expect a language model...

fyi - `ChatMessageRole#Function` will be removed with https://github.com/microsoft/vscode/pull/204637

/needsMoreInfo Please use this guide to provide more information: https://github.com/Microsoft/vscode/wiki/Performance-Issues. Thanks.

Please use this guide to provide more information: https://github.com/Microsoft/vscode/wiki/Performance-Issues. Thanks.

@jsecrest what precisely is the performance problem that you are experiencing. Slow startup? Slow editor features, like slow to complete or slow to show the outline? Slow, unresponsive UI like...

> VS Code freezes for about 3-5 seconds. Describe "freeze" does the cursor stop blinking or does parameter help not update as you type more?

@chetanrchetu define "freeze", see https://github.com/microsoft/vscode/issues/204234#issuecomment-1934368095

If you can consistently cause the cursor to stop blinking then follow these steps to create CPU profile: https://github.com/Microsoft/vscode/wiki/Performance-Issues#profiling-the-renderer-process