Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-23debug views: move each pane into seperate fileisidor
2017-11-22debug: reduce usages of instantiation serviceisidor
2017-11-21Mark most private static constants as private static readonlyMatt Bierner
2017-11-17fixes #38370isidor
2017-11-16remove usages of EventEmitter from treeJoao Moreno
2017-11-08debug: remove more unused localsisidor
2017-11-08Fix a number of no implicit any errorsMatt Bierner
2017-11-07Enabled the noUnusedLocals and added @tsignoreErich Gamma
2017-11-02Fix array syntax in debug/electron-browser/debugViewer.tsNathan Shively-Sanders
2017-10-24debug: noop when click on breakpoint with inrenal source and session is offlineisidor
2017-10-17return threadId as the context for actions in the callstack viewisidor
2017-10-16debug: enable / disable all breakpoints should not touch exception breakpointsisidor
2017-10-09Colorize in debug console for evaluation resultsisidor
2017-10-06debug: fix state transitions regarding initializingisidor
2017-09-22debug: remove fsPath usageisidor
2017-09-14MergesSandeep Somavarapu
2017-09-13debug: do not colorize in repl based on heuristicsisidor
2017-09-13Rename WorkspaceState to WorkbenchStateSandeep Somavarapu
2017-09-13Introduce WorkspaceState representing Empty, Folder and Workspace.Sandeep Somavarapu
2017-09-12debug repl: do not focus element on context menuisidor
2017-09-08Debug: Call stack view use more ellipsisisidor
2017-09-06:lipstick: context menuBenjamin Pasero
2017-09-05evalute watch expresisons once variables value is setisidor
2017-08-04debug: use more general description for other stopped threads in allThreadsSt...isidor
2017-08-04debug: consolidate process nameisidor
2017-07-26debug: do not delay variables request on explicit focused stack frame changeisidor
2017-07-26fixes #28639isidor
2017-07-18"Load More Stack Frames" do not blink while steppingisidor
2017-06-28fixes #29547isidor
2017-06-28fix importsBenjamin Pasero
2017-06-27fixes #29239isidor
2017-06-22fixes #29239isidor
2017-06-19debug: more precise handling of presentationHintsisidor
2017-06-13debug: have a scheduler per threadisidor
2017-06-13fix typoisidor
2017-06-08fixes #28198isidor
2017-06-06remove double semicolons (#28110)Jens Hausdorf
2017-06-06debug: fix callstack focus/selection weirdnessisidor
2017-06-06tweak path labels with environmentBenjamin Pasero
2017-06-02fixes #27835isidor
2017-06-02fix brekpoint selection on clickisidor
2017-06-01fix double click focus movement when clicking in debug treesisidor
2017-05-31Breakpoints/Call Stack: clicking on entry with column info jump to that columnisidor
2017-05-29debug: suport presentationHint = "subtle"isidor
2017-05-12debug: reduce callstack flashing by showing a stale remainder of the callstackisidor
2017-05-12debug: fetch the rest of the callstack lazilyisidor
2017-05-12debug: fetch first call stack to improve perfisidor
2017-05-12debug: viewer get cached callStackisidor
2017-05-10debug: introduce breakpoint endLine and endColumn to the model. On bp click s...isidor
2017-05-10debug: add StackFrame.range to modelisidor