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
2022-02-02make sure to use `.eslintignore` when running `yarn eslint`, this will ensure...Johannes Rieken
2022-02-02fix https://github.com/microsoft/vscode/issues/141981Johannes Rieken
2022-02-02dispose cancellation token listenersJohannes Rieken
2022-02-02fix jsdocJohannes Rieken
2022-02-02smoke - more loggingBenjamin Pasero
2022-02-02smoke - log workbench config only in CIBenjamin Pasero
2022-02-02Clean up no-op regex string replaceRob Lourens
2022-02-02Set aria-label on breakpoint widget editorRob Lourens
2022-02-02Avoid import from workbench/contrib/debug to apiRob Lourens
2022-02-02Remove import from workbench/contrib/debug/ to workbench/apiRob Lourens
2022-02-02Enable ipynb serializer tests in web integration testsRob Lourens
2022-02-02large refactor including new secret storage wrapper and overall code clean up...Tyler Leonhardt
2022-02-02Change click-here link in contributing docRaymond Zhao
2022-02-02Fix `_activeLinks` not being disposed ofMatt Bierner
2022-02-02Remove extra DomEvent typeMatt Bierner
2022-02-02Fix keyup for folder action itemRaymond Zhao
2022-02-02Use variadic version of IConstructor signatureMatt Bierner
2022-02-02Try simplifying `GetLeadingNonServiceArgs`Matt Bierner
2022-02-02set terminal alignment to top when panel is vertical (#141972)Megan Rogge
2022-02-02Ensure parameter hints z-index is lower than suggestDaniel Imms
2022-02-02Adjust fallback value in Settings ToCRaymond Zhao
2022-02-02Move webview shared code to workbench/common instead of workbench-apiMatt Bierner
2022-02-02Remove vscode type importMatt Bierner
2022-02-02Move `coreCommands` out of `/controller/` (#141174)Alex Dima
2022-02-02Move `view.ts` out (#141174)Alex Dima
2022-02-02Move more types to `viewModel.ts`Alex Dima
2022-02-02Reduce `IViewModel` methodsAlex Dima
2022-02-02Reduce `IViewModel` surfaceAlex Dima
2022-02-02Use disposable store and avoid double registering disposableMatt Bierner
2022-02-02Clear _editorResolverDisposables when contributions changeMatt Bierner
2022-02-02Use `dispose(...)` instead of `forEach(x => x.dispose())`Matt Bierner
2022-02-02Use ?. in a few more placesMatt Bierner
2022-02-02Use ?. for callsMatt Bierner
2022-02-02Mark a few more properties as readonlyMatt Bierner
2022-02-02Make markdownStringEqual aware of supportHtmlMatt Bierner
2022-02-02Merge pull request #141953 from microsoft/aeschli/141831Martin Aeschlimann
2022-02-01Add simple origin checkMatt Bierner
2022-02-01tweak bold regexp (#141968)Megan Rogge
2022-02-01bump node-fetch version in smoke testsSteVen Batten
2022-02-01Polish fixSettingsLinks match codeRaymond Zhao
2022-02-01tweak vscode.open command and its test, https://github.com/microsoft/vscode/p...Johannes Rieken
2022-02-01Fix typos (#141959)Caio Agiani
2022-02-01await toggle dev toolsmeganrogge
2022-02-01remove unnecessary ormeganrogge
2022-02-01code web script: improve helpMartin Aeschlimann
2022-02-01code server scripts: use realpathMartin Aeschlimann
2022-02-01remove the last typescript-vscode-sh-plugin referencesMartin Aeschlimann
2022-02-01fix: remove python usage in macos cli wrapper (#138582)Robo
2022-02-01define commands converter interface and untangle extHostCommands and extHostT...Johannes Rieken
2022-02-01use version provider indirection to untangle type converter and notebooks/doc...Johannes Rieken