Commit graph

239 commits

Author SHA1 Message Date
Sandeep Somavarapu
f9b6372f0a #85036
change extension kind ui to be ui + workspace
deprecate string value for extension kind
2019-11-29 13:20:24 +01:00
Benjamin Pasero
82e99291ce 💄 2019-11-19 16:13:13 +01:00
Benjamin Pasero
34c45707f2 yarn web 💄 2019-11-18 11:01:51 +01:00
空雲
7021e20522 Make local and remote ports configurable (#84958)
* Add local_port to startup parameters

* Added help to vscode-web

* Fixed help text.
Changed to show additional message only when local port is changed.
2019-11-18 11:00:05 +01:00
Eric Amodio
4fa83458cf Aligns with bash version 2019-11-13 18:32:57 -05:00
Alex Dima
c9a2de2d9c
Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
Benjamin Pasero
60387fd1bd failed to run on chrome browser with 'yarn web' (fix #84198) 2019-11-08 10:57:28 +01:00
Benjamin Pasero
5a569ad3dd yarn web - do not have root in memfs 2019-11-06 15:30:50 +01:00
Joao Moreno
5048816ebf
extract yarn electron 2019-10-16 11:15:43 +02:00
Rob Lourens
84d62ea8a3 Add launch config/task for "yarn web" 2019-10-15 11:27:23 -07:00
Benjamin Pasero
887528397c 💄 code-web.js 2019-10-15 16:49:31 +02:00
Benjamin Pasero
49129e9911
Allow to run web client out of sources (#82569)
* web - first cut allow to run from oss

* add launch config
2019-10-15 10:50:25 +02:00
Benjamin Pasero
23956cc5e2 update to electron 6.0.x (#81644)
* update to electron 6.0.x

* chore: bump electron@6.0.12
2019-10-10 12:26:28 -07:00
Johannes Rieken
a5b9969f06
Merge branch 'master' into joh/sigusr1 2019-10-08 18:02:55 +02:00
Benjamin Pasero
42ebd1036f build - use enable-proposed-api in tests 2019-10-08 11:13:18 +02:00
Johannes Rieken
5d413d7418 remove --disable-inspect 2019-10-07 14:09:05 +02:00
Nikolay Kondratyev
4f6e116539 Use yarn compile for start scripts 2019-10-03 18:35:56 +03:00
Benjamin Pasero
31a8a2c26e update distro 2019-10-03 07:30:11 +02:00
Benjamin Pasero
bb0dbb3b9c
fix vscode.open() tests (#81833) 2019-10-02 12:28:48 +02:00
Benjamin Pasero
da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +02:00
Benjamin Pasero
afde7913eb
build - set no-sandbox everywhere (#81096) 2019-09-18 13:55:03 +02:00
Robo
029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
Rob Lourens
a556ca989b Unset VSCODE_LOGS in code.sh
so it writes to the code-oss logs folder and doesn't inherit the insiders log folder
2019-09-10 11:33:14 -07:00
Benjamin Pasero
4cd5047073 build 💄 2019-09-04 08:55:20 +02:00
Martin Aeschlimann
163d8c5aad rename test-release to test-documentation 2019-09-02 17:57:27 +02:00
Benjamin Pasero
155f85b679
Build: run integration tests against actual build (#80203)
* experiment with running macOS integration test against real build

* echo command

* more tests

* Revert "more tests"

This reverts commit b07bde89be.

* test

* fix script

* fix build

* fix tests

* fix build

* fix build

* conditionally enable test for remote

* adopt for linux and windows

* disable failing test

* fix build

* windows - echo off

* fix variable check

* fix path

* fix compile

* echo off

* mac polish
2019-09-02 11:26:26 +02:00
Benjamin Pasero
a62ea90c35
build - enable ELECTRON_ENABLE_LOGGING again on Linux (#80192) 2019-09-02 09:30:31 +02:00
SteVen Batten
6e6c3e7acb unset VSCODE_LOGS to fix spdlog issue 2019-08-20 19:33:37 -07:00
Martin Aeschlimann
327832422c scripts/code.sh: remove -x 2019-07-30 16:37:19 +02:00
Martin Aeschlimann
c94b2703c5 code.sh is broken in WSL after commit "run code wsl in dev ". Fixes #72263 2019-07-29 16:03:51 +02:00
Benjamin Pasero
b2a456e7f9 💄 2019-06-24 18:57:37 +02:00
Benjamin Pasero
e42a1b0878 build - add and use --disable-inspect for integration tests (#74898) 2019-06-24 18:54:31 +02:00
Benjamin Pasero
0b62cdf464 build - enable language server tests again (for #74898) 2019-06-24 12:11:26 +02:00
Benjamin Pasero
d813315714 comment out more (for #74898) 2019-06-24 10:49:34 +02:00
Joao Moreno
c70c399313 remove env scripts
fixes #74792
2019-06-20 16:32:25 +02:00
Benjamin Pasero
613447d6b3 start to comment out tests (for #74898) 2019-06-19 11:26:27 +02:00
Martin Aeschlimann
ef70441e30 code.sh is broken in WSL after commit "run code wsl in dev ". Fixes #72263 2019-06-07 15:48:46 +02:00
Martin Aeschlimann
c20b7a9658 run remote integration tests if present 2019-06-07 11:18:43 +02:00
Martin Aeschlimann
0c2c2a1712 remove code-web.js 2019-06-06 17:09:23 +02:00
Benjamin Pasero
92e4a28c8c tweaks to code-web 2019-05-22 10:57:38 +02:00
Benjamin Pasero
772a652b3d 💄 2019-05-09 14:34:57 +02:00
Benjamin Pasero
4b5c68c1bd web - scaffold a basic dev setup via "yarn web" 2019-05-09 13:13:27 +02:00
kieferrm
4237ce04c5 change publisher 2019-04-30 23:34:46 +00:00
Howard Hung
21dc41b583 Fix typo in code-cli.bat (#73091) 2019-04-30 11:39:59 -07:00
Martin Aeschlimann
6b7b653dae code.sh is broken in WSL after commit "run code wsl in dev ". Fixes #72263 2019-04-15 13:07:08 +02:00
Martin Aeschlimann
b9725ba609 code.sh is broken in WSL after commit "run code wsl in dev ". Fixes #72263 2019-04-15 13:04:49 +02:00
Martin Aeschlimann
251a490430 run code wsl in dev 2019-04-11 10:25:08 +02:00
Martin Aeschlimann
187e723074 Improvements to script running 2019-04-10 22:01:05 +02:00
Martin Aeschlimann
5582306f98 Improve test running 2019-04-10 16:43:12 +02:00
Martin Aeschlimann
cc99c7e9a4 fix test-integration comment 2019-04-09 16:29:59 +02:00