We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a1596 commit 5ace445Copy full SHA for 5ace445
src/configurationType.ts
@@ -277,7 +277,8 @@ export type Configuration = {
277
removeImportsFromReferences: boolean
278
/**
279
* Small definition improvements by cleaning them out:
280
- * - remove node_modules definition on React.FC component click
+ * - remove node_modules type definition on React.FC components (e.g. <Foo />)
281
+ * - remove classes index definition on css modules (https://github.com/clinyong/vscode-css-modules/issues/63#issuecomment-1372851831)
282
* @default true
283
*/
284
miscDefinitionImprovement: boolean
0 commit comments