File tree Expand file tree Collapse file tree
src/client/common/application Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 ([ #15232 ] ( https://github.com/Microsoft/vscode-python/issues/15232 ) )
30301 . Ensure target environment is activated in the terminal when running install scripts.
3131 ([ #15285 ] ( https://github.com/Microsoft/vscode-python/issues/15285 ) )
32+ 1 . Allow support for using notebook APIs in the VS code stable build.
33+ ([ #15364 ] ( https://github.com/Microsoft/vscode-python/issues/15364 ) )
3234
3335### Code Health
3436
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export class VSCodeNotebook implements IVSCodeNotebook {
8585 @inject ( IDisposableRegistry ) private readonly disposables : IDisposableRegistry ,
8686 @inject ( IApplicationEnvironment ) readonly env : IApplicationEnvironment ,
8787 ) {
88- if ( this . useProposedApi && this . env . channel === 'insiders' ) {
88+ if ( this . useProposedApi ) {
8989 this . addEventHandlers ( ) ;
9090 this . canUseNotebookApi = true ;
9191 }
You can’t perform that action at this time.
0 commit comments