Commit Graph

23576 Commits

Author SHA1 Message Date
Johannes Rieken e8a6fea08c Revert "more strict (and correct) URI.file, #34449"
This reverts commit bcd8181238.
2017-09-15 16:33:05 +02:00
Joao Moreno 2d32c95276 smoke: forgot await 2017-09-15 16:00:42 +02:00
Joao Moreno e5fb2c8291 smoke: different slow number 2017-09-15 16:00:42 +02:00
Joao Moreno 8e0581bae4 smoke: prevent nested waitFor calls 2017-09-15 16:00:42 +02:00
Joao Moreno 04a94d18a9 smoke: --sticky-quickopen cli option 2017-09-15 16:00:42 +02:00
Joao Moreno 16ad2b7845 smoke: enable concurrent debug runs using different ports 2017-09-15 16:00:42 +02:00
Joao Moreno 04bf2a2a50 smoke: fix broken http ping 2017-09-15 16:00:42 +02:00
Johannes Rieken bcd8181238 more strict (and correct) URI.file, #34449 2017-09-15 15:20:58 +02:00
Johannes Rieken bedd750b5a Merge pull request #34051 from keegancsmith/uri-userinfo
Handle user information in URI
2017-09-15 14:19:04 +02:00
Dirk Baeumer 48b2d7a964 Make grunt auto detect multi folder aware 2017-09-15 13:36:45 +02:00
Dirk Baeumer 575efe5a5d Make gulp auto detection multi folder aware 2017-09-15 13:18:27 +02:00
Joao Moreno 867e521341 dont read XDG_RUNTIME_DIR 2017-09-15 12:57:16 +02:00
Joao Moreno af0cc2ee23 smoke: omg, they were all using the same port! 2017-09-15 12:57:16 +02:00
Dirk Baeumer a4d233065c Fixed bug in old legacy auto detection 2017-09-15 11:40:13 +02:00
Benjamin Pasero 46189edc74 💄 2017-09-15 11:19:55 +02:00
Dirk Baeumer cc5cc9a2d6 Adopt task multi folder API 2017-09-15 11:04:31 +02:00
Dirk Baeumer 9c6880cb32 Add workspace folders to task API 2017-09-15 11:04:28 +02:00
Dirk Baeumer 48a286f962 Making tasks.json parser workspace folder aware 2017-09-15 11:04:24 +02:00
Benjamin Pasero 655527d156 parse pattern for file watching 2017-09-15 10:59:39 +02:00
Joao Moreno 4c26c77894 smoke: more debug screenshots 2017-09-15 10:59:17 +02:00
Joao Moreno dfe003d75e smoke: careful with screeshot capturing 2017-09-15 10:59:07 +02:00
Joao Moreno e3a05e0186 smoke: wait for marketplace for longer than 5 seconds 2017-09-15 10:41:58 +02:00
Joao Moreno d23dce6a7c smoke: loosen up localization assertions 2017-09-15 10:34:24 +02:00
Benjamin Pasero 7683db24b2 Create File overwrites existing files without warning (fixes #33899) 2017-09-15 07:34:32 +02:00
Greg Van Liew b0c0634339 Merge pull request #34399 from rileyskains/master
"Everyday" typo
2017-09-14 21:59:54 -07:00
Matt Bierner 9a38cc36a5 Fix missing colorization test update 2017-09-14 19:59:52 -07:00
Ramya Achutha Rao 6c4274d7e5 Find exe based recommendations only when needed #34371 2017-09-14 19:25:18 -07:00
Andre Weinand bf9671193f node-debug@1.17.5 2017-09-15 00:43:05 +02:00
Matt Bierner 845fa13b41 Tweak colorization of regexp for light+ and dark+ 2017-09-14 14:45:35 -07:00
Andre Weinand 65d00e6dc2 support for sourceRef query param in debug uri 2017-09-14 22:55:51 +02:00
Riley Skains b3318dabda Everyday typo 2017-09-14 14:29:56 -05:00
Benjamin Pasero 01b014a950 do not overwrite existing backups when migrating workspace 2017-09-14 18:28:22 +02:00
Benjamin Pasero 3a50909c69 prevent overwriting a workspace that is opened inside another window 2017-09-14 17:53:55 +02:00
Sandeep Somavarapu 8770c22393 smoke: more screenshots 2017-09-14 16:39:31 +02:00
Sandeep Somavarapu 74bd9fe9a6 smoke:
- introduce data-uri attribute in editor to know if the editor is ready
- fix editor focus class name issue
2017-09-14 15:30:13 +02:00
isidor c75b1558e8 debug: remove stale focus code for no folder workspace 2017-09-14 15:08:36 +02:00
Martin Aeschlimann 3854794379 [file icons] annotate schema with 'color' format 2017-09-14 15:06:03 +02:00
Benjamin Pasero a0b3c401c3 less verbose tests 2017-09-14 14:37:07 +02:00
Benjamin Pasero 0e7d3cbef8 fix hanging --wait processes 2017-09-14 12:11:13 +02:00
isidor a6dd83a983 debug smoke: remove timeouts 2017-09-14 12:09:31 +02:00
Sandeep Somavarapu 2ef1c762dd fix compilation 2017-09-14 12:08:16 +02:00
Sandeep Somavarapu 7d72498591 Merge pull request #34364 from Microsoft/sandy081/refactorWorkspace
Improve workspace service
- Remove legacy workspace object
- Remove references to hasWorkspace, hasFolderWorkspace, hasMultiFolderWorkspace by introducing getWorkbenchState with Empty, Folder, Workspace states
- Check for places using null check on workspace object and adopt it by using the WorkbenchState or Workspace folders
- Rename roots to WorkspaceFolder
2017-09-14 12:06:06 +02:00
isidor d225fc9ab2 debug smoke: use fs to get launch.json content 2017-09-14 11:12:11 +02:00
isidor a4e5195bde fix panel 2017-09-14 11:05:59 +02:00
Sandeep Somavarapu fae5b5462c Merges 2017-09-14 10:45:12 +02:00
Sandeep Somavarapu 2153617a7c Rename roots to folders 2017-09-14 10:26:39 +02:00
Benjamin Pasero 1e7d23665b revert URI changes for now on master and continue on branch 2017-09-14 10:21:28 +02:00
Benjamin Pasero 65fe09e41a do not use fsPath when using URI.with() 2017-09-14 10:09:57 +02:00
Daniel Imms aea2c05183 Uplevel xterm.js
Fixes #34119
2017-09-14 01:09:22 -07:00
Benjamin Pasero bc056cb92c fix some URI.file (#34296) 2017-09-14 09:59:52 +02:00