Martin Aeschlimann
436b711622
Configure server using env vars. Fixes #141333
2022-03-15 11:35:30 +01:00
Alex Dima
f865f66c91
Fixes #143088 : Launch a compilation if necessary when using `code-server` scripts
2022-02-17 12:37:40 +01:00
deepak1556
0992d85866
ci: fix linux system services
...
Refs https://github.com/microsoft/vscode/issues/142572
2022-02-17 02:16:46 +09:00
Benjamin Pasero
b344f43498
Revert "linux: disable crash reporting in CI ( #142572 )"
...
This reverts commit 7dbd7367dc
.
2022-02-15 16:27:08 +01:00
Benjamin Pasero
7dbd7367dc
linux: disable crash reporting in CI ( #142572 )
2022-02-15 08:26:18 +01:00
Robo
01df559c18
chore: update to electron 16 ( #137241 )
...
* chore: bump electron@15.3.0
* chore: bump node@16.x
* chore: enable render process reuse
* Revert "watcher - use `type` property for crash reporter location"
This reverts commit bfa488dd8f
.
* Revert "watcher - enable crash reports on linux (#136264 )"
This reverts commit af261488f8
.
* chore: enable crashpad on linux
* chore: bump electron@15.3.1
* chore: update api changes
* chore: bump @vscode/sqlite3@5.0.3
* spec: skip non-context aware module unittests
* chore: fix perf hook integration with node environment
* fix: adopt fs api changes
* chore: fix integration tests
* chore: bump electron@15.3.2
* chore: bump electron@16.0.0
* temp(macOS): kill test instances in OSS
* Revert "temp(macOS): kill test instances in OSS"
This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.
* chore: update chromium version for clang downloader
* some 💄 changes
* align with changes
* adopt more fs.rm
* 💄
* chore: bump @vscode/sqlite3@5.0.4
* fix layers check to account for duplicated types from node.js
* update todo for type casts
* smoke - fix compile issue
* chore: update module cache
* watcher - fix unhandled rejection (fix #137416 )
* ci: update node version
* enable stack dumping
* update electron types to 16.x
* chore: bump @vscode/sqlite3@5.0.5
Refs https://github.com/microsoft/vscode/issues/137496
* fix layer issue
* add `AbortSignal` to core types
* chore: update linux compile flags
Refs 797723ec83
* ci: fix linux build
* ci: update github ci cache
* ci: fix remote build in github ci
* ci: better fix for remote build
* chore: bump azure cache
* chore: fix merge conflict
* :chore: update to electron@16.0.2
* chore: bump @vscode/sqlite3@5.0.7
* ci: update to gcc-4.9 for remote
Refs https://github.com/microsoft/vscode/issues/137659
* ci: switch to buster for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: fix build on linux arm64
* ci: fix arm client compiler toolchain
Refs #137927
* chore: bump electron@16.0.3
* ci: fix compile flags for the c toolchain
* chore: bump electron@16.0.4
* Add experimental dark mode flag (#139109 )
* Add experimental dark mode flag
* Apply PR feedback
* chore: bump electron@16.0.6
* chore: bump electron@16.0.7
Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300
* chore: experimental highlight API
* smoke - fix compile issue
* FIXME: custom ELECTRON_RUN_AS_NODE with node worker
* Revert "chore: bump electron@16.0.7"
This reverts commit 5fd01cf37c
.
* Revert "Revert "chore: bump electron@16.0.7""
This reverts commit a7f1b73951
.
* chore: fix github linux workflow
* chore: address review feedback
* chore: bump electron@16.0.8
* ci: revert to stretch distro for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: force build
* chore: update yarn.lock
* address feedback
* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"
This reverts commit 7b48fa3732
.
* ci: fix remote folder build
* chore: fix github linux ci
* 🆙 `versionSpec`
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2022-02-08 20:09:00 +01:00
Martin Aeschlimann
61ff43bafe
code web script fix
2022-02-04 16:52:52 +01:00
Martin Aeschlimann
4b5fee322f
code web script refine playground handling
2022-02-04 14:58:10 +01:00
surajteggi
baf162329b
Update code-web.js
...
Fix typo
2022-02-04 17:51:12 +05:30
Martin Aeschlimann
aa1edaba5e
code-web: fix handling of `--playground`
2022-02-04 10:44:06 +01:00
Matt Bierner
e02179a43c
Use --browserType as fallback in code-web
2022-02-03 10:39:30 -08:00
Martin Aeschlimann
923b583d55
update @vscode/test-web
2022-02-03 11:55:20 +01:00
Martin Aeschlimann
fbdc009642
fix missing semicolon
2022-02-02 18:55:49 +01:00
Martin Aeschlimann
92cecf1048
code-web fix --help
2022-02-02 17:53:24 +01:00
Martin Aeschlimann
47dbe8bbf6
code-web forward to @vscode/test-web
2022-02-02 17:48:41 +01:00
Rob Lourens
bb79477f2e
Enable ipynb serializer tests in web integration tests
...
and reenable NotebookSerializer test in non-web
2022-02-01 18:22:57 -08:00
Martin Aeschlimann
6c33588938
code web script: improve help
2022-02-01 17:38:37 +01:00
Benjamin Pasero
c64876aff9
💄 test scripts ( #141791 )
...
* try it
* log window ready states as info
* 💄
* compile more
* better format
* fix
* are you serious?
* bumpb
* .
* .
2022-01-31 07:28:38 +01:00
Martin Aeschlimann
947f2b58f0
tty for ./scipts/code-server
2022-01-27 20:22:38 +01:00
Alex Dima
77a0d77003
Avoid a lot of newlines when running from source
2022-01-26 14:06:03 +01:00
Martin Aeschlimann
25cfbe3445
test-web-integration: install test/integration/browser & playwright
2022-01-24 11:43:21 +01:00
Martin Aeschlimann
3aeec48751
always set connection-token
2022-01-21 17:42:35 +01:00
Martin Aeschlimann
ef4549b141
Merge branch 'main' into aeschli/noremoteindicatorweb
2022-01-21 17:19:52 +01:00
Martin Aeschlimann
d46ed36951
only call yarn gulp node when needed
2022-01-21 15:15:12 +01:00
Martin Aeschlimann
3640c1a425
move remote and web tests to scripts folder
2022-01-21 14:33:34 +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
Daniel Imms
e6c4895b0c
Add update-xterm scripts to vscode repo
2021-12-20 09:19:12 -08:00
Benjamin Pasero
ddbda4c196
tests - enable crash reporter for electron based unit tests
...
//cc @deepak1556
2021-11-19 11:12:53 +01:00
Johannes Rieken
d90dd1355b
Merge branch 'main' into joh/vscode-dts
2021-11-10 08:40:26 +01:00
Benjamin Pasero
bef4dba21f
Parcel update and CI improvements ( #136830 )
...
* 🆙 product
* 🆙 parcel/watcher
* 🆙 parcel/watcher
* tests - separate remote logs from others
* store server logs too
* more tweaks
* fix name
* error when 10s passed
2021-11-10 08:13:56 +01:00
Alexandru Dima
e08e4d3fe1
Move `--ms-enable-electron-run-as-node` to a later location ( #136786 )
...
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it
* undo bad change
2021-11-09 15:11:12 -08:00
deepak1556
ac29daaf3b
Fixes #136771 : update to Electron v13.5.2 and pass `--ms-enable-run-as-node` together with `ELECTRON_RUN_AS_NODE`
2021-11-09 19:09:26 +01:00
Johannes Rieken
9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into `src/vscode-dts`-folder, https://github.com/microsoft/vscode/issues/131165
2021-11-09 15:00:03 +01:00
Alex Dima
a704a69394
Enforce that source code uses a small subset of Unicode
2021-11-03 23:34:41 +01:00
Sandeep Somavarapu
cae4478f04
enable proposed api flag
2021-10-08 09:33:16 +02:00
Sandeep Somavarapu
4395e20206
enable proposed api for vscode.typescript-language-features
2021-10-08 09:33:04 +02:00
Benjamin Pasero
3a4e16cac1
tests - skip release notes
2021-09-03 11:32:11 +02:00
Rob Lourens
ffb40deb52
Build ipynb extension before integration test
2021-08-03 12:15:16 -07:00
Rob Lourens
190a89dd1b
Port unit tests from vscode-jupyter to ipynb extension
...
#129446
2021-08-03 11:19:22 -07:00
Benjamin Pasero
5aa1570976
tests - align integration test scripts
2021-07-01 15:23:37 +02:00
Robo
92999c339e
fix: setuid helper permission ( #126798 )
...
* ci: fix setuid helper binary permission
* ci: allow privilege for CLONE_NEWPID | CLONE_NEWNET
* ci: fix chrome-sandbox permission with rpm
* ci: fix permissions on snap
* ci: download electron earlier for arm builds
2021-06-22 08:42:30 -07:00
Rob Lourens
526253bc34
Remove unneeded vscode-notebook-tests references
...
Fix #126384
2021-06-17 20:51:13 -07:00
Joao Moreno
b79d23d356
:table_flip:
2021-06-15 17:07:53 +02:00
Benjamin Pasero
3f4039d99f
.
2021-06-15 15:45:10 +02:00
Benjamin Pasero
270002e3b8
fix emmet test integration path
2021-06-15 15:40:24 +02:00
Benjamin Pasero
2ddc1e4fc5
Produce logs during test runs (integration, smoke) and publish as artefacts ( #126065 )
...
* first cut upload log files from integration test runs
* always publish log files
* move logs into integration-tests folder
* also produce logs for smoke tests
* store remote log files
* wire in logspath arg properly
* always publish logs
* enable logs for browser based smoke tests
* log only in verbose
2021-06-15 08:33:26 +02:00
Benjamin Pasero
33f84b36fd
tests - disable getting started in integration tests and smoke tests ( #125808 )
...
* tests - disable getting started in integration tests and smoke tests
* --skip-getting-started => --skip-welcome
Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-06-09 18:36:42 +00:00
Benjamin Pasero
71490cd84c
windows integration tests - use `--no-sandbox` ( #125733 )
2021-06-08 19:12:33 +02:00
João Moreno
bae654ad1d
scripts/code.sh: disable gpu on wslg
2021-06-08 15:19:04 +02:00
João Moreno
11a1f705db
fix code.sh script in wsl2+gui
2021-06-07 20:39:27 +02:00