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
2020-05-29remove the ability to ignore path casing from util functions itself, #93368Johannes Rieken
2020-05-27Load text models from disk when doing a cross file undo or redo (fixes #92272)Alex Dima
2020-05-27call prepareRename on all providers until having result, start with provider ...Johannes Rieken
2020-05-27Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26clarify nls string, #98584Johannes Rieken
2020-05-26sandbox - reduce clipboard dependencies in rendererBenjamin Pasero
2020-05-25Have the view model receive configuration change events firstAlex Dima
2020-05-25:lipstick:Alex Dima
2020-05-25Fix testsAlex Dima
2020-05-25:lipstick: Minor renamesAlex Dima
2020-05-25Emit ReadOnlyEditAttemptEvent through view modelAlex Dima
2020-05-25Rename ViewOutgoingEvents to ViewUserInputEventsAlex Dima
2020-05-25Emit cursor state change events through view modelAlex Dima
2020-05-25Emit view zones changed through view modelAlex Dima
2020-05-25Move scroll event emitting through view model (fixes #97447)Alex Dima
2020-05-25Emit the content size changed event through the view modelAlex Dima
2020-05-25Add ViewModelEventDispatcherAlex Dima
2020-05-21Fix standalone compile errorMatt Bierner
2020-05-21Expose theme name in webviews (#98128)Matt Bierner
2020-05-20add IExtUri, ExtUri default implementation, and IUriIdentityService, https://...Johannes Rieken
2020-05-20anchoSelect: say what line number the anchor is set atisidor
2020-05-19text model resolver - cleanup handling of untitled and inMemory resourcesBenjamin Pasero
2020-05-19Move view layout modification through view modelAlex Dima
2020-05-19fix https://github.com/microsoft/vscode/issues/98152Johannes Rieken
2020-05-19peek highlight should use reference uri, but bucket uri, https://github.com/m...Johannes Rieken
2020-05-19fix #98102HaoboGu
2020-05-18#95894isidor
2020-05-18Merge pull request #97912 from microsoft/isidorn/selection-anchorIsidor Nikolic
2020-05-18tacke review commentsisidor
2020-05-18Have all commands go through the view model instead of the cursorAlex Dima
2020-05-18Have the Cursor not be a ViewEventEmitterAlex Dima
2020-05-16Make AuthenticationSession a class and remove getAccessToken method, fixes #9...Rachel Macfarlane
2020-05-15diffReview: make underlying diff editor readonlyisidor
2020-05-15editor: introduce anchor selectionisidor
2020-05-15Move cursor calls through the viewModelAlex Dima
2020-05-15Reduce cursor API surfaceAlex Dima
2020-05-15Manage cursor focus from viewModelAlex Dima
2020-05-15Add extra loging for parameter hints hasDocsMatt Bierner
2020-05-15💄Matt Bierner
2020-05-14Extract individual handlers from CodeEditorWidget.triggerAlex Dima
2020-05-14Split up Cursor.trigger(...)Alex Dima
2020-05-14Convert Handler to a const enumAlex Dima
2020-05-14Move more methods through the view model.Alex Dima
2020-05-14Merge pull request #97834 from microsoft/tyriar/97496Daniel Imms
2020-05-14Rename .monaco-editor-hover to .monaco-hoverAlex Dima
2020-05-14Rename base fileAlex Dima
2020-05-14Rename HoverWidget.domNode to HoverWidget.contentsDomNodeAlex Dima
2020-05-14Avoid extending from BaseHoverWidgetAlex Dima
2020-05-14Get rid of BaseHoverWidget._renderActionAlex Dima
2020-05-14Push back Escape handling to get rid of BaseHoverWidget.hide()Alex Dima