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
path: root/build/lib
AgeCommit message (Collapse)Author
2022-08-05Merge pull request #157171 from mjbvz/able-roosterAlexandru Dima
Try using AbortController for disposable dom listeners
2022-08-05fix build (#157217)ben/exploration-perf-firstBenjamin Pasero
* fix build * fix compile * flaky * .
2022-08-05Add AbortController to core typesMatt Bierner
2022-08-03build: cache built-in extensions to avoid rate limiting (#156918)Connor Peet
2022-07-27oh. had to run yarn compile from within the /build/ folderMichael Lively
2022-07-27added `ipynb/esbuild.js` to the media scripts when building extensionsMichael Lively
2022-07-26Merge branch 'main' into hediet/bp2-usage-telemetryHenning Dieterichs
2022-07-25Explicitly enqueue files that only forward symbols (#156150)Alexandru Dima
Fixes #154083: Explicitly enqueue files that only forward symbols
2022-07-23fix api proposal generation EOL (#155991)João Moreno
on Windows, my files are checked out with LF. the script which generates extensionApiProposals.ts always uses os.EOL, so it always is dirty on my repo every time I compile
2022-07-22Make treeshaking work on windows (#155952)Henning Dieterichs
2022-07-18Implements telemetry for bracket colorizer 2 extension usageHenning Dieterichs
2022-07-15Fixes #155179 by implementing DeprecatedExtensionMigratorContribution (#155318)Henning Dieterichs
* Fixes #155179 by implementing DeprecatedExtensionMigratorContribution * Fixes CI.
2022-07-12tweak event-naming rule and remove disable-pragma from vscode.d.ts, (#154914)Johannes Rieken
fixes https://github.com/microsoft/vscode/issues/154526
2022-07-12Download policy translations for previous version if current version fails ↵João Moreno
(#154892)
2022-07-08policies: skip languages which do not exist (#154395)João Moreno
2022-07-06Debt - `sessionSync` -> `editSessions` (#154289)Joyce Er
2022-07-05Add a setting to enable `sandbox: true` for windows (#154062)Benjamin Pasero
* sandbox - allow enabled sandbox in a full build * sandbox - reduce `electron-browser` in workbench * sandbox - reduce `electron-browser` in platform * sandbox - add a setting to enable sandbox mode for window * fix lint * Revert "sandbox - reduce `electron-browser` in workbench" This reverts commit 36a5167cf9525e98a37137915f9f8c748ca47ae5. * Revert "sandbox - reduce `electron-browser` in platform" This reverts commit 6f49d704a5403dbf286e6eb30700387454e0d047. * fix layer issue * fix some js errors
2022-06-30Include comments exporting of translations (#153769)Tyler James Leonhardt
Include comments in call to addFile. Fixes #150990
2022-06-27fix transpile on windows (#153285)Johannes Rieken
make sure to normalize paths before entering internal TS API, also add better error logging to know what file paths fail
2022-06-23have `compilation#transpileTask` as a separate place for tweaksJohannes
2022-06-23use a different _internal_ API to get the output file names for a TS input ↵Johannes
file and its config... way faster than creating a program and using its internal API but needs some massage...
2022-06-21Remove custom editor tests (#152777)Matt Bierner
These tests are not actively being run or maintained. Removing them for now
2022-06-21Enable alwaysStrict for build scripts (#152778)Matt Bierner
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
2022-06-21Ensure 1DS can load on the web (#152678)Logan Ramos
* Ensure 1DS can load on the web * Add compiled file
2022-06-17Fix bundling (#152389)Alexandru Dima
* Ensure stable order in bundled loader.js * Avoid packaging build version of loader plugins
2022-06-16Bring the nls loader plugin into our sources (#152338)Alexandru Dima
2022-06-15Bring the css loader plugin into our sources (#152205)Alexandru Dima
2022-06-15joh/ts transpile (#152199)Johannes Rieken
transpile-only tasks for client and extensions * extract transpile into its own file * add transpile-client task, polish transpiler * add transpile-extensions, improve transpile logic * move declaration of "const enum" above it usage so that it can be used with const-enum-inlining * (ugly) make d.ts transpilation configurable because it is needed for extensions but a problem for client * hack my way around so that `getOwnEmitOutputFilePath` is reusable by our transpile * honor `noEmit` flag
2022-06-15Improve error message when a module cannot be bundled and exclude vs/nls ↵Alexandru Dima
from bundles (#152188)
2022-06-15Build VS Code using latest TS nightly (#152130)Matt Bierner
* Build VS Code using latest TS nightly * Fix build for new AST
2022-06-13Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-06-13stripComments: remove trailing comma (#151941)Martin Aeschlimann
stripComments: remove trailing comma
2022-06-13Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-06-11make sure ts-builder instance is being re-usedJohannes
2022-06-10Initial implementation of Continue Edit Session (#151528)Joyce Er
2022-06-10Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-06-09Merge branch 'main' into joh/voluminous-lobsterjoh/voluminous-lobsterJohannes
2022-06-09Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-06-09Merge pull request #151609 from microsoft/joh/bloody-egretJohannes Rieken
2022-06-09Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-06-09missing compile outputJohannes
2022-06-09add transpile only stream to tsb, using `ts.transpile`.Johannes
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#a-simple-transform-function
2022-06-09recompile build folder with `const` over letJohannes
2022-06-09manual fixing of prefer-const violationsJohannes
2022-06-09Merge branch 'main' into joh/voluminous-lobsterJohannes
2022-06-09Update to build using latest TS nightly (#151576)Matt Bierner
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-08add a `transpileOnly` option to gulp-tsbjoh/bloody-egretJohannes
2022-06-01Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-05-25Merge branch 'main' into 3wmHenning Dieterichs
# Conflicts: # build/lib/i18n.resources.json