Skip to content

Commit

Permalink
microsoft#40196 Use files in the background for storing content of ou…
Browse files Browse the repository at this point in the history
…tput channels
  • Loading branch information
sandy081 committed Dec 18, 2017
1 parent 9e6c568 commit 1c94a00
Show file tree
Hide file tree
Showing 7 changed files with 235 additions and 296 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node-pty": "0.7.4",
"nsfw": "1.0.16",
"semver": "4.3.6",
"spdlog": "0.3.7",
"spdlog": "0.5.0",
"sudo-prompt": "^8.0.0",
"v8-inspect-profiler": "^0.0.7",
"vscode-chokidar": "1.6.2",
Expand Down Expand Up @@ -129,4 +129,4 @@
"windows-mutex": "^0.2.0",
"windows-process-tree": "0.1.6"
}
}
}
1 change: 1 addition & 0 deletions src/typings/spdlog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ declare module 'spdlog' {
error(message: string);
critical(message: string);
setLevel(level: number);
clearFormatters();
flush(): void;
drop(): void;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { MenuId, MenuRegistry, SyncActionDescriptor } from 'vs/platform/actions/
import { KeybindingsRegistry, IKeybindings } from 'vs/platform/keybinding/common/keybindingsRegistry';
import { registerSingleton } from 'vs/platform/instantiation/common/extensions';
import { IWorkbenchActionRegistry, Extensions as ActionExtensions } from 'vs/workbench/common/actions';
import { OutputService } from 'vs/workbench/parts/output/browser/outputServices';
import { OutputService } from 'vs/workbench/parts/output/electron-browser/outputServices';
import { ToggleOutputAction, ClearOutputAction } from 'vs/workbench/parts/output/browser/outputActions';
import { OUTPUT_MODE_ID, OUTPUT_MIME, OUTPUT_PANEL_ID, IOutputService, CONTEXT_IN_OUTPUT } from 'vs/workbench/parts/output/common/output';
import { PanelRegistry, Extensions, PanelDescriptor } from 'vs/workbench/browser/panel';
Expand Down
Loading

0 comments on commit 1c94a00

Please sign in to comment.