VsCode - Clear i18nAlly

77 Views Asked by At

After removing i18n-ally plugin in VsCode, it keeps modifying my .vscode/setting.json as below

  "i18n-ally.localesPaths": [
    ...,
    "ios/Pods/boost/boost/locale",
    "ios/Pods/RCT-Folly/folly/lang",
    "ios/Pods/boost/boost/predef/language",
    ...
  ]

Even I discard the changes in Source tree, it keeps changing my file.
How to stop it from modifying the setting.json?

0

There are 0 best solutions below