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

add misc commands #7

Merged
merged 4 commits into from
Jan 27, 2025
Merged

add misc commands #7

merged 4 commits into from
Jan 27, 2025

Conversation

ks6088ts
Copy link
Member

What this PR does / why we need it

  • add misc commands

Which issue(s) this PR fixes:

Fixes #6

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [email protected]:ks6088ts-labs/workshop-azure-openai.git
cd workshop-azure-openai
  • Test the code
make ci-test

What to Check

Verify that the following are valid

  • ...

Additional Information

@ks6088ts ks6088ts requested a review from Copilot January 27, 2025 04:32

Choose a reason for hiding this comment

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

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • Makefile: Language not supported
  • package.json: Language not supported
Comments suppressed due to low confidence (1)

src/extension.ts:7

  • The enum values are inconsistent. The enum names are in uppercase, but the string values assigned to them are in lowercase. Consider using a consistent naming convention.
enum Commands {
@ks6088ts ks6088ts merged commit 99405d5 into main Jan 27, 2025
3 checks passed
@ks6088ts ks6088ts deleted the feature/issue-6_add-cmds branch January 27, 2025 04:33
@ks6088ts ks6088ts restored the feature/issue-6_add-cmds branch January 27, 2025 04:33
@ks6088ts ks6088ts deleted the feature/issue-6_add-cmds branch January 27, 2025 04:33
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.

add misc commands
1 participant