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
2018-03-05Proper fix for markdown font cspMatt Bierner
2018-03-05Fixing #45023 task schema mismatchErich Gamma
2018-03-05Allow font extension resourcesMatt Bierner
2018-03-02Add link to documentation (#43978)Christof Marti
2018-03-02Auto-closing backticks in Python. Fixes #41615Martin Aeschlimann
2018-03-02Allow css emmet completions when abbr contains period Fixes #44352 (#44781)Ramya Rao
2018-03-02Edit pass on built-in extension descriptions (#44875)Greg Van Liew
2018-03-02Add emmet icon as png #44626Ramya Achutha Rao
2018-03-01Revert move of emmet to css extension Fixes #44840Ramya Achutha Rao
2018-03-01Pull in updated md gramarMatt Bierner
2018-03-01Fix md preview security selector command having no effect when preview is activeMatt Bierner
2018-03-01update diff.tmbundle licenseJoao Moreno
2018-03-01Fixes #37565: taskDefinitions property descriptions are not localizedDirk Baeumer
2018-03-01Fix typos in ReadmeErich Gamma
2018-03-01Use vscode.X for basic extensions and vscode.X-language-features for lang fea...Matt Bierner
2018-03-01Revert "Update icon for Emmet"Benjamin Pasero
2018-03-01logo -> iconMatt Bierner
2018-03-01Add iconMatt Bierner
2018-03-01Use standard nameMatt Bierner
2018-03-01Split markdown extension into markdown and markdown-basicsMatt Bierner
2018-03-01Add logoMatt Bierner
2018-03-01icon and cosmetics for php extensionkieferrm
2018-03-01add icon for seti file theme extensionkieferrm
2018-03-01Cleaning up class and method namesMatt Bierner
2018-03-01Move previewConfig to own fileMatt Bierner
2018-03-01Enable command uris in the markdown previewMatt Bierner
2018-03-01FormattingMatt Bierner
2018-03-01Move isMarkdownFile to own fileMatt Bierner
2018-03-01Move topmost line monitor to own fileMatt Bierner
2018-03-01Move preview to own fileMatt Bierner
2018-03-01Batch visible line updates for markdown previewMatt Bierner
2018-03-01Remove extra calls to isMarkdownFileMatt Bierner
2018-03-01Only show toggleLock when in markdown previewMatt Bierner
2018-03-01Clean up scrolling logic to be smootherMatt Bierner
2018-03-01Remove duplicate getBoundingClientRect callMatt Bierner
2018-03-01Extract createNewPreview and make isScrolling privateMatt Bierner
2018-03-01Fix double click to switch to editorMatt Bierner
2018-03-01Route reveal line through markdown preview instead of commandMatt Bierner
2018-03-01Wrap markdown preview command messagesMatt Bierner
2018-03-01Clean up preview update logicMatt Bierner
2018-03-01Fix broken tests in css serverRamya Achutha Rao
2018-03-01Restore markEditorSelectionMatt Bierner
2018-03-01Document getVisibleLineMatt Bierner
2018-03-01Add deprecationMessage for scrollPreviewWithEditorSelectionMatt Bierner
2018-02-28Mark more properties as readonlyMatt Bierner
2018-02-28Make sure toggleLock works from the command paletteMatt Bierner
2018-02-28Use clearer nameMatt Bierner
2018-02-28List public method before private onesMatt Bierner
2018-02-28Mark properties readonlyMatt Bierner
2018-02-28Split previewManager out into own fileMatt Bierner