Skip to content

Commit b3efe98

Browse files
authored
joh/capable viper (microsoft#182193)
* move creation of session into the session service, keep sessions ref-counted * wip * inline chat improvements * turn the asyn-do-while loop into a state machine so that it can be paused/resumed * externalize more state into Session and response types * fix a few issues in the strategies and widgets
1 parent 572ccd1 commit b3efe98

File tree

6 files changed

+822
-659
lines changed

6 files changed

+822
-659
lines changed

src/vs/base/common/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,6 @@ export class BugIndicatingError extends Error {
290290
// Because we know for sure only buggy code throws this,
291291
// we definitely want to break here and fix the bug.
292292
// eslint-disable-next-line no-debugger
293-
debugger;
293+
// debugger;
294294
}
295295
}

0 commit comments

Comments
 (0)