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
2021-10-26Hitting return after </button> element crashes VS Code (Insiders). Fixes #135806Martin Aeschlimann
2021-10-21[html] auto-indent not working for tags with attribute values containing /. F...Martin Aeschlimann
2021-10-20Fixes #135125 by not colorizing any bracket pairs in html.Henning Dieterichs
2021-08-23Implements language configurable colorizedBracketPairs property.Henning Dieterichs
2021-08-05Exclude a few extra build files from buildMatt Bierner
2021-05-31Removes g flag from wordPatterns.Henning Dieterichs
2021-05-17Refactors calls to languages.setLanguageConfiguration to declarative descript...Henning Dieterichs
2021-02-02fix update-grammars scriptJoão Moreno
2021-02-01add proper yarn.lock filesJoão Moreno
2021-01-29add repository field to extensions package.jsonJoão Moreno
2021-01-29run prettier over extensions json filesJoão Moreno
2021-01-25Restore extensions in core (#114921)João Moreno
2021-01-15remove grammar extensionsJoão Moreno
2020-07-29xhtm->xhtAlexxNB
2020-07-29Add *.xhtm file extensionAlexey Schebelev
2020-07-07Remove special grammar rules for console in js/tsMatt Bierner
2020-01-21Fix #88418, update number color for color contrastMiguel Solorio
2019-12-20[html] issues caused by HTML grammar associating '<' with JS. Fixes #86998Martin Aeschlimann
2019-10-16Replace 'Octicon' refs with 'Codicon'Miguel Solorio
2019-06-06Add License field to package.jsons #68423 (#68771)Aurélien Pupier
2019-03-26'html' snippet is annoying and easily inserts by accident when typing any htm...Martin Aeschlimann
2019-02-06Update grammars to pick up make changesAlex Ross
2019-02-04Update grammarsAlex Ross
2019-01-05HTML Snippet: Consistent void tagsMathias Rasmussen
2019-01-03Don't treat dom properties as special for syntax highlightingMatt Bierner
2018-11-20delete OSSREADME.jsonisidor
2018-11-15add commitHash to cgmanifestisidor
2018-11-14add all cgmanifests. Still no commitHashisidor
2018-10-04custom 'html' tags are in red color. Fixes #56467Martin Aeschlimann
2018-09-19Avoid shipping unnecessary filesAlex Dima
2018-07-27update html grammarMartin Aeschlimann
2018-03-28[folding] Folded regions are lost when starting multi line comment Fixes Micr...Martin Aeschlimann
2018-03-21Override tokenTypes in html for #46145Pine Wu
2018-03-17[html] split extension (for #45900)Martin Aeschlimann
2018-03-16[html] improve incomplete foldings (for #44712)Martin Aeschlimann
2018-03-16[html] folding for embedded JavaScriptMartin Aeschlimann
2018-03-16[html] validate: check if version is still currentMartin Aeschlimann
2018-03-16[html] enable strict, cancel supportMartin Aeschlimann
2018-03-16[html] use TextDocument.applyEditMartin Aeschlimann
2018-03-16[html] test fold regionsMartin Aeschlimann
2018-03-16[html] fold multi line commentsMartin Aeschlimann
2018-03-16[html] folding for self-closing tagsMartin Aeschlimann
2018-03-15Enable folding in standalone editorAlex Dima
2018-03-15[html] formatMartin Aeschlimann
2018-03-15[html] limit rangesMartin Aeschlimann
2018-03-14[html] update dependencies, extract folding, folding testsMartin Aeschlimann
2018-03-13[folding] add maxRanges to folding provider requestMartin Aeschlimann
2018-03-10Merge pull request #45437 from Microsoft/octref/pathCompletionPine
2018-03-10Use latest emmet helper fix for #45032Ramya Achutha Rao
2018-03-09fix hygienePine Wu