From a8a049624fbdffffa9e8f39929cafd9ac97efd9b Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 14 Jan 2022 11:21:18 -0800 Subject: [PATCH] Remove Notebook debug contributions (#18087) --- .../workbench/contrib/notebook/browser/notebook.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts b/src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts index 4d8b525efa..8a9555f795 100644 --- a/src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts +++ b/src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts @@ -81,7 +81,7 @@ import 'vs/workbench/contrib/notebook/browser/contrib/cellOperations/cellOperati import 'vs/workbench/contrib/notebook/browser/contrib/viewportCustomMarkdown/viewportCustomMarkdown'; import 'vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout'; import 'vs/workbench/contrib/notebook/browser/contrib/codeRenderer/codeRenderer'; -import 'vs/workbench/contrib/notebook/browser/contrib/breakpoints/notebookBreakpoints'; +// import 'vs/workbench/contrib/notebook/browser/contrib/breakpoints/notebookBreakpoints'; {{SQL CARBON EDIT}} Disabling since we don't have debug service enabled // Diff Editor Contribution import 'vs/workbench/contrib/notebook/browser/diff/notebookDiffActions';