提交 0dbea267 编写于 作者: S Sandeep Somavarapu

Improve wording #31564

上级 fe421300
...@@ -1025,7 +1025,7 @@ class UnsupportedWorkbenchSettingsRenderer extends Disposable { ...@@ -1025,7 +1025,7 @@ class UnsupportedWorkbenchSettingsRenderer extends Disposable {
stickiness: editorCommon.TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges, stickiness: editorCommon.TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges,
inlineClassName: 'dim-configuration', inlineClassName: 'dim-configuration',
beforeContentClassName: 'unsupportedWorkbenhSettingInfo', beforeContentClassName: 'unsupportedWorkbenhSettingInfo',
hoverMessage: nls.localize('unsupportedWorkbenchSetting', "This setting cannot be applied now. It is applicable when you open the folder directly.") hoverMessage: nls.localize('unsupportedWorkbenchSetting', "This setting cannot be applied now. It will be applied when you open this folder directly.")
}); });
private createDecoration(range: IRange, model: editorCommon.IModel): editorCommon.IModelDeltaDecoration { private createDecoration(range: IRange, model: editorCommon.IModel): editorCommon.IModelDeltaDecoration {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册