Skip to content

Commit

Permalink
Fix #79977
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Aug 28, 2019
1 parent ac565b4 commit 9d8d875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ class UnsupportedSettingsRenderer extends Disposable {
severity: MarkerSeverity.Hint,
tags: [MarkerTag.Unnecessary],
...setting.range,
message: nls.localize('unsupportedMachineSetting', "This setting can be applied only in user settings")
message: nls.localize('unsupportedMachineSetting', "This setting can only be applied in user settings in local window or in remote settings in remote window.")
};
}

Expand Down

0 comments on commit 9d8d875

Please sign in to comment.