3

I am currently getting two error in CodeSandbox every time I refresh or start a new Sandbox. I tried many things to solve without success. Has anyone come across this and managed to fix it?

Error

  1. VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.
  2. Activating extension 'vscode.typescript-language-features' failed: Could not find bundled tsserver.js.

enter image description here

Thank you in advance.

Diego Oriani
  • 1,647
  • 5
  • 22
  • 31

1 Answers1

1

Deleting all codesandbox cookies and refreshing worked for me.

arel
  • 11
  • 1
  • How do I delete Codesandbox cookies? Sorry for the stupid question. – Diego Oriani Jan 08 '21 at 22:00
  • Assuming you're using Chrome you can do this from your browser e.g. https://support.google.com/chrome/answer/95647?#zippy=%2Cdelete-cookies-from-a-site or use an extension like "EditThisCookie" – arel Jan 10 '21 at 00:49