Commit Graph

4056 Commits

Author SHA1 Message Date
Rob Lourens
fdb52b8b3a Adopt @vscode/ripgrep 2022-01-11 15:14:43 -08:00
Martin Aeschlimann
dfce25748e Merge pull request #140516 from microsoft/aeschli/server-bin-cleanup
Server distro: cleanup bin folder
2022-01-11 21:35:13 +01:00
Martin Aeschlimann
0735c7537a server distro: cleaner package.json 2022-01-11 21:25:31 +01:00
Alex Dima
6851b106e0 Improve test checking for createDecorator or refineServiceDecorator 2022-01-11 17:41:07 +01:00
Martin Aeschlimann
f4ba7dd12b server bin cleanup 2022-01-11 16:34:28 +01:00
Henning Dieterichs
13655086ca audio cues: webm -> opus 2022-01-11 15:58:38 +01:00
Dirk Baeumer
d5945d36ab Fetch native headers during preinstall phase. 2022-01-11 12:13:13 +01:00
Benjamin Pasero
90ab95c46f tests - increase timeout for sequential test runs 2022-01-11 11:48:55 +01:00
Benjamin Pasero
af5de88a44 tests - add --sequential option and use in CI runs 2022-01-11 10:48:20 +01:00
Matt Bierner
a535507e06 Pull in new TS version for building VS Code 2022-01-10 15:28:07 -08:00
Benjamin Pasero
baf7c08411 tests - enable firefox testing again with debugging
https://github.com/microsoft/playwright/issues/11130#issuecomment-1008779735
2022-01-10 14:50:39 +01:00
Henning Dieterichs
c8bf01c51c Includes *.webm files in vscode resources so that audio files are included in the installer. 2022-01-10 14:41:38 +01:00
Paul Köck
a06afb22ce chore: update copyright year (#139988)
* Oh, it's already 2022

* Updated copyright to 2022
2022-01-09 19:03:44 -08:00
Daniel Imms
c2740e2b48 Add pwsh shell integration script
Part of #139397
2022-01-07 10:35:24 -08:00
Joao Moreno
a9acf06479 fix webignore patterns for appinsights
also, web: look for minified entrypoints as well

Closes: #140158
2022-01-07 15:18:18 +01:00
Joao Moreno
35c70dc0a2 minify svgs
Related-to: #140159
2022-01-07 15:14:23 +01:00
Henning Dieterichs
8bb3448eb3 Merge pull request #140044 from microsoft/hediet/breakpointHitSounds
Play a sound whenever a breakpoint is hit.
2022-01-07 13:51:43 +01:00
Henning Dieterichs
4e92361380 Configures i18n for vs/workbench/contrib/audioCues. 2022-01-06 16:16:41 +01:00
Matt Bierner
7e4ed924c1 Pick up new TS version for building VS Code 2022-01-05 14:06:11 -08:00
João Moreno
44452718b8 Web: publish web files.txt (#140163)
* build: publish web files.txt

* fix cdn
2022-01-05 09:31:08 -08:00
Henning Dieterichs
675014ed53 Play a sound when the cursor enters a line with a breakpoint. 2022-01-05 16:16:10 +01:00
João Moreno
5e630c145f Enable IPC API for web (#138054)
* wip: ipc api

* wip: send message ports upfront

* address both inside and outside iframe

* fix build

* relay MessagePort to worker

* address api discussion feedback

* check for proposed api

* fix layer breakage

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-01-05 02:11:12 -08:00
SteVen Batten
c0c135f120 update ob pipeline 2022-01-04 14:40:30 -08:00
Raymond Zhao
e794a5444b Remove some "here" links to be more descriptive
Ref #140059
2022-01-03 15:03:38 -08:00
Alex Dima
973684056e Rename modes to languages 2021-12-30 18:52:15 +01:00
Benjamin Pasero
4d4c4acd5f unit tests - disable firefox on macOS
Refs: https://github.com/microsoft/playwright/issues/11130
2021-12-30 11:33:57 +01:00
Alex Dima
c8e2fd7bae Renames 2021-12-29 00:37:35 +01:00
Alex Dima
36a0800b17 Better names 2021-12-28 22:33:44 +01:00
Alex Dima
a34f0d7ef0 Group together standalone service implementation and registration 2021-12-28 22:24:17 +01:00
Benjamin Pasero
ea66836050 smoke - drop duplicate compile task for smoke tests (#139582) 2021-12-21 16:33:51 +01:00
Ladislau Szomoru
a186ab5b51 Add checkout step 2021-12-21 10:30:59 +01:00
Ladislau Szomoru
0b2bdcbfb1 Disable pipeline triggers 2021-12-21 10:25:03 +01:00
Ladislau Szomoru
e200e9a4e0 Change job name 2021-12-21 10:23:46 +01:00
Ladislau Szomoru
7f81f4cc45 Add OneBranch pipeline 2021-12-21 10:08:51 +01:00
Alex Dima
2988d3dcd9 check in compilation output from 70489f2c90 2021-12-20 17:16:44 +01:00
Alex Dima
bd8c42ac44 Fixes microsoft/monaco-editor#2842: Keep static members with initializers that might have side effects 2021-12-20 17:06:00 +01:00
Alex Dima
4a175da2a6 Add comment 2021-12-16 13:46:10 +01:00
Tyler James Leonhardt
f67a8b753f Use device flow over PAT when we are running in a server full environment but not in a supported uri (#139255)
* initial attempt

* use github-authentication instead

* rework error handling

* update copy

* explain why Workspace
2021-12-15 22:07:49 -05:00
Rob Lourens
3e11f32956 Run browser smoke tests first because we can get playwright traces for them 2021-12-15 14:27:40 -08:00
Joao Moreno
17c93e8564 increase build timeout on windows 2021-12-15 10:48:06 +01:00
Alexandru Dima
7d5de2d449 Fixes microsoft/monaco-editor#2822 2021-12-14 21:45:42 +01:00
Benjamin Pasero
70489f2c90 layers - add trimStart and trimEnd 2021-12-14 12:32:10 +01:00
Joao Moreno
39f1f7bd41 remove bogus build steps, added retries to yarn install in new places
fixes #138983
2021-12-13 14:25:12 +01:00
Joao Moreno
0d9f75df79 remove bogus build step 2021-12-13 14:25:12 +01:00
Joao Moreno
acdd512060 make api proposal names task play better with gulp
cc @jrieken
2021-12-13 11:36:37 +01:00
Logan Ramos
1216d0c578 Bump ES build to latest version 2021-12-10 11:42:52 -05:00
Alex Dima
4bc25f7394 Set monaco-editor-core version to 0.0.0 2021-12-10 15:30:43 +01:00
Benjamin Pasero
27e38a8e27 smoke - always create screenshot on failure on desktop 2021-12-09 09:51:55 +01:00
Joao Moreno
18214d3dbd fix EOL for generated extensionsApiProposals.ts 2021-12-08 15:19:51 +01:00
Joao Moreno
f0e7d8545a we check in /build ts output to the repo
cc @lramos15
2021-12-08 15:19:50 +01:00