Skip to content

Commit 5ace445

Browse files
committed
update miscDefinitionImprovement setting description
1 parent e1a1596 commit 5ace445

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configurationType.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ export type Configuration = {
277277
removeImportsFromReferences: boolean
278278
/**
279279
* Small definition improvements by cleaning them out:
280-
* - remove node_modules definition on React.FC component click
280+
* - 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)
281282
* @default true
282283
*/
283284
miscDefinitionImprovement: boolean

0 commit comments

Comments
 (0)