[Optimization] Specify the path to the generated code when Generate from TypeSpec
#5666
Labels
ide
Issues for VS, VSCode, Monaco, etc.
Generate from TypeSpec
#5666
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: