Skip to content

Commit

Permalink
change property name from typecriptCleanUpDefs to tsCleanUpDefs i…
Browse files Browse the repository at this point in the history
…n `extension.ts` (#155)

Co-authored-by: roshal <[email protected]>
Co-authored-by: Vijaya Krishna <[email protected]>
  • Loading branch information
3 people authored Jun 8, 2024
1 parent 2492aa2 commit 5b59b6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nervous-wasps-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-ts-css": patch
---

change property name from `typecriptCleanUpDefs` to `tsCleanUpDefs` in `extension.ts`
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
Settings.diagnostics = getSettings().get("diagnostics");
Settings.baseDir = getSettings().get("baseDir");
Settings.cssSyntaxColor = getSettings().get("cssSyntaxColor");
Settings.tsCleanUpDefs = getSettings().get("typecriptCleanUpDefs");
Settings.tsCleanUpDefs = getSettings().get("tsCleanUpDefs");
Settings.cleanUpDefs = getSettings().get("cleanUpDefs");
Settings.references = getSettings().get("references");
Settings.codeLens = getSettings().get("codelens");
Expand Down

0 comments on commit 5b59b6e

Please sign in to comment.