You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how this could be done. A common pattern with webpack is to module.exports all the webpack configuration. If VS Code could give IntelliSense in that location (by maybe determining that its a webpack file) - that would be very neat.
The text was updated successfully, but these errors were encountered:
this webpack module should supply a typings data, that if present, is interpreted by the TypeScript server and then used by Intellisense. If it doesn't provide typings or TypeScript is unable to produce a desirable data - then it won't happen. Its not VSCode's fault nor it's task to to magically produce it.
Test tour for MERN starter kit #22277
Steps to Reproduce:
I'm not sure how this could be done. A common pattern with webpack is to
module.exports
all the webpack configuration. If VS Code could give IntelliSense in that location (by maybe determining that its a webpack file) - that would be very neat.The text was updated successfully, but these errors were encountered: