Commit graph

56802 commits

Author SHA1 Message Date
Matt Bierner dcecb9eea6 Documenting thoughts on direction for custom editor API
This documents the current thinking on the custom editor api. The current api proposal is not actually implemented yet
2019-11-04 15:11:54 -08:00
Matt Bierner cd4d7e6c2b Fix more node 12 typing errors
For #82514
2019-11-04 15:11:54 -08:00
Matt Bierner a97738297d Fixing some more node 12 typings errors 2019-11-04 15:11:54 -08:00
Matt Bierner 9deb8ce704 Remove localResourceRoots
Css is now inlined so this is not requried
2019-11-04 15:11:54 -08:00
Peng Lyu 1101eb829d Fix monaco editor build npe. 2019-11-04 15:01:08 -08:00
Andrii Dieiev a188b905c6 Trigger completions on backticks in JS/TS (#80234) 2019-11-04 14:55:07 -08:00
Miguel Solorio 00e2ad9760
Merge pull request #83951 from microsoft/misolori/codicons-update
Update codicons
2019-11-04 14:53:23 -08:00
Miguel Solorio e696fb811d
Merge branch 'master' into misolori/codicons-update 2019-11-04 14:53:07 -08:00
Miguel Solorio f97d3fa3cd Update cgmanifest.json 2019-11-04 14:52:29 -08:00
Rachel Macfarlane 1c6222f32e Send data directly to appender in web telemetry, without formatting 2019-11-04 14:39:17 -08:00
Miguel Solorio ef84173ea6 Update codicons 2019-11-04 14:36:58 -08:00
Pine Wu d327d5e890 Update css LS for #3145 2019-11-04 14:50:47 -05:00
Daniel Imms d4a1f7cb57
Merge pull request #83794 from microsoft/tyriar/us_english
Use US English for sycnhronize
2019-11-04 11:27:50 -08:00
Daniel Imms a0b9afd1e7
Merge pull request #83795 from microsoft/tyriar/icon_string
Move icons out of translated strings
2019-11-04 11:27:38 -08:00
Orta Therox 59e0fbcaf9 Fix the lack of undo support in monaco - fix microsoft/monaco-editor#1548 2019-11-04 13:49:59 -05:00
Miguel Solorio 6d9a9494f4
Merge pull request #83793 from microsoft/misolori/web-dropdowns
Add chevron to Safari and Firefox dropdowns
2019-11-04 10:36:41 -08:00
Miguel Solorio 3c494a0b8e
Merge branch 'master' into misolori/web-dropdowns 2019-11-04 10:36:13 -08:00
SteVen Batten 301e828245 remove any mention of mod+hover 2019-11-04 10:30:38 -08:00
SteVen Batten 39130e58da fixes #83912 2019-11-04 10:18:22 -08:00
Peng Lyu 68fb1ea054 isTouchDevice 2019-11-04 09:54:45 -08:00
Miguel Solorio f78836e8e6 🧹 2019-11-04 09:25:17 -08:00
Miguel Solorio a3759ef2f4
Merge branch 'master' into misolori/web-dropdowns 2019-11-04 08:54:47 -08:00
Miguel Solorio e0404f4baa Allow dropdown chevrons to be clicked 2019-11-04 08:52:33 -08:00
Matt Bierner c78edd8668 Pick up TS 3.7-rc 2019-11-04 08:49:47 -08:00
Johannes Rieken aedcdc9a8e some tests for working copy events, #43768 2019-11-04 15:57:54 +01:00
Johannes Rieken 1fd95d5378
Merge pull request #83822 from microsoft/joh/willRename
Propose API for [onWill|onDid][Create|Delete|Rename]
2019-11-04 15:18:14 +01:00
Johannes Rieken ec7e8633bf make find references a generic go to "definition" command like other symbol navigation commands 2019-11-04 15:14:29 +01:00
Johannes Rieken 7fcda4951b use the references model throughout go to definition 2019-11-04 15:14:29 +01:00
Benjamin Pasero 8e809b0230 web - fix single folder api tests 2019-11-04 14:19:37 +01:00
Joao Moreno 098c248624
distro 2019-11-04 14:11:40 +01:00
Alex Ross 3f1f36333d Update grammars 2019-11-04 14:11:36 +01:00
Joao Moreno bbf3ae9b56
use sprocs to publish builds 2019-11-04 14:06:57 +01:00
Benjamin Pasero f5219f0fec tests - add an integration test for editor contents from workspace file 2019-11-04 13:23:04 +01:00
Chris Dias e8a6f3f01c Pull caption from product.json (#83844) 2019-11-04 13:00:03 +01:00
Benjamin Pasero 2b30c13224 files - increase large text file for tests 2019-11-04 12:27:18 +01:00
Hung-Wei Hung 19436db58b Fix #83818 - polish description in enablePreviewFromQuickOpen (#83895) 2019-11-04 12:12:21 +01:00
Johannes Rieken 073735c5e1
Merge branch 'master' into joh/willRename 2019-11-04 12:10:18 +01:00
Benjamin Pasero c8881518aa 🆙 distro 2019-11-04 12:10:09 +01:00
Benjamin Pasero c6be0b5480 remote - adopt readFileStream capability 2019-11-04 12:04:19 +01:00
Benjamin Pasero 6f823003a7 files - speed up reads and writes
For reading, introduce the readFileStream capability that reduces
the overhead of low level file reading by switching to an event based
model.

For writing, try to consume up to N chunks of data from the underlying
source and directly call writeFile if the source is consumed. This will avoid
the overhead of low level file reading for small to medium files.
2019-11-04 11:57:45 +01:00
Benjamin Pasero b535c81d4e editor - better error message for large files 2019-11-04 11:57:45 +01:00
Christof Marti 96efdac4cf Prepare for strictPropertyInitialization (#78168) 2019-11-04 10:56:18 +00:00
Alex Ross 711489acdd Fix tasks.json not being opened
Part of #83836
2019-11-04 11:29:36 +01:00
Benjamin Pasero 5337703f50 files - 💄 error condition 2019-11-04 11:26:31 +01:00
Johannes Rieken ca98871316 show progress message 2019-11-04 11:10:06 +01:00
Johannes Rieken de1b1fb71e remove warning 2019-11-04 10:52:26 +01:00
Johannes Rieken 45c755098e timeout before operations after 5sec 2019-11-04 10:52:03 +01:00
Alex Ross 7997080192 Handle already resolved task variables in dependent tasks
Fixes #77803
2019-11-04 10:35:46 +01:00
Benjamin Pasero 41466a2390 debt - declare more fs provider capabilities 2019-11-04 09:57:08 +01:00
Johannes Rieken 5de01628b0
Merge pull request #83845 from gjsjohnmurray/fix-83751
Outline "Sort By: Type" -> "Sort By: Category"
2019-11-04 09:52:18 +01:00