mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
tweak inline chat hint (#234821)
* make editor readonly and disable squiggle while inline chat shows reply https://github.com/microsoft/vscode/issues/226160 * tweak inline chat hint only show on intented empty lines, hide when command run * fix tests (only disable squiggle, not readonlyness)
This commit is contained in:
@@ -211,7 +211,7 @@ async function loadTests(opts) {
|
||||
]);
|
||||
|
||||
const _allowedSuitesWithOutput = new Set([
|
||||
'InteractiveChatController'
|
||||
'InlineChatController'
|
||||
]);
|
||||
|
||||
let _testsWithUnexpectedOutput = false;
|
||||
|
||||
Reference in New Issue
Block a user