Closed chenweiyi closed 4 months ago
Problem:
It not works in .tsx file, but when i modify file to .ts file, it works.
my vscode settings is below:
"colorize.languages": [ "javascript", "ts", "tsx", "typescript", "vue", "css", "sass", "scss", "less", "postcss", "sss", "stylus", "xml", "svg" ],
May I ask, how to set the language so that it takes effect in the .tsx file?
what was the solution for this?
add typescriptreact in colorize.languages
typescriptreact
colorize.languages
Problem:
It not works in .tsx file, but when i modify file to .ts file, it works.
my vscode settings is below:
May I ask, how to set the language so that it takes effect in the .tsx file?