headmelted / codebuilds

Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
https://code.headmelted.com
MIT License
1.03k stars 56 forks source link

Every time I try to get extensions I get "Cannot read property 'templateData' of null" #107

Open Vizeo opened 4 years ago

Vizeo commented 4 years ago

New install on raspbery pi 4 with default install of raspbian.

What do I need to do to fix this?

shuaixr commented 4 years ago

+1 There's the same problem with archlinuxarm

shivahnshankar commented 4 years ago

+1 same error here with the latest version on ubuntu 19.10 64 bit on Pi 4 (4 GB)

qqj1228 commented 4 years ago

vscode 1.43 is fine. The lastest version of Microsoft is also 1.43.2. So there is a fatal bug in 1.44 version.

Vizeo commented 4 years ago

is there a way to roll back?

GemGameRU commented 4 years ago

is there a way to roll back?

It’s easier to wait for the update

MarkuBu commented 4 years ago

Get the same issue on Ubuntu 18.04 on an Odroid N2

marfier commented 4 years ago

+1

almathisen commented 4 years ago

I updated my app to version 1.45 on raspberry pi 4. No error.

marcosavini commented 4 years ago

arm64 chromebook here with VS Code 1.44. Ctrl-Shift-P, Open Settings (JSON) Added "sync.ignoredExtensions": [] And since then it works. I hope this workaround will help others, too.

bluepoopants commented 4 years ago

@marcosavini Your fix worked perfectly. I wasn't able to find or use extensions at all in v1.44 on Raspbian, added that line to the settings and they now show up and can be installed.