microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Node function fix #212

Closed tiwarishub closed 3 years ago

tiwarishub commented 3 years ago

Adding a check for template type as well to fix the issues like Node functions which as per of earlier condition going to provisioning service. but it should go local provisioning as the functions for the node language is not supported in the template service

Another fix includes is npm install fails with the below error

Error installing vscode.d.ts: Error: Request returned status code: 404
Details: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/releases/stable</pre>
</body>
</html>

The quick fix for this is updating vscode module to its latest version. but also found that vscode module is deprecated So later on, if want, we can move to @types/vscode andvscode-test