WebTemplateStudio icon indicating copy to clipboard operation
WebTemplateStudio copied to clipboard

Console Error when start the wizard/sync

Open Tanya0609 opened this issue 5 years ago • 3 comments

Screen Shot 2019-08-07 at 9 07 41 PM

Tanya0609 avatar Aug 08 '19 04:08 Tanya0609

This is an old issue @Tanya0609 see #82 It isn't our issue. It is an issue within vscode!

SahilTara avatar Aug 08 '19 04:08 SahilTara

It seems that the current issue is due to azure app service.

Here's a stack trace:

Activating extension `ms-azuretools.vscode-azureappservice` failed:  Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
extensionHostProcess.js:497
Here is the error stack:  DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

SahilTara avatar Aug 08 '19 04:08 SahilTara

I think it'll be fixed in the next version of appservice! I tried compiling their master branch and the buffer issue doesn't seem to show up! Try it out yourself by downloading this VSIX and clicking install from vsix in vscode, after uninstalling the normal azure appservice. If the buffer issue still persists repeat the process with Insiders 1.37 and the VSIX. I have been able to eliminate the buffer with the combination of the two. However I'm not sure if the Insiders version is necessary so you should try without it first!

SahilTara avatar Aug 08 '19 05:08 SahilTara