chore - whitespaces vs tabs

This commit is contained in:
Johannes Rieken 2020-06-11 09:29:23 +02:00
parent 2d9925abbb
commit 247920174c

View File

@ -10923,7 +10923,7 @@ declare module 'vscode' {
*/
export enum DebugConfigurationProviderTriggerKind {
/**
* `DebugConfigurationProvider.provideDebugConfigurations` is called to provide the initial debug configurations for a newly created launch.json.
* `DebugConfigurationProvider.provideDebugConfigurations` is called to provide the initial debug configurations for a newly created launch.json.
*/
Initial = 1,
/**