Search found 1 match

by babe_babe
01 August 2026, 23:54
Forum: Developers
Topic: Missing code skeleton
Replies: 3
Views: 267

Re: Missing code skeleton

I ran into this as well. It was a sftp issue for me. I am using VS Code version 1.131.0 (which uses Node 24) with the natizyskunk.sftp extension which uses the utils.isDate() function which was removed in Node 23. This causes all the files to be blank. There are some workarounds here: https://github...

Go to advanced search