Commit graph

29400 commits

Author SHA1 Message Date
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
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
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
Benjamin Pasero 85d4bf7a7e debt - make dnd fit for remote resources 2018-02-09 12:46:08 +01:00
Joao Moreno b61b3344cf Merge branch 'show-version-info-message' of https://github.com/shobhitchittora/vscode into shobhitchittora-show-version-info-message 2018-02-09 12:45:32 +01:00
Martin Aeschlimann 47c74f5a15 [json] compile error in languageModelCache 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 2e93ae50c5 [sql] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 4dd9f57a45 [log] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 3e9d16948c [ts/js] update grammars 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 864a170aa4 [java] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 3495363b2c make grammar file names consistent 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 6f682992c3 [go] make grammar file name consistent 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 69729b7841 [fsharp] make grammar file name consistent 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 058f192392 [cpp] add platform.tmLanguage to update list, consistent file names 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 62b9ff294b [clojure] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 4d329cc759 avoid hardcoded extensions list in update all grammars 2018-02-09 12:45:27 +01:00
Martin Aeschlimann 2504d71ba3 [powershell] block comment does not auto-close. Fixes #9799 2018-02-09 12:45:27 +01:00
Dirk Bäumer 2434bf5704
Merge pull request #39936 from doudou/problem_patterns_without_a_line
allow for problem patterns without a line
2018-02-09 12:36:17 +01:00
Benjamin Pasero 3a8d09ebec use Schemas.untitled everywhere 2018-02-09 12:35:31 +01:00
Joao Moreno 1e456712cb missing yarn.lock changes 2018-02-09 12:35:07 +01:00
Joao Moreno 68f7dde886 Merge branch 'JacksonKearl-bug/workbench-layout/option-for-always-visible-actions' 2018-02-09 12:29:56 +01:00
Joao Moreno 997439c86e Merge branch 'bug/workbench-layout/option-for-always-visible-actions' of https://github.com/JacksonKearl/vscode into JacksonKearl-bug/workbench-layout/option-for-always-visible-actions 2018-02-09 12:29:33 +01:00
isidor 4a409224c9 debug: more specific string config values 2018-02-09 12:19:35 +01:00
Benjamin Pasero c761649fa4 Explorer: allow to drag and drop files between windows to copy them over (fixes #43307) 2018-02-09 12:09:54 +01:00
Joao Moreno 38ab734646 improve input validation setting description 2018-02-09 12:05:45 +01:00
isidor 4ac4a062e2 open editors debt: remove openEditors.visible === 0 to hide the view 2018-02-09 11:41:22 +01:00
Benjamin Pasero 446cd36af4 debt - consolidate URL/URLS transfer into one 2018-02-09 11:38:21 +01:00
Martin Aeschlimann e3ce1668b0 [powershell] switch grammar to powershell/editorsyntax. Fixes #36991, fixes #43224 2018-02-09 10:55:16 +01:00
Martin Aeschlimann d03e2c286f [json] enable strict checks on server 2018-02-09 10:41:40 +01:00