Update Configure Python dialog to allow packages to be installed for specific kernels. (#10286)

This commit is contained in:
Cory Rivera
2020-05-08 16:02:59 -07:00
committed by GitHub
parent 9bcd7cdd80
commit f94a9d0d58
23 changed files with 1045 additions and 95 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -4590,7 +4590,7 @@ declare module 'azdata' {
* Starts the server. Some server types may not support or require this.
* Should no-op if server is already started
*/
startServer(): Thenable<void>;
startServer(kernelSpec: IKernelSpec): Thenable<void>;
/**
* Stops the server. Some server types may not support or require this