Properties
Protected _currentOptions
Protected Readonly contextKeyService
contextKeyService: ContextKeyService
Protected debugConfigurationTypeKey
debugConfigurationTypeKey: ContextKey<string>
Protected Readonly editorManager
editorManager: EditorManager
Protected initialized
initialized: Promise<void>
Protected Readonly models
Readonly onDidChange
onDidChange: Event<void> = ...
Protected Readonly onDidChangeEmitter
onDidChangeEmitter: Emitter<void> = ...
Readonly onWillProvideDebugConfiguration
Protected Readonly onWillProvideDebugConfigurationEmitter
Protected Readonly onWillProvideDynamicDebugConfigurationEmitter
Protected Readonly preferenceConfigurations
preferenceConfigurations: PreferenceConfigurations
Protected Readonly preferences
preferences: PreferenceService
Protected Readonly quickPickService
quickPickService: QuickPickService
Protected Readonly storage
storage: StorageService
Protected Readonly textModelService
textModelService: MonacoTextModelService
Protected updateModels
updateModels: (...arguments: []) => Promise<void> = ...
Type declaration
-
- (...arguments: []): Promise<void>
-
Parameters
Returns Promise<void>
Protected Readonly workspaceService
workspaceService: WorkspaceService
Protected Readonly workspaceVariables
workspaceVariables: WorkspaceVariableContribution
Checks whether a
launch.json
file contains the minimum necessary content. If content not found, provides content and populates the file using Monaco.