file open in vscode: vscode showing
        <BillCard
          title={"医疗分期"}
          status={item.applyStatus}
file open in sublime Text sublime text
<Wrapper key={index}>
        <BillCard
          title={"医疗分期"}
          status={item.applyStatus}
already setted "files.autoGuessEncoding": true, in setttings.json  of vscode.
and it is *.jsx file
not sure why it would happen