Add public API event for kernel post-initialization #17401
Annotations
13 errors and 4 warnings
Log test results
Failed to print test summary
|
Log test results
Error: ENOENT: no such file or directory, open 'D:\a\vscode-jupyter\vscode-jupyter\logs\testresults.json'
|
Log test results
Process completed with exit code 1.
|
Compile
Property 'onDidInitialize' is missing in type '{ getKernel: () => Promise<undefined>; }' but required in type 'Kernels'.
|
Compile
Property 'onDidInitialize' is missing in type '{ getKernel: () => Promise<undefined>; }' but required in type 'Kernels'.
|
Compile
Class 'BaseCoreKernelProvider' incorrectly implements interface 'IKernelProvider'.
|
Compile
Class 'BaseThirdPartyKernelProvider' incorrectly implements interface 'IThirdPartyKernelProvider'.
|
Compile
Property 'onDidDispose' is missing in type 'KernelProvider' but required in type 'IKernelProvider'.
|
Compile
Property 'onDidDispose' is missing in type 'ThirdPartyKernelProvider' but required in type 'IThirdPartyKernelProvider'.
|
Compile
Argument of type 'typeof KernelProvider' is not assignable to parameter of type 'ClassType<IKernelProvider>'.
|
Compile
Argument of type 'typeof ThirdPartyKernelProvider' is not assignable to parameter of type 'ClassType<IThirdPartyKernelProvider>'.
|
Compile
Argument of type 'typeof KernelProvider' is not assignable to parameter of type 'ClassType<IKernelProvider>'.
|
Compile
Argument of type 'typeof ThirdPartyKernelProvider' is not assignable to parameter of type 'ClassType<IThirdPartyKernelProvider>'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Upload VS code logs
No files were found with the provided path: /logs/**/*. No artifacts will be uploaded.
|
Upload test result, screenshots files
No files were found with the provided path: ./logs/*. No artifacts will be uploaded.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ms-toolsai-jupyter-insiders.vsix".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading