fix: Trigger workspace event after agent timeout seconds (#5141)

Fixes #5116
This commit is contained in:
Mathias Fredriksson
2022-11-22 13:01:28 +02:00
committed by GitHub
parent e94b27bce4
commit 2b6c229e4e
3 changed files with 75 additions and 27 deletions
+3 -8
View File
@@ -33,6 +33,7 @@
"enablements",
"errgroup",
"eventsourcemock",
"Failf",
"fatih",
"Formik",
"gitauth",
@@ -160,10 +161,7 @@
"xstate",
"yamux"
],
"cSpell.ignorePaths": [
"site/package.json",
".vscode/settings.json"
],
"cSpell.ignorePaths": ["site/package.json", ".vscode/settings.json"],
"emeraldwalk.runonsave": {
"commands": [
{
@@ -195,10 +193,7 @@
// To reduce redundancy in tests, it's covered by other packages.
// Since package coverage pairing can't be defined, all packages cover
// all other packages.
"go.testFlags": [
"-short",
"-coverpkg=./..."
],
"go.testFlags": ["-short", "-coverpkg=./..."],
// We often use a version of TypeScript that's ahead of the version shipped
// with VS Code.
"typescript.tsdk": "./site/node_modules/typescript/lib"