Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 18.03.2024 4 коммита
-
-
deepak1556 создал
-
Don Jayamanne создал
-
Don Jayamanne создал
-
Don Jayamanne создал
* Support Ctrl+A in notebook outputs * Better handling of outputs * oops * Better determination of outputId
-
- 17.03.2024 2 коммита
-
-
-
Daniel Imms создал
-
- 16.03.2024 22 коммита
-
-
Benjamin Pasero создал
This needs a different approach, likely on the level of custom editors itself. Given custom editors are to implement backups, moving between windows should actually not result in data loss in most cases. For custom editors that ignore backups, a better approach would be to throw an error or force to save right before a `webview` is about to get disposed because it moved to another window.
-
Jan Niklas Hasse создал
Tab size and indent size were separated in #155450, but for deciding where to put "//" or "#" when toggling a line comment tab size was still used. Fixes #170393. Co-authored-by:
Alexandru Dima <alexdima@microsoft.com> -
Fred Silberberg создал
* Do not trim whitespace when part of strings or regexes Fixes https://github.com/microsoft/vscode/issues/195010 . If the token to be removed is part of a string or a regex, then we do not want to remove the character, as it is very likely semantically important. * Address initial feedback: 1. Add a new setting to control whether to trim whitespace in multiline strings/regexes. This setting is then piped through to everywhere that is calling trim whitespace, which is file save editing, the trim whitespace command, and notebooks. 2. Force line tokenization to complete when the setting is enabled so that trim is accurate. * Don't force tokenization; instead, check to see if there are tokens for a given line and do not format if there are none. * Look for syntactical tokens * Fix compilation errors * Add a test --------- Co-authored-by:
Alex Dima <alexdima@microsoft.com> -
hu de yi создал
* editor paste event result return ClipboardEvent * Remove commented out code * Cleanup `applyDefaultPasteHandler` --------- Co-authored-by:
Matt Bierner <matb@microsoft.com> -
James Yang создал
* feat: add ipcLogger and timeoutDelay for IPCServer *
💄 --------- Co-authored-by:
Alexandru Dima <alexdima@microsoft.com> -
Rob Moran создал
* Invalidate and update extensionPaths on load * Also update the `ExtensionPaths` search tree after startup because it applies an extension delta * Cache realpath calls --------- Co-authored-by:
Alexandru Dima <alexdima@microsoft.com> -
-
Daniel Imms создал
-
-
-
Daniel Imms создал
-
-
Daniel Imms создал
-
Peng Lyu создал
-
-
Daniel Imms создал
-
-
Tyler James Leonhardt создал
-
-
Daniel Rosenwasser создал
-
Peng Lyu создал
-
Peng Lyu создал
-
- 15.03.2024 12 коммитов
-
-
-
Tyler James Leonhardt создал
* no more pointy bottom corners of quick pick * quick pick items have some padding again * inherit radius instead of hard coding pixels
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
-
Benjamin Pasero создал
-
Connor Peet создал
* testing: colorize ansi codes in plain text test messages Closes #207750 * remove ansi removal
-
-
-
Tyler James Leonhardt создал
* Ensure `ItemActivation.NONE` fires an onDidChange event Fixes https://github.com/microsoft/vscode/issues/207832 * Add a test * yay tests!
-
M Hickford создал
* Sort lines: sort all lines if nothing selected. Previously, 'sort lines' did nothing if nothing was selected. Likewise 'delete duplicate lines' should apply to all lines if nothing is selected. *
💄 --------- Co-authored-by:
Matthew Hickford <matthew.hickford@cloud.com>
Co-authored-by:
Alexandru Dima <alexdima@microsoft.com>
-