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

(typo) Minor correction #154

Merged
merged 1 commit into from
Jul 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/node/extension/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function createInitialConfigurations(): 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