Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/vscode-azurefunctions.git
Prep for 1.0 release π (#2479)
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
66afadce6b
ΠΠΎΠΌΠΌΠΈΡ
ba298c9288
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.0.0 - 2020-10-20
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Preview support for creating custom handler projects and functions
|
||||||
|
- Preview support for generating functions from an OpenAPI specification
|
||||||
|
- Extended deployment slot support to Linux consumption apps
|
||||||
|
- Warn when attempting to deploy a 64-bit C# project to a 32-bit Function App (thanks @prabh-62)
|
||||||
|
- Allow comments in "local.settings.json"
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [Bugs fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%221.0.0%22+is%3Aclosed)
|
||||||
|
|
||||||
## 0.24.1 - 2020-09-21
|
## 0.24.1 - 2020-09-21
|
||||||
|
|
||||||
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.24.1%22+is%3Aclosed)
|
### [Fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.24.1%22+is%3Aclosed)
|
||||||
|
|
9137
NOTICE.html
9137
NOTICE.html
Π Π°Π·Π½ΠΈΡΠ° ΠΌΠ΅ΠΆΠ΄Ρ ΡΠ°ΠΉΠ»Π°ΠΌΠΈ Π½Π΅ ΠΏΠΎΠΊΠ°Π·Π°Π½Π° ΠΈΠ·-Π·Π° ΡΠ²ΠΎΠ΅Π³ΠΎ Π±ΠΎΠ»ΡΡΠΎΠ³ΠΎ ΡΠ°Π·ΠΌΠ΅ΡΠ°
ΠΠ°Π³ΡΡΠ·ΠΈΡΡ ΡΠ°Π·Π½ΠΈΡΡ
|
@ -1,4 +1,4 @@
|
||||||
# Azure Functions for Visual Studio Code (Preview)
|
# Azure Functions for Visual Studio Code
|
||||||
|
|
||||||
<!-- region exclude-from-marketplace -->
|
<!-- region exclude-from-marketplace -->
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-azurefunctions",
|
"name": "vscode-azurefunctions",
|
||||||
"version": "0.24.2-alpha",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-azurefunctions",
|
"name": "vscode-azurefunctions",
|
||||||
"displayName": "Azure Functions",
|
"displayName": "Azure Functions",
|
||||||
"description": "%azureFunctions.description%",
|
"description": "%azureFunctions.description%",
|
||||||
"version": "0.24.2-alpha",
|
"version": "1.0.0",
|
||||||
"publisher": "ms-azuretools",
|
"publisher": "ms-azuretools",
|
||||||
"icon": "resources/azure-functions.png",
|
"icon": "resources/azure-functions.png",
|
||||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||||
|
@ -28,7 +28,6 @@
|
||||||
"serverless",
|
"serverless",
|
||||||
"multi-root ready"
|
"multi-root ready"
|
||||||
],
|
],
|
||||||
"preview": true,
|
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:azureFunctions.refresh",
|
"onCommand:azureFunctions.refresh",
|
||||||
"onCommand:azureFunctions.loadMore",
|
"onCommand:azureFunctions.loadMore",
|
||||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅