Alex Dima
3269deea2b
Move server code to vs/server/node
2022-01-20 17:18:10 +01:00
Alex Dima
43d18c529c
Merge remote-tracking branch 'origin/main' into alex/issue-140997
2022-01-20 14:46:08 +01:00
Benjamin Pasero
13461f8c61
Web: change yarn web to run with our server instead of playground ( #139725 )
...
* web - first cut `yarn web` via our server
* properly pipe output
* web - remove traces of web playground
* web - remember last opened workspace for convinience
* use vscode-test-web for server less, clean up web commands
* fix comment
* fix `yarn web`
* rename to code-server
* open system browser
* code-server script: use minimist
* test resolver: use ./scripts/code-server
* integartion tests: fix code-server command name
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2022-01-20 13:48:08 +01:00
Alex Dima
3b5afe84e8
Fixes #140997 : Move server entry points to src/
2022-01-20 09:31:00 +01:00
Benjamin Pasero
0c6d1e9f7e
fix path to telemetry extractor @lramos15
2022-01-20 07:14:52 +01:00
Logan Ramos
8b1dfc2b9e
vscode-telemetry-extractor -> @vscode/telemetry-extractor
2022-01-19 13:48:12 -05:00
Benjamin Pasero
0b46b25c29
tests - disable Firefox on macOS again
2022-01-19 19:34:12 +01:00
Benjamin Pasero
8c86ae971e
publish node modules ( #140966 )
...
* publish node modules
* enable
2022-01-19 12:53:09 +01:00
Alex Dima
62b0d5cb81
Add /~ as a layer template, adopt it, simplify and align code import rules ( #140857 )
2022-01-18 18:27:34 +01:00
Alex Dima
aa86df2561
For each target, allow importing itself
2022-01-18 18:27:34 +01:00
Joao Moreno
dbde3101cb
more bump
2022-01-18 11:05:50 +01:00
Joao Moreno
37ae63bd5e
bump timeout
2022-01-18 11:01:17 +01:00
Alex Dima
0ae845536b
Avoid leading **
2022-01-17 21:21:38 +01:00
Alex Dima
4aed6e1fd1
Ensure all files are covered by code-import-patterns ( fixes #140857 )
2022-01-17 17:55:45 +01:00
Alex Dima
d018132104
Move defaultWorkerFactory.ts to /browser/ ( #140857 )
2022-01-17 17:23:31 +01:00
Joao Moreno
f6c56a64b4
fix build
2022-01-17 17:20:23 +01:00
dependabot[bot]
d4fa27c364
Bump follow-redirects from 1.14.5 to 1.14.7 in /build ( #140600 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-16 23:22:42 -08:00
Joao Moreno
0db0a0d31c
add mixin --server
2022-01-17 08:15:45 +01:00
Benjamin Pasero
9be2757019
🆙 playwright@1.18 ( #140767 )
...
* tests - use `@playwright/test@1.18 .0-rc1`
* fix bad dependency
* clear more weird ts dependencies
2022-01-15 09:35:39 +01:00
Benjamin Pasero
b03fe7a97c
watcher - implement and adopt universal file watcher
2022-01-14 08:03:15 +01:00
Benjamin Pasero
eecbd962ef
debt - rename iconv-lite-umd package ( #140650 )
2022-01-14 07:28:41 +01:00
Tyler Leonhardt
0f8ae22ade
up timeout to give time to build
2022-01-13 11:45:14 -08:00
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