You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#5613
enhance the code generation in vscode extension:
- The existing emitters will not be filter out from the emitter
selection page
- remove `settings` button
- honor the default output dir from compiler by default:
"emitter-output-dir: {output-dir}/{emitter-namer}"
- when user selects a new emitters, generate code directly instead of go
back to the top list to ask user select again
…ft#5620)
Fixmicrosoft#5613
enhance the code generation in vscode extension:
- The existing emitters will not be filter out from the emitter
selection page
- remove `settings` button
- honor the default output dir from compiler by default:
"emitter-output-dir: {output-dir}/{emitter-namer}"
- when user selects a new emitters, generate code directly instead of go
back to the top list to ask user select again
chunyu3
added a commit
to chunyu3/typespec
that referenced
this issue
Jan 24, 2025
…ft#5620)
Fixmicrosoft#5613
enhance the code generation in vscode extension:
- The existing emitters will not be filter out from the emitter
selection page
- remove `settings` button
- honor the default output dir from compiler by default:
"emitter-output-dir: {output-dir}/{emitter-namer}"
- when user selects a new emitters, generate code directly instead of go
back to the top list to ask user select again
1. "select a language"'s list is empty when all emitters has been in tspconfig.yaml
2. the "Setting" Icon doesn't work (suggest to remove it which usually means goto vscode settings page)
3. Add an "all" option in the first step list, similar as [VSCode] provide a quick path to regen multiple codes at one time which is already configured in tspconfig.yaml #5676
4. honor the default output dir from compiler by default: "emitter-output-dir: {output-dir}/{emitter-sub-folder}"
https://typespec.io/docs/handbook/configuration/configuration/#configuring-output-directory
5. when user selects a new emitters, generate code directly instead of go back to the top list to ask user select again
The text was updated successfully, but these errors were encountered: