Commit graph

29428 commits

Author SHA1 Message Date
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
Benjamin Pasero 8ddffb5cd2 fix some dnd issues after getting feedback 2018-02-09 18:01:13 +01:00
Alex f8789d3aca Make diff gutter decorators width configurable 2018-02-09 20:00:49 +03:00
Joao Moreno ecc90f44b4 Merge remote-tracking branch 'origin/master' 2018-02-09 17:36:54 +01:00
Joao Moreno 4fd6a62829 💄 2018-02-09 17:36:22 +01:00
Joao Moreno 3ccaf068de Merge branch 'ext-tab-40848' of https://github.com/nexes/vscode into nexes-ext-tab-40848 2018-02-09 17:34:41 +01:00
João Moreno 7f5c6fff45
Merge pull request #41479 from ggilmore/master
pass --no-use flag when sourcing nvm in build script
2018-02-09 17:28:59 +01:00
Benjamin Pasero 38220e32de fix #7950 2018-02-09 17:11:52 +01:00
Joao Moreno 3137ddacd9 fixes #17722 2018-02-09 17:02:21 +01:00
Joao Moreno 4d01c750b4 inspect context keys action 2018-02-09 17:02:21 +01:00
isidor 698e21534c debug: no need for debugService to select the launch. This knowledge should only come from status and dropdown
fixes #42678
2018-02-09 16:37:07 +01:00
isidor c31b2f2ad6 explorer multi selection: only focus an element if it joins the selection
fixes #43233
2018-02-09 16:22:56 +01:00
Benjamin Pasero 24c4f221e7 remote - fix more places where we assume file schema or add todos 2018-02-09 16:14:55 +01:00
Joao Moreno 8af49e1144 fixes #7717 2018-02-09 16:04:18 +01:00
Joao Moreno cd9ecead72 Merge branch 'shobhitchittora-show-version-info-message' 2018-02-09 14:26:31 +01:00
Joao Moreno 9408e89870 'about' global command 2018-02-09 14:25:15 +01:00
Benjamin Pasero 7b8d42c390 💄 2018-02-09 13:08:37 +01:00
Joao Moreno 58674aeefd Merge branch 'master' into shobhitchittora-show-version-info-message 2018-02-09 12:47:43 +01:00