Open bgribaudo opened 2 years ago
I'm not sure there is anything we can change here.
@albertli-msft can keep me honest, but the Build Task is triggered at the VS Code level rather than calling it directly from the SDK. This runs it as a Task, so its output shows up in a Terminal window. We do it this way because it allows the developer complete control over their default Build Task, allowing the use of their build utility of choice (ant, make, cake...).
That makes sense. Thanks, @mattmasson.
Preflight Checklist
Power Query SDK
0.1.7
Regression From
No response
Platform
Windows
Architecture
x64
OS Version
No response
VSCode version
No response
PQSdkTool Path
No response
Bug Description
When VSCode builds an extension then evaluates the current file, the command line statements run + results produced are spliit between VSCode's "Output" and "Terminal" panes.
Steps to Reproduce
Edit extension file so that the SDK rebuilds it, then run "Evaluate current file."
Actual Experience
VSCode "Terminal" pane:
VSCode "Output" pane:
Expected Experience
Both sets of output to appear in the same pane (i.e. either both in "Terminal" or both in "Output"). That way, the user can see all commands that were used in one place.
Additional Context
No response