Comments using the default ft in .tsx files doesn't work, it still adds // . The only way I got it working was setting the ft to javascript.jsx, then comments were working fine for both jsx and normal js. I also tried setting the ft to javascriptreact but it didn't work either.


Comments using the default
ftin.tsxfiles doesn't work, it still adds//. The only way I got it working was setting thefttojavascript.jsx, then comments were working fine for bothjsxand normaljs. I also tried setting thefttojavascriptreactbut it didn't work either.