Skip to content

Commit d11c6da

Browse files
author
Kumar Harsh
committed
fix(status-bar): show status-bar item for more languages
1 parent 525985d commit d11c6da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/extension.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ const statusBarActivationLanguageIds = [
5757
'javascriptreact',
5858
'typescript',
5959
'typescriptreact',
60+
'vue',
61+
'feature',
62+
'ruby',
63+
'ocaml',
64+
'reason',
6065
];
6166

6267
export function activate(context: ExtensionContext) {

0 commit comments

Comments
 (0)