Skip to content

Commit 6c792d2

Browse files
committed
debug: remove enableBreakpointsFor schem contribution
1 parent eabdabe commit 6c792d2

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/vs/workbench/parts/debug/node/debugConfigurationManager.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ export const debuggersExtPoint = extensionsRegistry.ExtensionsRegistry.registerE
4545
description: nls.localize('vscode.extension.contributes.debuggers.label', "Display name for this debug adapter."),
4646
type: 'string'
4747
},
48-
enableBreakpointsFor: {
49-
description: nls.localize('vscode.extension.contributes.debuggers.enableBreakpointsFor', "Allow breakpoints for these languages."),
50-
type: 'object',
51-
properties: {
52-
languageIds: {
53-
description: nls.localize('vscode.extension.contributes.debuggers.enableBreakpointsFor.languageIds', "List of languages."),
54-
type: 'array',
55-
items: {
56-
type: 'string'
57-
}
58-
}
59-
}
60-
},
6148
program: {
6249
description: nls.localize('vscode.extension.contributes.debuggers.program', "Path to the debug adapter program. Path is either absolute or relative to the extension folder."),
6350
type: 'string'

0 commit comments

Comments
 (0)