Skip to content

Commit

Permalink
chore: remove description in favor of markdownDescription (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffa committed Mar 27, 2023
1 parent bdd164e commit f55b9a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,097 deletions.
1 change: 0 additions & 1 deletion samtranslator/internal/schema_source/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def _get_prop(stem: str, name: str) -> Any:
docs = _DOCS["properties"][stem][name]
return Field(
title=name,
description=docs,
# https://code.visualstudio.com/docs/languages/json#_use-rich-formatting-in-hovers
markdownDescription=docs,
)
Expand Down
Loading

0 comments on commit f55b9a5

Please sign in to comment.