Closed
Description
From @Sti2nd on October 7, 2018 16:17
import { timpaniSounds } from "./soundImport.mjs";
In the above example VS code will show all javascript files when writing "./", but not javascript module files. So I didn't see the above file in the list when trying to import it.
Not sure if this is a bug or a feature request.
Copied from original issue: microsoft/vscode#60103