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-08-03Ignore bad canvas addon versionsDaniel Imms
2022-08-01Add canvas renderer addonDaniel Imms
2022-06-21Remove custom editor tests (#152777)Matt Bierner
These tests are not actively being run or maintained. Removing them for now
2022-06-14Tests for configuration editing completion providers (#151953)Martin Aeschlimann
tests for configuration editing completion providers
2022-06-07assign builtin flag for overridden remote builtin extensions (#151446)Sandeep Somavarapu
* remove --enable-proposed-api flag for builtin extensions * use same dedup logic for remote extensions as local extensions
2022-06-04Add `vscode.git` to proposed enabled extension for remote tests (#151253)Joyce Er
2022-06-04Add markdown to proposed enabled extension for remote tests (#151251)Matt Bierner
2022-05-18Engineering - Exploration to run tests in parallel (#149698)Ladislau Szomoru
2022-05-02- override extension type of extensions under dev from existing extensionsSandeep Somavarapu
- validate after updating the type
2022-03-28Add vscode.markdown-language-features to proposed APIDirk Baeumer
(cherry picked from commit 4a7cd0836ad0b82bd1e63c0a114641a26f095aeb)
2022-03-24Avoid having so many newlinesAlex Dima
2022-03-15Code server provide a way to open a default-folder or default-workspace. ↵Martin Aeschlimann
Fixes #143580
2022-03-15Configure server using env vars. Fixes #141333Martin Aeschlimann
2022-02-17Fixes #143088: Launch a compilation if necessary when using `code-server` ↵Alex Dima
scripts
2022-02-16ci: fix linux system servicesdeepak1556
Refs https://github.com/microsoft/vscode/issues/142572
2022-02-15Revert "linux: disable crash reporting in CI (#142572)"Benjamin Pasero
This reverts commit 7dbd7367dc96690ae1cae12f9d74191b3f21b6fe.
2022-02-15linux: disable crash reporting in CI (#142572)Benjamin Pasero
2022-02-08chore: update to electron 16 (#137241)Robo
* chore: bump electron@15.3.0 * chore: bump node@16.x * chore: enable render process reuse * Revert "watcher - use `type` property for crash reporter location" This reverts commit bfa488dd8f23813bb7b52eaa768a748a4ecaa25c. * Revert "watcher - enable crash reports on linux (#136264)" This reverts commit af261488f85d90d7de5c651741f7fdf65c79cfce. * chore: enable crashpad on linux * chore: bump electron@15.3.1 * chore: update api changes * chore: bump @vscode/sqlite3@5.0.3 * spec: skip non-context aware module unittests * chore: fix perf hook integration with node environment * fix: adopt fs api changes * chore: fix integration tests * chore: bump electron@15.3.2 * chore: bump electron@16.0.0 * temp(macOS): kill test instances in OSS * Revert "temp(macOS): kill test instances in OSS" This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568. * chore: update chromium version for clang downloader * some :lipstick: changes * align with changes * adopt more fs.rm * :lipstick: * chore: bump @vscode/sqlite3@5.0.4 * fix layers check to account for duplicated types from node.js * update todo for type casts * smoke - fix compile issue * chore: update module cache * watcher - fix unhandled rejection (fix #137416) * ci: update node version * enable stack dumping * update electron types to 16.x * chore: bump @vscode/sqlite3@5.0.5 Refs https://github.com/microsoft/vscode/issues/137496 * fix layer issue * add `AbortSignal` to core types * chore: update linux compile flags Refs https://github.com/electron/electron/pull/29895/commits/797723ec838709ddeba0c104e30727ee0b7ac8ca * ci: fix linux build * ci: update github ci cache * ci: fix remote build in github ci * ci: better fix for remote build * chore: bump azure cache * chore: fix merge conflict * :chore: update to electron@16.0.2 * chore: bump @vscode/sqlite3@5.0.7 * ci: update to gcc-4.9 for remote Refs https://github.com/microsoft/vscode/issues/137659 * ci: switch to buster for linux arm Refs https://github.com/microsoft/vscode/issues/137927 * ci: fix build on linux arm64 * ci: fix arm client compiler toolchain Refs #137927 * chore: bump electron@16.0.3 * ci: fix compile flags for the c toolchain * chore: bump electron@16.0.4 * Add experimental dark mode flag (#139109) * Add experimental dark mode flag * Apply PR feedback * chore: bump electron@16.0.6 * chore: bump electron@16.0.7 Fixes https://github.com/microsoft/vscode/issues/138792 Fixes https://github.com/microsoft/vscode/issues/139300 * chore: experimental highlight API * smoke - fix compile issue * FIXME: custom ELECTRON_RUN_AS_NODE with node worker * Revert "chore: bump electron@16.0.7" This reverts commit 5fd01cf37c75de247e4da158f517afada410648f. * Revert "Revert "chore: bump electron@16.0.7"" This reverts commit a7f1b7395175418c74fe0041560eb3f0423d4d27. * chore: fix github linux workflow * chore: address review feedback * chore: bump electron@16.0.8 * ci: revert to stretch distro for linux arm Refs https://github.com/microsoft/vscode/issues/137927 * ci: force build * chore: update yarn.lock * address feedback * Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker" This reverts commit 7b48fa37329aa1eef59f8182d9da63c20e6fc1ee. * ci: fix remote folder build * chore: fix github linux ci * :up: `versionSpec` Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com> Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2022-02-04code web script fixMartin Aeschlimann
2022-02-04code web script refine playground handlingMartin Aeschlimann
2022-02-04Update code-web.jssurajteggi
Fix typo
2022-02-04code-web: fix handling of `--playground`Martin Aeschlimann
2022-02-03Use --browserType as fallback in code-webMatt Bierner
2022-02-03update @vscode/test-webMartin Aeschlimann
2022-02-02fix missing semicolonMartin Aeschlimann
2022-02-02code-web fix --helpMartin Aeschlimann
2022-02-02code-web forward to @vscode/test-webMartin Aeschlimann
2022-02-02Enable ipynb serializer tests in web integration testsRob Lourens
and reenable NotebookSerializer test in non-web
2022-02-01code web script: improve helpMartin Aeschlimann
2022-01-31:lipstick: test scripts (#141791)Benjamin Pasero
* try it * log window ready states as info * :lipstick: * compile more * better format * fix * are you serious? * bumpb * . * .
2022-01-27tty for ./scipts/code-serverMartin Aeschlimann
2022-01-26Avoid a lot of newlines when running from sourceAlex Dima
2022-01-24test-web-integration: install test/integration/browser & playwrightMartin Aeschlimann
2022-01-21always set connection-tokenMartin Aeschlimann
2022-01-21Merge branch 'main' into aeschli/noremoteindicatorwebMartin Aeschlimann
2022-01-21only call yarn gulp node when neededMartin Aeschlimann
2022-01-21move remote and web tests to scripts folderMartin Aeschlimann
2022-01-20Web: change `yarn web` to run with our server instead of playground (#139725)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>
2021-12-20Add update-xterm scripts to vscode repoDaniel Imms
2021-11-19tests - enable crash reporter for electron based unit testsBenjamin Pasero
//cc @deepak1556
2021-11-10Merge branch 'main' into joh/vscode-dtsJohannes Rieken
2021-11-10Parcel update and CI improvements (#136830)Benjamin Pasero
* :up: product * :up: parcel/watcher * :up: parcel/watcher * tests - separate remote logs from others * store server logs too * more tweaks * fix name * error when 10s passed
2021-11-10Move `--ms-enable-electron-run-as-node` to a later location (#136786)Alexandru Dima
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it * undo bad change
2021-11-09Fixes #136771: update to Electron v13.5.2 and pass `--ms-enable-run-as-node` ↵deepak1556
together with `ELECTRON_RUN_AS_NODE`
2021-11-09move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder, ↵Johannes Rieken
https://github.com/microsoft/vscode/issues/131165
2021-11-04Enforce that source code uses a small subset of UnicodeAlex Dima
2021-10-08enable proposed api flagSandeep Somavarapu
2021-10-08enable proposed api for vscode.typescript-language-featuresSandeep Somavarapu
2021-09-03tests - skip release notesBenjamin Pasero
2021-08-03Build ipynb extension before integration testRob Lourens