Skip to content

Commit f55b9a5

Browse files
authored
chore: remove description in favor of markdownDescription (#3068)
1 parent bdd164e commit f55b9a5

File tree

3 files changed

+0
-1097
lines changed

3 files changed

+0
-1097
lines changed

samtranslator/internal/schema_source/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _get_prop(stem: str, name: str) -> Any:
6666
docs = _DOCS["properties"][stem][name]
6767
return Field(
6868
title=name,
69-
description=docs,
7069
# https://code.visualstudio.com/docs/languages/json#_use-rich-formatting-in-hovers
7170
markdownDescription=docs,
7271
)

0 commit comments

Comments
 (0)