Skip to content

Commit

Permalink
Merge branch 'main' into release/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tyaginidhi committed May 15, 2024
2 parents 1f26bb4 + 5948946 commit dd7465c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches:
- main
- 'release/stable'
- 'features/PowerPagesAgent'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
"powerPlatform.experimental.enableCoPresenceFeature": {
"type": "boolean",
"markdownDescription": "Enable co-presence in Visual Studio Code (Web extension only)",
"default": false
"default": true
},
"powerPlatform.experimental.enableTelemetry": {
"type": "boolean",
Expand Down Expand Up @@ -1124,4 +1124,4 @@
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.9"
}
}
}

0 comments on commit dd7465c

Please sign in to comment.