mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
Round trip with SSDT (#10563)
* Initial changes * Round trip feature implementation * Addressed PR comments * Addressed comments
This commit is contained in:
@@ -112,7 +112,7 @@ export class NetCoreTool {
|
||||
}
|
||||
}
|
||||
|
||||
// spawns the dotnet command with aruments and redirects the error and output to ADS output channel
|
||||
// spawns the dotnet command with arguments and redirects the error and output to ADS output channel
|
||||
public async runStreamedCommand(command: string, outputChannel: vscode.OutputChannel, options?: DotNetCommandOptions): Promise<string> {
|
||||
const stdoutData: string[] = [];
|
||||
outputChannel.appendLine(` > ${command}`);
|
||||
|
||||
Reference in New Issue
Block a user