Skip to content

Commit

Permalink
update complete for year time unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jun 3, 2024
1 parent 52e409e commit f76383a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export function GeCompletionUnits(range: monacoTypes.IRange, monaco): monacoType
if (unit !== 'years') {
completionItem.detail = unit + ': time unit';
} else {
completionItem.detail = 'DEPRECATED: ' + unit + ': time unit';
completionItem.detail = 'REMOVED in v0.5.0: ' + unit + ': time unit';
}
completionItems.push(completionItem);
});
Expand Down

0 comments on commit f76383a

Please sign in to comment.