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-04-08use ternary search tree for uris instead of paths, fyi @bpasero, @sandy081, @...Johannes Rieken
2020-04-06make TenarySearchTree have generic key and value, implement for URI, touches ...Johannes Rieken
2020-03-02Merge branch 'master' into masterRob Lourens
2020-02-28debt - reduce usage of explicit anyBenjamin Pasero
2020-02-25file search: include workspace folder in filterMatej Urbas
2019-11-13Make implements type relationships more explicit to help treeshakingAlexandru Dima
2019-09-27debt - shuffle things aroundBenjamin Pasero
2019-09-16debt - a bit more strict initBenjamin Pasero
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-06-30Fix #73127Sandeep Somavarapu
2019-06-07use Map over object {} (#74948)Benjamin Pasero
2019-04-16fix workspace.testMartin Aeschlimann
2019-04-16fix workspace.test for windowsMartin Aeschlimann
2019-04-16toWorkspaceFolders takes workspaceConfigPathMartin Aeschlimann
2019-04-16Can't open workspace file with absolute pathsMartin Aeschlimann
2019-02-12paths - paths.node.ts => path.tsBenjamin Pasero
2019-02-12debt - remove vs/base/paths#isAbsolute()Benjamin Pasero
2019-02-07Strict null check work for workbenchServiceTestMatt Bierner
2019-01-28#66907 Delay listening to workspace change events until it is completeSandeep Somavarapu
2019-01-03replace void 0 with undefinedRob Lourens
2018-12-14Prefer using Array<T> for complex array typesMatt Bierner
2018-11-30Strict null check for simpleServicesAlex Dima
2018-10-22storage - cleanupBenjamin Pasero
2018-10-12editor/common strict null (#60565)Alex Dima
2018-10-12Add null type annotations for the common `x: T = null` patternMatt 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-06Use const enums (to inline their values in JS)Alex Dima
2018-09-03uri - replace usages of default export with named exportJohannes Rieken
2018-08-23remove .name from IWorkspaceisidor
2018-08-08Use `resources` instead of `paths` for dirname, basename, joinPath, normalize...Martin Aeschlimann
2018-07-24add workspace folders to model and picker #54370Johannes Rieken
2018-07-19Rename to SingleFolderIdentifierSandeep Somavarapu
2018-07-18Use URI instead of Path for foldersSandeep Somavarapu
2018-07-02debt week code cleanupBenjamin Pasero
2018-05-02make sure workspace folder paths are absolute, #48951Johannes Rieken
2018-03-15Make Event a named exportMatt Bierner
2018-01-25use live objects and avoid promisesBenjamin Pasero
2018-01-24Revert "Revert "add 'configuration' (read uri/path) of workspace config file,...Johannes Rieken
2018-01-23Revert "add 'configuration' (read uri/path) of workspace config file, #41408"Joao Moreno
2018-01-23add 'configuration' (read uri/path) of workspace config file, #41408Johannes Rieken
2017-10-25do not expose addFolders/removeFolders as API from context serviceBenjamin Pasero
2017-10-24make workspace service fit to add a workspace folder with a name (for #35407)Benjamin Pasero
2017-10-24smarter open/save picker default paths (fix #22697)Benjamin Pasero
2017-10-19Fix #33323Sandeep Somavarapu
2017-10-02debt - use SearchTree over Trie'ishJohannes Rieken
2017-10-02debt - map'ish names for trieJohannes Rieken
2017-09-22workspace: remove fsPathisidor
2017-09-20have TrieMap and StringTrieMap for more flexJohannes Rieken
2017-09-20:lipstick:Sandeep Somavarapu