Johannes Rieken
2e247a1162
tweak event-naming rule and remove disable-pragma from vscode.d.ts, ( #154914 )
...
fixes https://github.com/microsoft/vscode/issues/154526
2022-07-12 14:28:07 +02:00
Robo
02d648f962
fix: compilation of vscode-encrypt for darwin arm64 ( #154762 )
2022-07-12 10:00:06 +00:00
João Moreno
f44c00cac8
Download policy translations for previous version if current version fails ( #154892 )
2022-07-12 07:58:50 +02:00
João Moreno
274aed07cc
policies: skip languages which do not exist ( #154395 )
2022-07-08 06:03:08 +02:00
deepak1556
d8dabf05a7
chore: update distro
2022-07-07 22:43:05 +09:00
Logan Ramos
d6114a70be
Remove app insights ( #154296 )
...
* Remove app insights
* Update product service to remove asimovKey
2022-07-06 22:23:30 -04:00
Matt Bierner
ad9675f099
Scaffold out basic markdown language server ( #154293 )
...
* 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-06 16:03:24 -07:00
Joyce Er
934408aea7
Debt - sessionSync -> editSessions ( #154289 )
2022-07-06 11:03:38 -07:00
Frank Dana
1a621c9b74
Remove fakeroot wrapper, when building .rpm packages ( #153249 )
...
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-05 14:01:03 -07:00
Benjamin Pasero
f4f1b04d87
Add a setting to enable sandbox: true for windows ( #154062 )
...
* 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 36a5167cf9 .
* Revert "sandbox - reduce `electron-browser` in platform"
This reverts commit 6f49d704a5 .
* fix layer issue
* fix some js errors
2022-07-05 09:54:28 +02:00
Tyler James Leonhardt
13f136fc46
Include comments exporting of translations ( #153769 )
...
Include comments in call to addFile. Fixes #150990
2022-06-30 11:11:48 +02:00
Johannes Rieken
0182e175eb
fix transpile on windows ( #153285 )
...
make sure to normalize paths before entering internal TS API, also add better error logging to know what file paths fail
2022-06-27 12:01:17 +02:00
Robo
e71b6105eb
fix: rpm dependency on gdk-pixbuf ( #153276 )
2022-06-27 07:43:27 +00:00
dependabot[bot]
909f841785
Bump got from 11.8.1 to 11.8.5 in /build ( #152788 )
...
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-26 19:27:42 +00:00
Tyler James Leonhardt
551cf46204
use extension id as key not folder name which is more accurate ( #153178 )
2022-06-24 23:31:22 +00:00
Johannes
214e276bd5
have compilation#transpileTask as a separate place for tweaks
2022-06-23 17:32:20 +02:00
Johannes
b942d2ea65
use a different _internal_ API to get the output file names for a TS input file and its config... way faster than creating a program and using its internal API but needs some massage...
2022-06-23 16:20:21 +02:00
Tyler James Leonhardt
bce2e61e04
Allow nls in the base worker ( #152887 )
...
* Add localize call to platform
* Allow to use nls in the base worker
Co-authored-by: Alex Dima <alexdima@microsoft.com >
2022-06-22 12:30:09 -07:00
Matt Bierner
bbe7b54cf4
Remove custom editor tests ( #152777 )
...
These tests are not actively being run or maintained. Removing them for now
2022-06-21 15:37:19 -04:00
Matt Bierner
2a84b0fb6d
Enable alwaysStrict for build scripts ( #152778 )
...
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
2022-06-21 19:00:43 +00:00
Logan Ramos
963c961b59
Ensure 1DS can load on the web ( #152678 )
...
* Ensure 1DS can load on the web
* Add compiled file
2022-06-20 16:06:16 -07:00
Alexandru Dima
252c65540d
Adopt the same export patterns in vs/css as in vs/nls and bring over 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-17 17:12:27 +02:00
Benjamin Pasero
47f417529c
Revert "fix smoke tests on linux ( #152232 )" ( #152418 )
...
This reverts commit 5f696f9955 .
2022-06-17 08:20:16 +02:00
Logan Ramos
5e26d5f9b3
Stop removing app insights in the meantime ( #152413 )
2022-06-16 18:59:10 -07:00
Logan Ramos
7025c6e71c
Include more of the shims folder in attempt to fix build ( #152398 )
2022-06-16 23:11:33 +00:00
Alexandru Dima
0d160ac237
Fix bundling ( #152389 )
...
* Ensure stable order in bundled loader.js
* Avoid packaging build version of loader plugins
2022-06-16 21:05:10 +00:00
Alexandru Dima
9db5a3674e
Bring the nls loader plugin into our sources ( #152338 )
2022-06-16 22:01:19 +02:00
Logan Ramos
48809de3f9
Update module ignores to include AI shims required by 1DS ( #152367 )
2022-06-16 18:18:00 +00:00
Benjamin Pasero
5f696f9955
fix smoke tests on linux ( #152232 )
2022-06-15 11:07:42 -07:00
Alexandru Dima
d132489cd0
Bring the css loader plugin into our sources ( #152205 )
2022-06-15 16:53:02 +02:00
Johannes Rieken
9e21aff42e
joh/ts transpile ( #152199 )
...
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-15 16:52:48 +02:00
Alexandru Dima
5e7d488b7c
Improve error message when a module cannot be bundled and exclude vs/nls from bundles ( #152188 )
2022-06-15 12:51:27 +00:00
João Moreno
8e2ec5a7ee
Revert "remove UpdateMode policy ( #150357 )" ( #152155 )
...
This reverts commit 73dda0c06a .
2022-06-15 07:56:48 +00:00
Matt Bierner
b4f0d4d906
Build VS Code using latest TS nightly ( #152130 )
...
* Build VS Code using latest TS nightly
* Fix build for new AST
2022-06-14 18:15:51 -07:00
Ladislau Szomoru
df337d1502
Engineering - standardize macOS support jobs ( #151954 )
2022-06-14 16:04:17 +02:00
Martin Aeschlimann
527bc71786
add compile configuration-editing to pipeline ( #152020 )
2022-06-14 07:41:45 +00:00
Sandeep Somavarapu
43de145502
Merge branch 'main' into sandy081/settingsProfile
2022-06-13 18:21:54 +02:00
Martin Aeschlimann
915c863a3e
stripComments: remove trailing comma ( #151941 )
...
stripComments: remove trailing comma
2022-06-13 13:36:04 +00:00
Sandeep Somavarapu
6f1cdd1469
Merge branch 'main' into sandy081/settingsProfile
2022-06-13 13:11:47 +02:00
Ladislau Szomoru
53130238b4
Engineering - fix macOS jobs ( #151925 )
2022-06-13 13:05:13 +02:00
Ladislau Szomoru
e751ed6829
Engineering - do not run SBOM tasks in macOSTest ( #151915 )
2022-06-13 08:21:10 +00:00
Johannes
175e81149c
make sure ts-builder instance is being re-used
2022-06-11 13:50:06 +02:00
Joyce Er
7b6ca7b23d
Initial implementation of Continue Edit Session ( #151528 )
2022-06-10 11:40:10 -07:00
Tyler James Leonhardt
a1c801454b
Move sbom above publishing client ( #151775 )
...
move sbom above publishing client
2022-06-10 10:51:56 -07:00
Ladislau Szomoru
035a5ea306
Cache/restore the node_modules folder in the build directory ( #151725 )
2022-06-10 12:40:32 +00:00
Ladislau Szomoru
2be99473d5
Engineering - execute tests in parallel for the CI build ( #151593 )
2022-06-10 04:35:28 -07:00
deepak1556
7e38c5f4dd
chore: bump cache
2022-06-10 19:21:35 +09:00
deepak1556
c3077080ec
Merge remote-tracking branch 'origin' into electron-18.x.y
2022-06-10 18:29:22 +09:00
Sandeep Somavarapu
872345d6a5
Merge branch 'main' into sandy081/settingsProfile
2022-06-10 09:32:46 +02:00
Johannes
ed9ed45794
Merge branch 'main' into joh/voluminous-lobster
2022-06-10 09:07:30 +02:00