This commit is contained in:
Eric Jizba 2019-08-16 11:44:00 -07:00 коммит произвёл GitHub
Родитель 4ea0843098
Коммит 3686a7dca2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 5598 добавлений и 4515 удалений

Просмотреть файл

@ -2,7 +2,26 @@
# Change Log
All notable changes to the "azurefunctions" extension will be documented in this file.
## 0.18.0 - 2019-08-19
### Added
- Added Python project support for server-side build. Follow these steps to enable: https://aka.ms/AA5vsfd
- Added Application Insights support when creating a Function App in Azure
- Added a local project tree item to the Azure Functions view (does not apply to Java or C#)
- Copy local http trigger urls
- Execute local timer triggers
- View and add bindings
- Removed "Preview" label from Python projects and Linux Function Apps
### Changed
- Removed setting "azureFunctions.advancedCreation" in favor of a separate "Advanced" command to create Function Apps
- Renamed default Python virtual environment from ".env" to ".venv"
- Basic create mode will now prompt for a location when creating a Function App
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.18.0%22+is%3Aclosed)
- Fixed copying non-anonymous function urls for Linux consumption apps
- Reduced occurrence of error "Failed to detect running Functions host" for C# debugging
- Fixed creation of Linux Dedicated Function Apps
## 0.17.1 - 2019-05-24

10086
NOTICE.html

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -22,7 +22,7 @@ Install the prerequisites for your desired language:
* [TypeScript](#node)
* [C#](#net)
* [Java](#java)
* [Python (Preview)](#python)
* [Python](#python)
* [PowerShell (Preview)](#powershell)
## Features

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-azurefunctions",
"version": "0.17.2-alpha",
"version": "0.18.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-azurefunctions",
"displayName": "Azure Functions",
"description": "%extension.description%",
"version": "0.17.2-alpha",
"version": "0.18.0",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",