We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865f28a commit 023e21aCopy full SHA for 023e21a
plugin/spec.vim
@@ -66,7 +66,7 @@ function! s:GetCorrectCommand(debug)
66
if &filetype ==? 'ruby'
67
call s:SetRubyCommand()
68
" Set default {mocha} command (javascript)
69
- elseif &filetype ==? 'javascript' || &filetype ==? 'typescript.tsx'
+ elseif &filetype ==? 'javascript' || &filetype ==? 'typescript.tsx' || &filetype ==? 'typescript'
70
" set debug command here
71
if a:debug
72
call s:SetJavascriptDebugCommand()
0 commit comments