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

UI changes in the latest version of VS Code TypeSpec Extension #6486

Open
jianingwang123 opened this issue Mar 17, 2025 · 3 comments
Open

UI changes in the latest version of VS Code TypeSpec Extension #6486

jianingwang123 opened this issue Mar 17, 2025 · 3 comments
Assignees
Labels
ide Issues for VS, VSCode, Monaco, etc.

Comments

@jianingwang123
Copy link
Member

jianingwang123 commented Mar 17, 2025

Description:
For Generate from TypeSpec Test Case, Some UI have changed as follows:

  • Select emitters for code generation -> Select emitters for code emitting
  • Select a Language for client code generation -> Select a Language for client code Emitting
  • Generating client code/server code/openapi code for {language}...Succeed -> Emitting client code/server code/openapi code for {language}...Succeed
  • Select a Language for server code generation -> Select a Language for server code Emitting
  • Select a Language for openapi code genaration -> Select a Language for openapi code Emitting

Repro steps:

  1. Install the required environment
  2. Install the typespec extension
  3. Trigger emit from TypeSpec
  4. Click the command TypeSpec:Emit from TypeSpec, and Choose a project
  5. Select an Emitter

Actual Result:

Image

Image

Image

Image

Image

Expected Result:

Image

Image

Image

Image

Image

Suggestion:
Unify the case of 'emitting' in the prompt.

Environment for above issues:

@RodgeFu, @msyyc and @chunyu3 for notification.

@RodgeFu
Copy link
Contributor

RodgeFu commented Mar 17, 2025

@chunyu3 , please help to adjust the case of "emitting". thx

@chunyu3
Copy link
Contributor

chunyu3 commented Mar 18, 2025

Hello @jianingwang123 @RodgeFu For consistence, we will not use any case of generation/generating, and use emit/emitting. Is there any other problem of the wording?

@jianingwang123
Copy link
Member Author

Hi @chunyu3 In the prompt messages, some instances use the lowercase 'emitting' while others use the uppercase 'Emitting'. I suggest unifying the usage to either 'emitting' or 'Emitting' to maintain consistency.

Image

Image

@RodgeFu RodgeFu added the ide Issues for VS, VSCode, Monaco, etc. label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide Issues for VS, VSCode, Monaco, etc.
Projects
None yet
Development

No branches or pull requests

3 participants