feat: conditionally open activity icon when lang id is typst (#222)

This commit is contained in:
Wenzhuo Liu 2024-05-04 13:22:15 +08:00 committed by GitHub
parent 9767e33bdd
commit 60fa22c4df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,8 @@
{
"id": "tinymist.side-symbol-view",
"type": "webview",
"name": "Symbol View"
"name": "Symbol View",
"when": "resourceLangId == typst"
}
]
},