Commit Graph

29445 Commits

Author SHA1 Message Date
Joao Moreno 4d032aad0a remove bad empty dirs 2018-02-13 11:42:23 +01:00
Joao Moreno 1e6039f5a1 move inno updater into tools
fixes #43503
2018-02-13 10:39:42 +01:00
Ramya Rao 00f2d8ed71 Get emmet completions from css extension (#41652)
* Get emmet completions from html,css extensions

* Resolve extensionsPath, use emmet results even if empty

* Support css abbr with :

* Refactoring

* Add some basic emmet tests

* Refactoring

* More tests
2018-02-12 21:40:10 -08:00
Matt Bierner 4d12201733 Update markdown grammar 2018-02-12 18:08:22 -08:00
Matt Bierner 38cfb0438e Update markdown grammar 2018-02-12 18:08:22 -08:00
Ramya Achutha Rao bfbbe132cf Fix css emmet abbreviations with : Fixes #43544 2018-02-12 14:48:56 -08:00
Rachel Macfarlane 768f6c8e2f Add logging to issue reporter 2018-02-12 14:41:24 -08:00
Daniel Imms 2c43e3a66f Revert "Use keydown instead of keypress to close terminal"
This reverts commit f32ed90beb.

This caused problems with clicking/navigating/copying task output.

Fixes #42066
2018-02-12 13:48:06 -08:00
Daniel Imms ba6e556f5d Revert "Don't close waitOnExit terminals when pressing modifier keys"
This reverts commit 2f5aba6809.

Undoing this in favor of reverting the PR that allowed arrows

Part of #42066
2018-02-12 13:47:26 -08:00
Matt Bierner 3b4c3d2801 Pick up new version of marked
Fixes #43420
2018-02-12 11:51:16 -08:00
Matt Bierner d35ceef5c6 Remove extra padding on zoomed in image view
Fixes #43379
2018-02-12 11:43:22 -08:00
Rachel Macfarlane 79d8060a90 Add toggle for duplicate search API in issue reporter, #43519 2018-02-12 11:21:52 -08:00
isidor 1a4c5b439b fixes #43480 2018-02-12 18:13:53 +01:00
isidor 84091fdb05 debug: startDebugging take launch as an argument
fixes #43461
2018-02-12 18:03:46 +01:00
isidor 9ecf8e8884 file actions cleanup 2018-02-12 18:03:46 +01:00
Peng Lyu 0377a09114 Fix #43424. Turn off auto indent for yaml. 2018-02-12 08:52:54 -08:00
Sandeep Somavarapu 4f306c91c8 Setter and getter for data provider in tree viewer 2018-02-12 17:04:32 +01:00
Martin Aeschlimann 8fdf170a08 update grammar script: remove unused properties 2018-02-12 16:54:46 +01:00
Martin Aeschlimann 6b3164252b update grammar: improve reporting of exceeded github rate limit 2018-02-12 16:54:45 +01:00
Joao Moreno c9fc911330 fix formatting 2018-02-12 12:40:53 +01:00
Joao Moreno ad9bf913c5 Merge branch 'master' into egamma/checkJs 2018-02-12 12:26:38 +01:00
Joao Moreno 0f7957c4dd 💄 2018-02-12 11:55:11 +01:00
Joao Moreno fcb96310ea Merge branch 'gutter_diff_width' of https://github.com/usernamehw/vscode into usernamehw-gutter_diff_width 2018-02-12 11:14:35 +01:00
isidor f5004b783d explorer: new file and folder command in command palette
fixes #43363
2018-02-12 11:04:35 +01:00
Martin Aeschlimann 5d663e0ecc Merge pull request #43341 from Microsoft/octref/html-css-launch
Fix html css launch config
2018-02-12 10:00:59 +01:00
Benjamin Pasero 7410a0ea0b address #43228 for insiders 2018-02-12 07:57:45 +01:00
Rob Lourens 9a4ba7d061 Bump node2 2018-02-11 21:59:22 -08:00
Rob Lourens ef42990520 Fix #43458 2018-02-11 20:11:00 -08:00
Rob Lourens f436da65b3 Log settings search remote errors to log service 2018-02-11 13:20:44 -08:00
Andre Weinand 5b732ed12d node-debug@1.21.1 2018-02-11 01:15:22 +01:00
Ray Gervais 053da66e1b Monokai: Use new dropdown.listBackground to correct contrast Fixes: #42480 (#42869)
* Updated monokai dropdown configuration to use new dropdown.listBackground property
2018-02-09 23:10:26 -05:00
Rob Lourens 4e9519af91 Fix #43370 - don't create settings search filters for extensions without UUIDs 2018-02-09 18:41:00 -08:00
Rob Lourens 540a998a46 Merge pull request #43274 from Microsoft/roblou/settingsSearchIssueReporter
Use issue reporter for settings search
2018-02-09 18:32:32 -08:00
Rob Lourens 0f513d42db Keep the previous feedback widget, taking the place of the issue widget when the setting is set 2018-02-09 18:31:04 -08:00
Rob Lourens 9dcd55b1bd Add extensions to IFilterMetadata so it can be passed directly to the issue reporter 2018-02-09 18:18:21 -08:00
Rob Lourens 2184ffef54 Rename to "IWorkbenchIssueService" and IRawIssueService->IIssueService 2018-02-09 17:42:30 -08:00
Rob Lourens 2beb91bdca Fix hygiene 2018-02-09 16:23:03 -08:00
Rob Lourens 274b7278b5 Use new IssueService for report actions 2018-02-09 16:23:03 -08:00
Rob Lourens 077c6f9f70 Split IssueService/RawIssueService so renderer proc consumers have a simpler interface to launch the issue reporter 2018-02-09 15:24:27 -08:00
Rob Lourens db5143d574 Fix #43268 - implement a special issue reporter mode for settings search 2018-02-09 15:24:26 -08:00
Matt Bierner 3b8696579f Make markdown show preview command multiselect aware
Fixes #42583
2018-02-09 15:16:10 -08:00
Matt Bierner 5394c43363 Revert commands title change 2018-02-09 15:09:36 -08:00
Matt Bierner e327a218eb Reverse pinch zooming direction in resource viewer
Fixes #43138

**Bug**
Pinch opening should zoom in. Pinch close shoud zoom out. This is currently reversed

**Fix**
Invert the pinch direction. Only inverts pinches. Scrollwhell events should remain as-is: scroll up to zoom in scroll back to zoom out
2018-02-09 12:53:56 -08:00
Matt Bierner c2ffb2a737 mark a few interface properties readonly 2018-02-09 12:31:59 -08:00
Pine Wu d2f06d1cd7 change css attach to inspector protocol 2018-02-09 10:24:23 -08:00
Pine Wu d9428ff856 Fix html/css launch config 2018-02-09 10:18:10 -08:00
Sandeep Somavarapu ea3fa2e3db Fix compilation 2018-02-09 18:24:00 +01:00
Sandeep Somavarapu ea787762db #28974 Introduce place holder icons for nodes without icons 2018-02-09 18:24:00 +01:00
Sandeep Somavarapu 125ac04d1f Refactor custom views:
- Custom view service to get tree item viewer
- Custom view service to register the data provider
2018-02-09 18:24:00 +01:00
Benjamin Pasero abf0a5bfc9 tweak download url dnd 2018-02-09 18:19:27 +01:00