|
|
@ -524,7 +524,7 @@ export function GeCompletionUnits(range: monacoTypes.IRange, monaco): monacoType |
|
|
|
if (unit !== 'years') { |
|
|
|
if (unit !== 'years') { |
|
|
|
completionItem.detail = unit + ': time unit'; |
|
|
|
completionItem.detail = unit + ': time unit'; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
completionItem.detail = 'DEPRECATED: ' + unit + ': time unit'; |
|
|
|
completionItem.detail = 'REMOVED in v0.5.0: ' + unit + ': time unit'; |
|
|
|
} |
|
|
|
} |
|
|
|
completionItems.push(completionItem); |
|
|
|
completionItems.push(completionItem); |
|
|
|
}); |
|
|
|
}); |
|
|
|