db-tu-dresden / vscode-tslgenedit

VS-Code extension for integrating editor features for the TSL primitive data.
Apache License 2.0
0 stars 0 forks source link

Autofocus Terminal when building #7

Open JPietrzykTUD opened 1 year ago

JPietrzykTUD commented 1 year ago

The TSL terminal should be focused when the generator & build process is started.

alexKrauseTUD commented 1 year ago

Behavior is already implemented through: https://github.com/db-tu-dresden/vscode-tslgenedit/blob/5136b6fb6135ae300a20521f87bebb5f50a9b58f/src/tslgen/liveBuild.ts#L70

show() sets to focus to the tslGen Terminal, after the generator daemon is finished and the cmake/make process starts. However, it could be moved to precede the generation process, if requested.