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
When Generate from TypeSpec, users cannot specify the path for code generation in the UI interface, and there is no documentation explaining how to change the code generation path in the tspconfig.yaml file.
Typing >TypeSpec: Generate from TypeSpec and Click the command.
Choose a project.
Select Emitter Type.
Select a language.
Select an emitter for code generation.
Environment:
TypeSpec for VS Code extension version: 0.64.0
TypeSpec compiler/CLI version: 0.64.0
OS: Windows, Linux
Suggestion:
Choose one of the following two suggestions:
After select the emitter type and language, can add a step to interact with the UI interface of select the path for code generation, the default is the project path.
There is a document explaining how to modify the code generation path in the tspconfig.yaml file.
Description:
When
Generate from TypeSpec
, users cannot specify the path for code generation in the UI interface, and there is no documentation explaining how to change the code generation path in thetspconfig.yaml
file.Repro steps:
npm install -g @typespec/compiler
.>TypeSpec: Generate from TypeSpec
and Click the command.Environment:
TypeSpec for VS Code
extension version: 0.64.0TypeSpec compiler/CLI
version: 0.64.0Suggestion:
Choose one of the following two suggestions:
select the path for code generation, the default is the project path
.tspconfig.yaml
file.@RodgeFu , @chunyu3 and @msyyc for notification.
The text was updated successfully, but these errors were encountered: