Skip to content

Commit

Permalink
Remove unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaystg committed Dec 19, 2023
1 parent 60bef9e commit f4f9f0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tools/generateOptionsSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@ export function GenerateOptionsSchema() {
packageJSON.contributes.debuggers[1].configurationAttributes.launch = schemaJSON.definitions.LaunchOptions;
packageJSON.contributes.debuggers[1].configurationAttributes.attach = schemaJSON.definitions.AttachOptions;

// Mono
packageJSON.contributes.debuggers[2].configurationAttributes.launch = schemaJSON.definitions.LaunchOptions;

// Make a copy of the options for unit test debugging
const unitTestDebuggingOptions = JSON.parse(JSON.stringify(schemaJSON.definitions.AttachOptions.properties));
// Remove the options we don't want
Expand Down

0 comments on commit f4f9f0f

Please sign in to comment.