soates / Auto-Import

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
164 stars 62 forks source link

Double quotes settings doesn't work #125

Closed d07RiV closed 1 year ago

d07RiV commented 1 year ago

Autoimport: Double Quotes is unchecked, but imports are still created with double quotes when it is the first import in the file:

const Foo = require("./Foo")