feat: setup pipeline #4
Annotations
10 errors and 2 warnings
publish-extension:
src/extension.ts#L1
Cannot find module 'vscode' or its corresponding type declarations.
|
publish-extension:
src/extension.ts#L50
Cannot find namespace 'NodeJS'.
|
publish-extension:
src/extension.ts#L52
Cannot find name 'clearTimeout'.
|
publish-extension:
src/extension.ts#L53
Cannot find name 'setTimeout'.
|
publish-extension:
src/failure/golden_failure_item.ts#L1
Cannot find module 'vscode' or its corresponding type declarations.
|
publish-extension:
src/failure/tree_failures_view.ts#L1
Cannot find module 'vscode' or its corresponding type declarations.
|
publish-extension:
src/failure/tree_failures_view.ts#L2
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
publish-extension:
src/failure/tree_failures_view.ts#L3
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
publish-extension:
src/failure/tree_failures_view.ts#L4
Cannot find module 'path' or its corresponding type declarations.
|
publish-extension:
src/failure/tree_failures_view.ts#L15
Parameter 'item' implicitly has an 'any' type.
|
publish-extension
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
publish-extension
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|