microsoft / WebTemplateStudio

Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices
https://aka.ms/webtsinstall
MIT License
2.02k stars 203 forks source link

Console Error when start the wizard/sync #1042

Open Tanya0609 opened 5 years ago

Tanya0609 commented 5 years ago
Screen Shot 2019-08-07 at 9 07 41 PM
SahilTara commented 5 years ago

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

SahilTara commented 5 years ago

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 commented 5 years ago

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!