Commit graph

58392 commits

Author SHA1 Message Date
Alex Ross c45e6cc623 Update grammars 2019-12-10 12:35:30 +01:00
Johannes Rieken e9671e46eb make sure to use a URI when looking up nodes 2019-12-10 12:35:04 +01:00
Johannes Rieken f359490879 adopt latest version, https://github.com/microsoft/vscode/issues/86327 2019-12-10 12:35:04 +01:00
Alex Ross 6e94c2dd16 Port Rename -> Set Label and select value
Fixes #86070
2019-12-10 12:00:33 +01:00
Alex Ross 90e7939dfa Focus on Tunnels View command
Fixes #86076
2019-12-10 11:51:32 +01:00
Alex Ross f7879f3ff6 Remove unintentional multi-select from ports view
Fixes https://github.com/microsoft/vscode/issues/86071
2019-12-10 11:39:03 +01:00
Konstantin Solomatov 6c6ef0c43e Fix error printing (#86617)
* Fix error printing

* 💄
2019-12-10 11:06:52 +01:00
Benjamin Pasero 333961d3c3 💄 2019-12-10 10:58:07 +01:00
Benjamin Pasero 1578e92150 debt - preserve encoding & mode when saving models to different paths 2019-12-10 10:28:21 +01:00
Benjamin Pasero d01e111fb0 debt - model reload should happen from model manager 2019-12-10 09:46:04 +01:00
Benjamin Pasero fb80de97e6 debt - clean up binary editor and event handling 2019-12-10 09:21:31 +01:00
Sandeep Somavarapu 3c06d9d008 #83421 remove semver-umd.d.ts from src/typings 2019-12-10 09:08:57 +01:00
Benjamin Pasero 247860eb56 debt - watch for all out of workspace resources (support diffs) 2019-12-10 08:48:02 +01:00
Benjamin Pasero 5775c519af debt - reload any text model that is opened in any editor on window focus 2019-12-10 08:28:55 +01:00
Benjamin Pasero 44a7203e4a Revert "#84283 use log service to log"
This reverts commit 26e9cf4fa0.
2019-12-10 08:21:45 +01:00
Benjamin Pasero 9288608bdb debt - move text save error handler 2019-12-10 08:10:58 +01:00
Sandeep Somavarapu 26e9cf4fa0 #84283 use log service to log 2019-12-10 08:03:42 +01:00
Benjamin Pasero 27437a21de fix #85617 2019-12-10 07:57:21 +01:00
Jackson Kearl 55307c2a39 Add syntax highlighting to Search Results.
Closes #86241.
2019-12-09 18:13:54 -08:00
Jackson Kearl 889ce81f3d Add single and multiline matching 2019-12-09 18:13:54 -08:00
Jackson Kearl fa948c2f1e Add initial "file is a block" syntax hilight 2019-12-09 18:13:53 -08:00
Matt Bierner 58d954737f Don't show references code lens on const members
Fixes #86495
2019-12-09 17:28:32 -08:00
Matt Bierner 35587bec93 Also log error when a fatal error happens 2019-12-09 17:28:32 -08:00
SteVen Batten cabcace4b5
Viewlet Refactor (#85566)
* wip 2

* use viewlet stubs

* fix layering issue

* fix saveState and contextmenus

* move context menu logic into panecomposite

* revert tasks.json

* tasks again

* add showHeaderInTitleWhenSingleView values

* patch tests

* some cleanup

* more cleanup

* start view

* merging conflicts

* fix title and dnd

* adding missing api surface to pane composite

* additional merge resolution
2019-12-09 15:30:46 -08:00
Rob Lourens 16888e50f6 Fix prefs search error telemetry 2019-12-09 14:55:14 -08:00
Pine Wu 1a4a377a96 Fix #85242 2019-12-09 11:25:12 -08:00
Sandeep Somavarapu d7ce91be57 #86401 add merge tests 2019-12-09 20:04:11 +01:00
Rob Lourens 731e2b9591 Revert rootPath changes
This reverts commits a416c77e56,
5bc80f3ea0,
0403a10885
2019-12-09 10:56:39 -08:00
Jackson Kearl e30906162e
[Search Editor] Add more TM scopes. Ref #86317. (#86612) 2019-12-09 10:34:39 -08:00
Joao Moreno c3c57ae3a0 fixes #86534 2019-12-09 19:17:41 +01:00
Johannes Rieken eab8ca79dc ensure callFrame#url is successful, #86601 2019-12-09 17:33:02 +01:00
Alex Ross 6de6aa0278 Blur causes port 0 to be forwarded
Fixes #86212
2019-12-09 17:01:09 +01:00
isidor 8bce45b285 fixes #86506 2019-12-09 16:57:12 +01:00
Alex Ross 5b4efb8c20 More dispose tunnel clean up 2019-12-09 16:55:44 +01:00
Alex Ross 17c4cf1b3a Nicer fix for making sure tunnels are closed
Part of #86074
2019-12-09 16:55:44 +01:00
Sandeep Somavarapu 55988ef7fd #86401 write tests for extensions merge 2019-12-09 16:55:03 +01:00
Sandeep Somavarapu d1be3bd39e 💄 2019-12-09 16:55:03 +01:00
Johannes Rieken a92df3eab5 fix #85422 2019-12-09 16:51:15 +01:00
Johannes Rieken 62d864e64a update loader 2019-12-09 16:44:13 +01:00
isidor b4d5546ed5 debug: fix contexts 2019-12-09 16:42:35 +01:00
Benjamin Pasero a68fd36b25 custom editors - adopt SaveContext 2019-12-09 16:25:50 +01:00
Johannes Rieken ce12ff49d6
Merge pull request #85859 from GustavoASC/master
Developed commands to change focus between preview editor and references within Peek View
2019-12-09 16:07:48 +01:00
Johannes Rieken c14fd7b590 more console removal, #84283 2019-12-09 16:00:30 +01:00
Isidor Nikolic 1f0c87adff
Merge pull request #86574 from jeanp413/fix-86573
Fixes compressedNavigationController ends with outdated state after startup
2019-12-09 15:55:13 +01:00
Alex Ross d503beb795 Fix ports not unforwarding
#86074
2019-12-09 15:50:05 +01:00
Johannes Rieken 0dfa355b3a remove deprecated code check, jsdoc is what we use elsewhere, helps with #84283 2019-12-09 15:42:23 +01:00
Johannes Rieken 36e259bfb7
Merge pull request #86509 from jeanp413/fix-86386
Fixes snippet replace when before prefix
2019-12-09 15:32:33 +01:00
Alex Ross d363b988e1 Prevent task error when no folder open
Fixes #86419
2019-12-09 14:53:09 +01:00
Alex Ross a70c73c7a4 Simple file dialog working for network share
Fixes #86420
2019-12-09 14:33:34 +01:00
Alexandru Dima 7155f246d1
Improve JSDoc 2019-12-09 14:27:35 +01:00