Hi
I am using VS Code with some extensions
I tried to import a module which works fine but i always have to change the double quotes into single quotes manually.
IS : import { } from “module”;
SHOULD : import { } from ‘module’;
Where can i change from double quote to single quote ?
Best regards
Dietmar
1 post - 1 participant