Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 03.05.2024 1 коммит
-
-
Tyler James Leonhardt создал
-
- 02.05.2024 1 коммит
-
-
Tyler Leonhardt создал
-
- 01.09.2023 1 коммит
-
-
Henning Dieterichs создал
-
- 07.08.2023 2 коммита
-
-
Connor Peet создал
-
-
- 22.06.2023 1 коммит
-
-
Johannes Rieken создал
* remove bogus launch-config, fyi @connor4312 * disable API test extension when running from launch config
-
- 19.06.2023 1 коммит
-
-
- 12.05.2023 1 коммит
-
-
- 03.05.2023 1 коммит
-
-
- 13.04.2023 1 коммит
-
-
Henning Dieterichs создал
-
- 03.04.2023 1 коммит
-
-
Robo создал
* Revert "chore: revert to Electron 19 (#175851)" This reverts commit 3a11b47e. * chore: bump electron@22.3.3 * build: use custom version for V8 sandbox * chore: update electron@22.4.1 * chore: enable forceAllocationsToV8Sandbox for extension host * chore: bump electron@22.4.2 * chore: bump electron@22.4.3 * sandbox - cleanup from electron 22 update (#178919) * Revert "chore: revert to Electron 19 (#175851)" This reverts commit 3a11b47e. * chore: bump electron@22.3.3 * build: use custom version for V8 sandbox * chore: update electron@22.4.1 * chore: enable forceAllocationsToV8Sandbox for extension host * chore: bump electron@22.4.2 * chore: bump electron@22.4.3 * temp: update distro * sandbox - cleanup from electron 22 update * missing comile * more changes * fix build * restore *
💄 * compile --------- Co-authored-by:
deepak1556 <hop2deep@gmail.com>
---------
Co-authored-by:
Benjamin Pasero <benjamin.pasero@microsoft.com>
-
- 10.02.2023 1 коммит
-
-
Henning Dieterichs создал
-
- 06.01.2023 1 коммит
-
-
Connor Peet создал
* debug: allow setting breakpoints in plain .js files Fixes #159684 * fixup! don't change sourceURLs in build
-
- 07.10.2022 1 коммит
-
-
- 29.09.2022 1 коммит
-
-
Sandeep Somavarapu создал
-
- 21.09.2022 1 коммит
-
-
Benjamin Pasero создал
* perf - concatenate windows main files * Revert "Revert "Use `esbuild` to bundle some CommonJS main files (#160957)" (#161118)" This reverts commit 84c46b71 . * build - exclude server main files * build - make concat a task that runs like the others * some renames * Avoid overwriting the nodejs closure require * Revert "build - exclude server main files" This reverts commit 736516624ea73fd13a4e2ac5359e5b54ec851553. Co-authored-by:
Alex Dima <alexdima@microsoft.com>
-
- 31.08.2022 1 коммит
-
-
Connor Peet создал
Debugging the main process is fairly lightweight, so let's just always do it. Also, have more appropriate launch config names Fixes #159684
-
- 26.08.2022 1 коммит
-
-
Sandeep Somavarapu создал
-
- 16.08.2022 1 коммит
-
-
Rob Lourens создал
-
- 21.06.2022 1 коммит
-
-
- 14.06.2022 1 коммит
-
-
- 08.06.2022 1 коммит
-
-
Connor Peet создал
-
- 01.04.2022 1 коммит
-
-
Babak K. Shandiz создал
* Add getPullRequestTemplates method to discover templates Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Add method to quick pick for PR templates
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Handle possible PR templates
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Remove unnecessary return value assignment
Co-authored-by:
João Moreno <mail@joaomoreno.com>
* Change comparison operands' order
Co-authored-by:
João Moreno <mail@joaomoreno.com>
* Remove sorting template URIs in pickPullRequestTemplate
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Sort template URIs before showing quick-pick list
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Rename getPullRequestTemplates method to findPullRequestTemplates
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Find Github PR templates in-parallel using readdir/stat
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Export method for visibitliy in tests
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Add tests for Github PR template detection
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Add launcher configration to run Github tests
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* 💄 * Replace stat with readDirectory for OS native case sensitivity Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Delete some files to avoid duplicate names on case insensitive envs
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
* Exclude deleted files from test case expected result
Signed-off-by:
Babak K. Shandiz <babak.k.shandiz@gmail.com>
Co-authored-by:
João Moreno <mail@joaomoreno.com>
Co-authored-by:
João Moreno <joao.moreno@microsoft.com>
-
- 10.02.2022 2 коммита
-
-
Rob Lourens создал
-
Rob Lourens создал
-
- 20.01.2022 1 коммит
-
-
Benjamin Pasero создал
* web - first cut `yarn web` via our server * properly pipe output * web - remove traces of web playground * web - remember last opened workspace for convinience * use vscode-test-web for server less, clean up web commands * fix comment * fix `yarn web` * rename to code-server * open system browser * code-server script: use minimist * test resolver: use ./scripts/code-server * integartion tests: fix code-server command name Co-authored-by:
Martin Aeschlimann <martinae@microsoft.com>
-
- 01.10.2021 1 коммит
- 21.09.2021 1 коммит
-
-
Daniel Imms создал
-
- 30.08.2021 1 коммит
-
-
Connor Peet создал
-
- 05.08.2021 1 коммит
-
-
- 24.07.2021 1 коммит
-
-
Connor Peet создал
-
- 15.07.2021 1 коммит
-
-
Connor Peet создал
This changeset results from the discussion in and fixes #126987. Migration for these changes should take about 15-20 minutes. - `createTestItem` no longer takes a parent. Instead, it creates a free- floating test item, which can be added as a child of a parent. - The `TestItem.children` is now a `TestItemCollection`, a set-like interface that also allows replacing items (intelligently diffing them internally) wholesale. This removes the need for the "generation counter" used in samples previously. - There is no longer a `root` on the test controller, but instead an `items` property which is the same `TestItemCollection` - The `tests` in the `TestRunRequest` has been replaced with an `include` property. If undefined, the extension should run all tests. (Since there is no longer a root to reference). Here's some example migrations: - https://github.com/microsoft/vscode-extension-samples/commit/3fad3d66c110107946f827daedd7759cad7c4358 - https://github.com/microsoft/vscode-selfhost-test-provider/commit/3aff74631605dfd4120b98014f54ff744f292fe0
-
- 09.07.2021 2 коммита
-
-
- 21.06.2021 1 коммит
-
-
Henning Dieterichs создал
-
- 18.06.2021 2 коммита
-
-
Henning Dieterichs создал
-
-
- 15.06.2021 1 коммит
-
-
Benjamin Pasero создал
-
- 21.04.2021 1 коммит
-
-
Connor Peet создал
-
- 12.02.2021 1 коммит
-
-
Johannes Rieken создал
-