codebuilds
codebuilds copied to clipboard
Every time I try to get extensions I get "Cannot read property 'templateData' of null"
New install on raspbery pi 4 with default install of raspbian.
What do I need to do to fix this?
+1 There's the same problem with archlinuxarm
+1 same error here with the latest version on ubuntu 19.10 64 bit on Pi 4 (4 GB)
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.
is there a way to roll back?
is there a way to roll back?
It’s easier to wait for the update
Get the same issue on Ubuntu 18.04 on an Odroid N2
+1
I updated my app to version 1.45 on raspberry pi 4. No error.
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.
@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.