0

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?

CCCC
  • 5,665
  • 4
  • 41
  • 88
  • 1) Does it do this even if you reload / close&reopen VS Code? 2) What if you delete the corresponding directory under `~/.vscode/extensions`? – starball Apr 24 '23 at 03:29
  • @user 1) yes 2) no corresponding directory under `~/.vscode/extensions` after I delete the extension – CCCC Apr 24 '23 at 03:45

0 Answers0