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 (Collapse)Author
2022-05-12Remove the textDocumentNotebook API proposal (#149277)Matt Bierner
* Remove the textDocumentNotebook API proposal All consumers have now been migrated off of this proposal, so it is safe to remove from our code * Remove deprecated api usage from test
2022-05-12chore: update electron@17.4.3 (#149315)Robo
2022-05-12Some terminal launch config args are double-escaped (#149307)Rob Lourens
Fixes #149283
2022-05-12Pick up TS 4.7 RC (#149301)Matt Bierner
Also picks up new TS nightly version for building VS Code
2022-05-12Can't execute notebook cells (#149298)Rob Lourens
Fixes #149242
2022-05-11Don't escape launch config args that are only '<' and '>'. Fix #148887 (#149284)Rob Lourens
2022-05-11Fixes #146444: Call `setPointerCapture` with all pointer types, to match the ↵Alexandru Dima
previous mouse drag behavior (#149281)
2022-05-11Expose logger in web embedder API (#147035)tanhakabir
* Expose output channel in web embedder API * :lipstick: * Checkpoint * Remove file dependency on embedder logs * Add WebEmbedderLog to manage logging for web embedders * Make disposable * Remove diff from main * - Introduce logger for embedder - Register log chanel only when logging is attempted * Add extension name ids to embedder logs * Create separate top-level domain for embedder logging Re: https://github.com/microsoft/vscode/pull/147035#discussion_r858316123 * Remove id in embedder logging API Re: https://github.com/microsoft/vscode/pull/147035/commits/a88bc68f4002627fc8d547291b17a69f388c4ff1#r868971486 Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com> Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2022-05-11Fixes #147732: Convert incoming URIs or marshalled URIs to strings (#149266)Alexandru Dima
2022-05-11Remove PR trigger (#149265)Ladislau Szomoru
2022-05-11Avoid using CSS variables for background images because they aren't fetched ↵Alexandru Dima
through the service worker in Safari (#149259) * Fixes #149256: Avoid using CSS variables for background images because they aren't fetched through the service worker in Safari * Fix compilation errors
2022-05-11Drag & drop from tree item with no valid data still triggers editor drop ↵Alex Ross
zone and split view drop zone behaviours (#149261) Fixes #148622
2022-05-11Merge pull request #146866 from dlech/patch-9Alexandru Dima
allow null in ICodeEditor.restoreViewState()
2022-05-11Fixes #147978: Remove throttling from mouse move listeners (#149252)Alexandru Dima
2022-05-11more instancesDavid Lechner
2022-05-11allow null in ICodeEditor.restoreViewState()David Lechner
This changes the state parameter type of `ICodeEditor.restoreViewState()` to match the return type of `ICodeEditor.saveViewState()` ([source](https://github.com/microsoft/vscode/blob/3698a0b247d7c252b31bd25631647911328ae513/src/vs/monaco.d.ts#L2354)). The implementing function allows null as seen in [the source](https://github.com/microsoft/vscode/blob/b57db0fc49ee5777a4e02e8936f5b8cb9fb6182d/src/vs/editor/browser/widget/codeEditorWidget.ts#L995).
2022-05-11Do not trigger the CI workflow automatically. One can still run it manually ↵Ladislau Szomoru
if needed. (#149246)
2022-05-11Engineering - create pull request pipeline (#149171)Ladislau Szomoru
2022-05-11show action to switch to release (#149244)Sandeep Somavarapu
2022-05-11Enable random branch creation (#149241)Ladislau Szomoru
2022-05-11Add squash as default merge method (#149237)Alex Ross
2022-05-11Merge pull request #149230 from microsoft/sandy081/148933Sandeep Somavarapu
Show pre-releases if opted in for pre-release
2022-05-11allow createSerializedGrid to provide leaf node data (#149167)João Moreno
2022-05-11fixes #148899 (#149182)SteVen Batten
2022-05-11fix #148933Sandeep Somavarapu
2022-05-11Bump distro (#149218)Joyce Er
2022-05-11Add request timeout to get info for #143967 (#149214)Rob Lourens
2022-05-11adopt state variations of layout icons (#149200)SteVen Batten
2022-05-11Merge pull request #149195 from microsoft/roblourens/issue147527Rob Lourens
Set correct editor selection when moving cursor from one cell editor to another.
2022-05-11Increase settings upload timeout. Fix #149089 (#149203)Rob Lourens
2022-05-11Use line count on textBuffer to select last lineRob Lourens
2022-05-11Revert "Generate ADMX/ADML policy declaration files from static analysis" ↵Joyce Er
(#149194) This reverts commit dcfe6b3b84665efb3b15ec4a718ee32f2101a333.
2022-05-11Make focusNotebookCell asyncRob Lourens
2022-05-11Set correct editor selection when moving cursor from one cell editor to ↵Rob Lourens
another. Fixes #147527
2022-05-11Update Codicons: Add state variations for layout icons (refs #148931) (#149196)Miguel Solorio
https://github.com/microsoft/vscode-codicons/commit/662683451577e0cef2498a8cce11348d63becfac
2022-05-10Fix #137330 (#149093)Ladislau Szomoru
2022-05-10Merge pull request #148978 from microsoft/rebornix/output-focusPeng Lyu
Prevent earger list container and webview re-focus
2022-05-10:lipstick:rebornix
2022-05-10handle custom context menu later.rebornix
2022-05-10git: validate URI for clone command (#149180)Joyce Er
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2022-05-10Merge pull request #149173 from microsoft/sandy081/148672Sandeep Somavarapu
expose source information for default langauge override settings
2022-05-10Fix disabled state for debug toolbar icons (#149172)David Dossett
* Use opacity for disable debug toolbar icons * Update action bar disabled foreground styles
2022-05-10Don't repeat markdown link validation (#149169)Matt Bierner
We currently validate each link in a markdown file individually. This means that if there are multiple links to the same file, we check if that file exists multiple times With this change, we instead will check that the file exists once and then use this to add diagnostics for all the links to it. This is done by introducing a new `FileLinkMap` which maps file paths to links within that file
2022-05-10Specify tsconfig.tsbuildinfo is json (#149065)Remco Haszing
2022-05-10expose source information for default langauge override settingsSandeep Somavarapu
2022-05-10Add high contrast light theme on monaco editor (#149165)Alexandru Dima
* Register light HC theme * Do not always use black HC theme Co-authored-by: Loïc Mangeonjean <loic@codingame.com>
2022-05-10Git - branch prefix + random name generation (#149069)Ladislau Szomoru
2022-05-10Merge pull request #148777 from CodinGame/add-get-editors-apiAlexandru Dima
Add editor monitoring methods in monaco api
2022-05-10Fixes #148256: `\t` should jump to next indent tab stop and not just add the ↵Alexandru Dima
tab width (#149164)
2022-05-10Fixes #148893: Use the change accessor pattern to avoid leaking decorations ↵Alexandru Dima
via `deltaDecorations` (#149161)