Commit graph

854 commits

Author SHA1 Message Date
Miguel Solorio
bb4fefc959 Merge remote-tracking branch 'origin/master' into misolori/icon-font-breakpoints 2019-11-14 07:59:06 -08:00
Miguel Solorio
a0316e3b30 Update breakpoint glyph name in automation test 2019-11-13 21:18:43 -08:00
Joao Moreno
48af7ba677
fixes #84455 2019-11-13 10:40:09 +01:00
Miguel Solorio
6b43b2cb5e Update breakpoints to codicons 2019-11-08 14:43:12 -08:00
Jason Ginchereau
5c2e24f6ad Remove extra step from readme 2019-11-06 16:26:55 -08:00
Jason Ginchereau
55e06a7080 Add prepare script to package.json 2019-11-06 16:26:55 -08:00
Jason Ginchereau
dd90a90a60 Fix minor packaging issues in automation lib 2019-11-04 12:03:51 -08:00
Benjamin Pasero
ea89eb903f fix #83805 2019-11-01 09:15:35 +01:00
Daniel Imms
c8846de84a Fix debug smoke tests
Fixes #83801
2019-10-31 18:06:10 -07:00
Christof Marti
a5837a8eb3 Update https-proxy-agent (#83647) 2019-10-30 10:43:23 +00:00
Benjamin Pasero
ca22de4b17 debt - bump node.d.ts dependency in extensions to 12.x (part of #82514) 2019-10-28 08:11:47 +01:00
Miguel Solorio
11941aa090 Merge remote-tracking branch 'origin/master' into misolori/icon-font 2019-10-16 14:52:52 -07:00
Miguel Solorio
2205002a2c Fix icon ref in problems view automation tests
FYI @sandy081
2019-10-16 14:49:46 -07:00
Miguel Solorio
42d4a3b5c8 Replace 'Octicon' refs with 'Codicon' 2019-10-16 11:38:15 -07: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
João Moreno
229df29bc9
Update README.md 2019-10-03 09:03:13 +02:00
Joao Moreno
925f3ab1a0 fixes #81871 2019-10-03 08:51:05 +02:00
Daniel Imms
f137abf254 Update distro, fix web smoke test folder 2019-10-02 16:14:14 -07:00
Daniel Imms
615e262789 Fix git smoke tests 2019-10-02 14:46:35 -07:00
Daniel Imms
e28affc16b Fix preferences smoke tests 2019-10-02 14:07:08 -07:00
Daniel Imms
e568cf539c Fix search smoke tests 2019-10-02 14:03:36 -07:00
Martin Aeschlimann
74ac7b8520 smoke: update mocha 2019-09-30 22:58:57 +02:00
Benjamin Pasero
da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +02:00
Dmitry Gozman
367a5a0c59 Improve LinkDetector
- recognizes web urls;
- checks that file path exists;
- supports relative to workspace root paths (./foo);
- supports relative to home dir paths (~/foo);
- optional line/column;
- smoke test.
2019-09-24 13:19:52 -07:00
Miguel Solorio
6856708e74 Adopt icon font in search viewlet 2019-09-23 11:02:02 -07:00
Miguel Solorio
663b07c8e9 Update icon ref to codicon 2019-09-16 19:38:39 -07:00
Robo
029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
João Moreno
4f39995139
Introduce CompressibleObjectTree (#77876)
Introduce `CompressibleObjectTree`
2019-09-13 09:04:20 +02:00
Daniel Imms
a5b58dc5b8 Link directly to automation from smoke 2019-09-12 21:32:41 -07:00
Daniel Imms
c3459acf6d Remove vscode-automation from pckage.json 2019-09-11 14:44:35 -07:00
Daniel Imms
a0fc3ba877 Relink automation dep before compile
Just always relink to avoid issues with the build cache not restoring
links.

Fixes #80729
2019-09-11 11:20:11 -07:00
Joao Moreno
2353ddebb3 Merge remote-tracking branch 'origin/master' into joao/compressed-trees 2019-09-11 09:18:11 +02:00
Daniel Imms
36410ba33e Merge remote-tracking branch 'origin/master' into pr/jasongin/80293 2019-09-10 12:01:40 -07:00
Joao Moreno
4cad4dff1f Merge branch 'master' into joao/compressed-trees 2019-09-10 15:36:01 +02:00
Dmitry Gozman
3bcaff85f0 Separate REPL evaluation from it's result; fixes #79196
REPL now has two elements: one for the evaluation text added immediately (ReplEvaluationInput),
and another for the evaluation result once available (ReplEvaluationResult).
2019-09-09 10:53:46 -07:00
Jason Ginchereau
3d08742789 Add automation to root postinstall script 2019-09-09 09:30:34 -07:00
Joao Moreno
7434a775a6 fix manual tree tests 2019-09-09 15:09:47 +02:00
Daniel Imms
883bf518a9 Use --preserveWatchOutput in tsc watch, update yarn deps 2019-09-06 09:10:53 -07:00
Jason Ginchereau
8b8ef3e2ee Fix some package dependencies 2019-09-05 09:30:38 -07:00
Jason Ginchereau
4f2c387de1 Refactor smoke UI automation into separate package 2019-09-05 09:16:29 -07:00
Rob Lourens
7edc8f786e Fix #80304 - wait for remote window to actually connect before running tests 2019-09-04 17:29:07 -07:00
Rob Lourens
58c740aa48 Remove workaround for #74875 2019-09-04 14:52:53 -07:00
Daniel Imms
052ffefc24 Move puppeteer dep into smoke test project
Fixes #80329
2019-09-04 10:32:32 -07:00
Benjamin Pasero
eec5af06b7 debt - bail out on some window methods in tests 2019-09-02 09:42:37 +02:00
Robo
f5d7606821
Merge branch 'master' into update_electron 2019-08-30 09:05:41 -07:00
Benjamin Pasero
d32c857d1b tsconfig 💄 2019-08-30 17:56:56 +02:00
deepak1556
5e0b028701 chore: Bump electron@4.2.10 2019-08-30 08:07:53 -07:00
Johannes Rieken
dedf0de944 change type of _serviceBrand from any to undefined, #79918 2019-08-30 15:40:46 +02:00
Joao Moreno
4994c7be4e fixes #79867 2019-08-28 14:34:54 +02:00
SteVen Batten
61c52d0dda
GridLayout perf improvements (#79614)
* add deserialization to splitview

* add new grid deserialization test to index.html

* working mostly

* branchnode should invert orthogonality in splitview

* fix issue with sidebar snapping

* cleanup and make splitview api more explicit

* hook up children sash reset

* adopt single deserialize (PR feedback)
2019-08-26 08:12:00 -07:00