mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
This reverts commit 0dec2ff9b5.
This commit is contained in:
@@ -79,7 +79,6 @@ export class NotebookService implements INotebookService {
|
|||||||
const workingDirectory = this.platformService.storagePath();
|
const workingDirectory = this.platformService.storagePath();
|
||||||
const notebookFullPath = path.join(workingDirectory, fileName);
|
const notebookFullPath = path.join(workingDirectory, fileName);
|
||||||
const outputFullPath = path.join(workingDirectory, `output-${fileName}`);
|
const outputFullPath = path.join(workingDirectory, `output-${fileName}`);
|
||||||
process.env['ACCEPT_EULA'] = 'yes';
|
|
||||||
try {
|
try {
|
||||||
await this.platformService.saveTextFile(content, notebookFullPath);
|
await this.platformService.saveTextFile(content, notebookFullPath);
|
||||||
await this.platformService.runCommand(`azdata notebook run --path "${notebookFullPath}" --output-path "${workingDirectory}" --timeout -1`,
|
await this.platformService.runCommand(`azdata notebook run --path "${notebookFullPath}" --output-path "${workingDirectory}" --timeout -1`,
|
||||||
|
|||||||
Reference in New Issue
Block a user