Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #154 from gep13/patch-1
Browse files Browse the repository at this point in the history
(typo) Minor correction
  • Loading branch information
weinand committed Jul 30, 2017
2 parents d52c670 + 0774685 commit 1c46269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/extension/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function createInitialConfigurations(folderUri: vscode.Uri): string {
}

// Massage the configuration string, add an aditional tab and comment out processId.
// Add an aditional empty line between attributes which the user should not edit.
// Add an additional empty line between attributes which the user should not edit.
const configurationsMassaged = JSON.stringify(initialConfigurations, null, '\t').split('\n').map(line => '\t' + line).join('\n').trim();

const comment1 = localize('launch.config.comment1', "Use IntelliSense to learn about possible Node.js debug attributes.");
Expand Down

0 comments on commit 1c46269

Please sign in to comment.