Skip to content

Commit

Permalink
Merge pull request #173073 from microsoft/tyriar/172223
Browse files Browse the repository at this point in the history
Correct order of enableFileLinks descriptions
  • Loading branch information
Tyriar committed Feb 1, 2023
2 parents c6e4988 + 659c316 commit daa5ee5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ const terminalConfiguration: IConfigurationNode = {
enum: ['off', 'on', 'notRemote'],
enumDescriptions: [
localize('enableFileLinks.off', "Always off."),
localize('enableFileLinks.notRemote', "Enable only when not in a remote workspace."),
localize('enableFileLinks.on', "Always on.")
localize('enableFileLinks.on', "Always on."),
localize('enableFileLinks.notRemote', "Enable only when not in a remote workspace.")
],
default: 'on'
},
Expand Down

0 comments on commit daa5ee5

Please sign in to comment.