Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: check vscode.version to enable teams participant #11621

Merged
merged 5 commits into from
May 17, 2024

Conversation

Alive-Fish
Copy link
Contributor

Copy link

codecov bot commented May 15, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 88.40%. Comparing base (3518702) to head (f9cc824).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev   #11621      +/-   ##
==========================================
- Coverage   88.40%   88.40%   -0.01%     
==========================================
  Files         536      536              
  Lines       32659    32664       +5     
  Branches     6352     6356       +4     
==========================================
+ Hits        28872    28876       +4     
- Misses       1842     1843       +1     
  Partials     1945     1945              
Files Coverage Δ
...n/src/chat/commands/create/createCommandHandler.ts 96.72% <ø> (ø)
...c/chat/commands/nextstep/nextstepCommandHandler.ts 96.36% <ø> (ø)
...Chat/commands/create/officeCreateCommandHandler.ts 100.00% <ø> (ø)
...s/vscode-extension/src/officeChat/officePrompts.ts 95.00% <100.00%> (+0.04%) ⬆️
packages/vscode-extension/src/chat/prompts.ts 96.77% <87.50%> (-3.23%) ⬇️

@@ -189,11 +189,11 @@ jobs:
git commit -m "build: replace sideloading placeholders"

- name: disable chat participant environment variable
if: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.preid != 'alpha') }}
if: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.preid != 'alpha' && github.event.inputs.preid != 'beta') }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the script could be removed since we use function instead of const variable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we need to hide them in the stable release TTK, we also need to check the preid.

@Alive-Fish Alive-Fish merged commit 63925ea into dev May 17, 2024
20 checks passed
@Alive-Fish Alive-Fish deleted the zhiyou/version-check branch May 17, 2024 02:39
LongOddCode pushed a commit that referenced this pull request May 17, 2024
* fix: check vscode.version to enable teams participant

* fix: cd adjustment

* fix: ff for sample gallery

* fix: cd content

---------

Co-authored-by: Yuqi Zhou <yuqzho@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants