VS Code: Release v1.40.2 (#6061) #136
Annotations
2 errors and 1 warning
Run pnpm run test:
agent/src/vscode-shim.test.ts#L401
AssertionError: expected undefined to match object { providers: { …(1) }, enable: true }
- Expected:
Object {
"enable": true,
"providers": Object {
"https://gist": Object {
"githubusercontent": Object {
"com/someuser/provider": Object {
"js": true,
},
},
},
},
}
+ Received:
undefined
❯ src/vscode-shim.test.ts:401:42
|
Run pnpm run test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading