mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
debug: callStack contribution is now an editor contribution
This commit is contained in:
@@ -164,6 +164,7 @@ import 'vs/workbench/contrib/debug/browser/debug.contribution';
|
||||
import 'vs/workbench/contrib/debug/browser/debugQuickOpen';
|
||||
import 'vs/workbench/contrib/debug/browser/debugEditorContribution';
|
||||
import 'vs/workbench/contrib/debug/browser/breakpointEditorContribution';
|
||||
import 'vs/workbench/contrib/debug/browser/callStackEditorContribution';
|
||||
import 'vs/workbench/contrib/debug/browser/repl';
|
||||
import 'vs/workbench/contrib/debug/browser/debugViewlet';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user