Add warning markers for properties/APIs marked @deprecated in JSDoc #277
Labels
feature-request
Request for new features or functionality
help wanted
Issues identified as good community contribution opportunities
typescript
Milestone
monaco-typescript doesn't seem to do anything with
@deprecated
markers in typings or in JS code. In other IDEs, APIs marked with@deprecated
,[Obsolete]
etc. are given yellow markers and their deprecation messages are shown as warnings.Here's a sample of the property being used in monaco-typescript itself (source)
The text was updated successfully, but these errors were encountered: