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
AgeCommit message (Collapse)Author
2022-07-19Generate dependencies per package build for Debian (#147335)Raymond Zhao
Fixes #13089
2022-07-19Engineering - update Code OSS pipeline (#155610)Ladislau Szomoru
2022-07-15Fixes #155179 by implementing DeprecatedExtensionMigratorContribution (#155318)Henning Dieterichs
* Fixes #155179 by implementing DeprecatedExtensionMigratorContribution * Fixes CI.
2022-07-15Publish stage should wait for web stage (#155284)João Moreno
publish stage should wait for web stage
2022-07-14concat arrays instead of replace because we want all items in the array ↵Tyler James Leonhardt
(#155228)
2022-07-14Move Web job into its own stage (#155193)João Moreno
* split web from linux fixes #155191 * reorder
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-12fix: compilation of vscode-encrypt for darwin arm64 (#154762)Robo
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-07chore: update distrodeepak1556
2022-07-07Remove app insights (#154296)Logan Ramos
* Remove app insights * Update product service to remove asimovKey
2022-07-07Scaffold out basic markdown language server (#154293)Matt Bierner
* Scaffold out basic markdown lsp This scaffolds out a new markdown language server and then uses it to implement document symbols. After the change, the markdown extension will have the following structure: - languageService — Where all the LSP language stuff will eventually land - server — The actual language server. Consumes ` languageService` - src — The current extension that launches the server and implements VS Code specific functions * Adding build scripts * a * Use language service from github * Remove ls build scripts * Bump versions * Only build ext * Enable for web * Fixing for browser
2022-07-06Debt - `sessionSync` -> `editSessions` (#154289)Joyce Er
2022-07-06Remove fakeroot wrapper, when building .rpm packages (#153249)Frank Dana
RPM packaging: Don't use fakeroot to build RPM packages are intended to be built by normal users, they don't require root permissions (even fake ones). Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
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-27fix: rpm dependency on gdk-pixbuf (#153276)Robo
2022-06-26Bump got from 11.8.1 to 11.8.5 in /build (#152788)dependabot[bot]
Bumps [got](https://github.com/sindresorhus/got) from 11.8.1 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-06-25use extension id as key not folder name which is more accurate (#153178)Tyler James Leonhardt
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-22Allow nls in the base worker (#152887)Tyler James Leonhardt
* Add localize call to platform * Allow to use nls in the base worker Co-authored-by: Alex Dima <alexdima@microsoft.com>
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-17Adopt the same export patterns in `vs/css` as in `vs/nls` and bring over ↵Alexandru Dima
tests (#152396) * Adopt the same export patterns in `vs/css` as in `vs/nls` and bring over tests * Fix problem with loading nodejs modules
2022-06-17Revert "fix smoke tests on linux (#152232)" (#152418)Benjamin Pasero
This reverts commit 5f696f9955d0fbf855a336342ddd8ce5a90ad8fc.
2022-06-17Stop removing app insights in the meantime (#152413)Logan Ramos
2022-06-17Include more of the shims folder in attempt to fix build (#152398)Logan Ramos
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-16Update module ignores to include AI shims required by 1DS (#152367)Logan Ramos
2022-06-15fix smoke tests on linux (#152232)Benjamin Pasero
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-15Revert "remove UpdateMode policy (#150357)" (#152155)João Moreno
This reverts commit 73dda0c06add139307f6be753cea50028bcde05b.
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-14Engineering - standardize macOS support jobs (#151954)Ladislau Szomoru
2022-06-14add compile configuration-editing to pipeline (#152020)Martin Aeschlimann
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-13Engineering - fix macOS jobs (#151925)Ladislau Szomoru
2022-06-13Engineering - do not run SBOM tasks in macOSTest (#151915)Ladislau Szomoru
2022-06-11make sure ts-builder instance is being re-usedJohannes
2022-06-10Initial implementation of Continue Edit Session (#151528)Joyce Er
2022-06-10Move sbom above publishing client (#151775)Tyler James Leonhardt
move sbom above publishing client