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-05use ResourceMap in markerService, #93368Johannes Rieken
2020-02-12Fix suspected bug, replacing string with itselfMichael Scovetta
2020-02-11some strict function fixes, #81574Johannes Rieken
2020-02-10link -> target for #11847Pine Wu
2020-01-24Allow link on Diagnostic#code for #11847Pine Wu
2019-09-26onMarkerChanged firing with immutable arrayMatt Bierner
2019-09-24Marking most private emitters as readonlyMatt Bierner
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-13Use heuristic to avoid scrambled duplicate problems in small terminalAlex Ross
2019-07-23Revert "Revert "Add Deprecated to MarkerTag""Kamran Ayub
2019-07-23Revert "Add Deprecated to MarkerTag"Kamran Ayub
2019-07-22Add Deprecated to MarkerTagKamran Ayub
2019-06-05use status octiconsSandeep Somavarapu
2019-03-11Use nullToUndefined more widelyMatt Bierner
2019-01-03replace void 0 with undefinedRob Lourens
2018-12-24Converted about 25 *.test.ts files to --strictNullChecks (mostly automaticall...Josh Goldberg
2018-12-11event namespace consolidation & docsJoao Moreno
2018-11-15Replace !isFalsyOrEmpty with isNonEmptyArrayMatt Bierner
2018-10-23Strict null checksMatt Bierner
2018-10-22Use const enums (and generate non-const ones for standalone editor)Alex Dima
2018-10-18Strict null checksMatt Bierner
2018-10-03Remove use strict directives in main vs code ts files (part 2)Matt Bierner
2018-10-03Remove "use strict" directives in testsMatt Bierner
2018-09-03uri - replace usages of default export with named exportJohannes Rieken
2018-08-07towards scheme-enforcement in URIs, related to #55891Johannes Rieken
2018-06-18Move diagnostic tags api out of proposedMatt Bierner
2018-05-18Add unused diagnostic subtype (#49646)Matt Bierner
2018-03-15Revert "Revert "Avoid using import x = require('...')""Matt Bierner
2018-03-15Revert "Avoid using import x = require('...')"Matt Bierner
2018-03-15Avoid using import x = require('...')Matt Bierner
2018-03-15Make Event a named exportMatt Bierner
2018-03-14only show errors and warnings in explorer, #44141Johannes Rieken
2018-03-14allow to query for certain severities, #44141Johannes Rieken
2018-03-14add MarkerSeverity, #44141Johannes Rieken
2018-03-14adding `IRelatedInformation` to the marker model, #260Johannes Rieken
2018-02-23Move extension points up to /workbench/ (#44281)Alex Dima
2018-02-09Merge pull request #39936 from doudou/problem_patterns_without_a_lineDirk Bäumer
2018-01-19Protect against malformed problem data.Dirk Baeumer
2017-12-26allow for problem patterns that address whole filesSylvain Joyeux
2017-12-26fix typoSylvain Joyeux
2017-12-13Merge pull request #39935 from doudou/handle_multiline_messagesDirk Bäumer
2017-12-13separate lines with \r\n on WindowsSylvain Joyeux
2017-12-10eslint-compact to use absolute pathnamesAdam Skinner
2017-12-08append messages instead of resetting them in multi-line patternsSylvain Joyeux
2017-11-17More code removalDirk Baeumer
2017-11-16Clean up code according to 38414Dirk Baeumer
2017-11-13debt - rename clone to deepCloneJohannes Rieken
2017-11-02Fixes #26123: $msCompile problem matcher doesn't work with parallel buildsDirk Baeumer
2017-09-15Make problem matcher work in multi folder setupDirk Baeumer
2017-07-24start with a test, #31275Johannes Rieken