Skip to content

Commit 6831c09

Browse files
authored
Merge branch 'main' into nat/flexLog
2 parents 8bfa802 + 07ea46b commit 6831c09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## 1.14.2 - 2024-04-26
4+
45
### Changed
56
* [[4096]](https://github.com/microsoft/vscode-azurefunctions/pull/4096) Update initial launch.json for Python to use debugpy
67

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,12 @@
465465
},
466466
{
467467
"command": "azureFunctions.startStreamingLogs",
468-
"when": "view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /azFunc(Production|)(Slot|Flex)(?!s)(?!.*container)/",
468+
"when": "view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /azFunc(Production|)Slot(?!s)(?!.*container)/",
469469
"group": "4@1"
470470
},
471471
{
472472
"command": "azureFunctions.stopStreamingLogs",
473-
"when": "view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /azFunc(Production|)(Slot|Flex)(?!s)(?!.*container)/",
473+
"when": "view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /azFunc(Production|)Slot(?!s)(?!.*container)/",
474474
"group": "4@2"
475475
},
476476
{

0 commit comments

Comments
 (0)