Commit Graph

3107 Commits

Author SHA1 Message Date
Alex Dima
8032df1228 Do not create a sourcemap for loader.js 2020-04-25 15:33:03 +02:00
Alex Dima
a250df703d Fix build 2020-04-24 11:17:58 +02:00
rebornix
b9eafe5f66 intergration tests. 2020-04-23 11:55:23 -07:00
Alex Dima
a6e59815c8 Adopt vscode-oniguruma-wasm 2020-04-23 11:16:21 +02:00
Benjamin Pasero
5e697ed31c exploration - enable automated merge again 2020-04-21 17:49:03 +02:00
Martin Aeschlimann
f01eb3c2fc Merge branch 'master' into aeschli/specific-codicon-names 2020-04-21 12:32:29 +02:00
Matt Bierner
c96976d991 Update to latest typescript version to build vscode 2020-04-20 12:17:24 -07:00
Martin Aeschlimann
0497890ec7 Merge branch 'master' into aeschli/specific-codicon-names 2020-04-20 20:47:26 +02:00
Benjamin Pasero
c67ef818b8 Revert "builds - add VSCODE_CONTINUE_ON_TEST_ERRORS"
This reverts commit 95f26d2005.
2020-04-20 19:26:47 +02:00
Benjamin Pasero
95f26d2005 builds - add VSCODE_CONTINUE_ON_TEST_ERRORS 2020-04-20 13:47:50 +02:00
Martin Aeschlimann
ec02bcd1cc codicon definitions in browser/ui/codicon/codicon 2020-04-17 13:39:54 +02:00
João Moreno
4e8408d4c4 remove deps 2020-04-17 09:47:18 +02:00
Matt Bierner
5426f5ff70 Add CustomDocumentContentChangeEvent
For #77131

- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
João Moreno
2c97c71f73 deemon 2020-04-16 11:35:34 +02:00
Benjamin Pasero
6e9a34c0de Update exploration-build.yml for Azure Pipelines 2020-04-16 07:00:02 +02:00
Pine Wu
6c068456e3 Modify @types/vscode notification to ping @eamodio 2020-04-15 09:36:12 -07:00
Rachel Macfarlane
1b9a442590 Move github config generation to own build step 2020-04-14 22:59:08 -07:00
Rob Lourens
a3e3167876 Cleanup 2020-04-14 20:20:52 -05:00
João Moreno
3b1965705c Merge pull request #85326 from richard-townsend-arm/woa
Add gulp targets, fix build for Windows on Arm.
2020-04-14 13:27:30 +02:00
João Moreno
2e0cf81197 💄 2020-04-14 13:26:29 +02:00
João Moreno
b925790680 fix arm64 2020-04-14 13:25:01 +02:00
João Moreno
82860b3a83 💄 2020-04-14 13:23:25 +02:00
João Moreno
9267738647 address feedback 2020-04-14 13:21:06 +02:00
Johannes Rieken
2035150bea no ff testing on linux 2020-04-14 11:57:41 +02:00
Johannes Rieken
8c219e5b7b enable browser-unit-tests in firefox for mac, win, and linux, fyi @bpasero 2020-04-14 11:17:06 +02:00
Benjamin Pasero
cde23d51cd nativeignore - change to vscode-nsfw 2020-04-14 10:22:53 +02:00
Rob Lourens
c8826e4ff5 Fix configuration.json publishing flakiness 2020-04-13 22:59:51 -05:00
Matt Bierner
0e7a911256 Pikc up latest TS@next 2020-04-13 16:30:07 -07:00
Alex Dima
1b10f4db32 Add extensionHostProcess.js to the list of files being checked 2020-04-13 21:05:01 +02:00
Rob Lourens
1da5a8a9f8 Fix --export-default-configuration flakiness
Seems like the process is exiting a bit before the file exists. Adding a short delay fixes it, waiting for the exec callback also fixes it for some reason. Probably caused by something external like maybe the CI macOS version was bumped.
2020-04-11 21:34:05 -05:00
João Moreno
54442c1c7b move built-in extensions to product.json 2020-04-06 13:36:07 +02:00
João Moreno
0074066c39 Revert "extensions: allow built-in extensions on different qualities (#89199)"
This reverts commit 7ad58a9bd7.
2020-04-06 12:49:47 +02:00
dependabot[bot]
1eb8ce65e7 Bump minimist from 1.2.2 to 1.2.3 in /build
Bumps [minimist](https://github.com/substack/minimist) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.2...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-05 21:23:47 +00:00
João Moreno
1ef5d986de upgrade dependencies in build 2020-04-03 07:49:06 +02:00
Connor Peet
ab0b58ae31 debug: update js-debug-nightly to "2020.3.3117" @ 2020-04-01T00:05:28.457Z 2020-04-02 12:12:57 -07:00
Andre Weinand
30d29a420c update DAP to final 1.40.0 2020-04-01 12:43:21 +02:00
Matt Bierner
273a4a389d Convert most ts-ignore-calls to ts-expect-error (#93617)
Changes over to use ts-expect-error: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#ts-expect-error-comments

This revealed a number of places where we no longer need to supress errors
2020-03-30 17:31:37 -07:00
Matt Bierner
2b9e8b4aa0 Pick up latest TypeScript@next
Fixes one type check issue and works around  https://github.com/microsoft/TypeScript/issues/37480
2020-03-27 14:31:12 -07:00
Alex Dima
cc46bf5cfd Remove registerAndGetAmdImageURL and support for it in the build scripts 2020-03-27 19:45:41 +01:00
Benjamin Pasero
3364686d79 quick access - remove actionbar contributor that is no longer needed 2020-03-26 12:11:47 +01:00
Benjamin Pasero
df958c974f web - remove "Open in Desktop"
Instead it should move into the new remote picker that is enabled for web.
2020-03-25 08:21:45 +01:00
Rachel Macfarlane
d9d90a0d3d Use GitHub app for VSO, closes #92675 2020-03-23 07:52:22 -07:00
Martin Aeschlimann
5712574281 'Please use yarn to install dependencies.' when using yarn. Fixes #93119 2020-03-21 14:12:08 +01:00
Rachel Macfarlane
2b86488f03 Add account context menu, #90385 2020-03-20 09:51:35 -07:00
Andre Weinand
47a5274403 node-debug@1.44.3 2020-03-20 15:36:35 +01:00
rebornix
5194415bae Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-03-18 09:53:43 -07:00
Matt Bierner
708b019bb4 Check in rebuilt file 2020-03-17 15:06:34 -07:00
Matt Bierner
1c741ecc64 Move web playground code into its own extension (#92672)
This splits the web playground out from vscode-api-tests
2020-03-17 15:01:17 -07:00
Johannes Rieken
23d863f680 new version of the references viewlet 2020-03-17 18:26:22 +01:00
Connor Peet
d59b8b09ac debug: update js-debug-nightly to "2020.3.1617" @ 2020-03-17T00:07:50.32Z 2020-03-17 09:02:42 -07:00