diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 60f63745a..23269acae 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -38,7 +38,8 @@ { "id": "tinymist.side-symbol-view", "type": "webview", - "name": "Symbol View" + "name": "Symbol View", + "when": "resourceLangId == typst" } ] },