Commit Graph

36620 Commits

Author SHA1 Message Date
Rob Lourens
2be6da193d Fix unused import 2018-07-09 10:57:08 -07:00
Rob Lourens
8e4b4b8f3d Settings editor - change keybinding and actions to open new editor by default (for insiders) 2018-07-09 10:53:41 -07:00
Ramya Achutha Rao
ba795060a4 Allow toggle details on suggest widget when frozen. Fixes #53882 2018-07-09 10:48:49 -07:00
Rob Lourens
48b3aaf2a4 Settings editor - fix offset scroll shadows 2018-07-09 10:22:46 -07:00
Matt Bierner
bda7b4480a Update markdown grammar
Fixes https://github.com/Microsoft/vscode/issues/53860
2018-07-09 09:34:24 -07:00
Matt Bierner
3aa4b67b5f Fix npe when actions are not provided
Fixes #53831
2018-07-09 09:34:24 -07:00
Matt Bierner
3ea1e53bbd Update to TS 3.0 insiders 2018-07-09 09:34:24 -07:00
Rob Lourens
b6902fd662 Fix #53838 - workaround strange error from telemetry 2018-07-09 09:21:14 -07:00
Johannes Rieken
8422fccff1 add shadow/border to breadcrumb picker 2018-07-09 17:26:09 +02:00
Joao Moreno
25cabacf5d add log statements to catch weird bug 2018-07-09 17:00:29 +02:00
Andre Weinand
7059b50648 node-debug@1.26.1 2018-07-09 16:54:45 +02:00
Johannes Rieken
dd68c6520b don't access disposed model 2018-07-09 16:25:20 +02:00
Johannes Rieken
c209a9e149 fix #53836 2018-07-09 15:53:24 +02:00
Johannes Rieken
a335286070 keep focused item, reset focused when item has changed 2018-07-09 15:51:55 +02:00
Johannes Rieken
c49edf9119 Merge branch 'joh/breadcrumbs' 2018-07-09 15:24:52 +02:00
Sandeep Somavarapu
e89b02b448 Fix #53872 2018-07-09 15:12:20 +02:00
Daniel Imms
9b876381cb Use m for Terminal menu mnemonic
Fixes #53828
2018-07-09 06:10:57 -07:00
Joao Moreno
68f236d27f Merge branch 'master' of github.com:Microsoft/vscode 2018-07-09 15:04:12 +02:00
Joao Moreno
efba880587 remove app.getPath('userData') calls
fixes #53706
2018-07-09 15:04:03 +02:00
Johannes Rieken
5b4261c3af better selection/focus management in breadcrumbs 2018-07-09 14:39:44 +02:00
Dirk Baeumer
f60a637d38 Adresses #53752: executeTask Cannot read property _key of undefined 2018-07-09 14:23:16 +02:00
Christof Marti
20b042608c Rewording of sentences in Formatting section (fixes #53548) 2018-07-09 12:33:36 +02:00
João Moreno
8bc931bde7 Merge pull request #53536 from Microsoft/joao/search-progress-events
Use events instead of PPromise for search IPC
2018-07-09 12:16:50 +02:00
Johannes Rieken
a7f7ebf2fa 💄 2018-07-09 12:13:41 +02:00
Johannes Rieken
f7d447ffa1 don't access disposed buffer 2018-07-09 12:13:04 +02:00
Benjamin Pasero
61e0cf066d Restore "snap to minimize/maximize" feature with grid editor layout (fixes #51614) 2018-07-09 12:07:05 +02:00
Johannes Rieken
d506fa59ad add setting to enable/disable breadcrumbs 2018-07-09 12:05:11 +02:00
Martin Aeschlimann
d17ceea08e Update to powershell grammars. Fixes #52956 2018-07-09 11:57:24 +02:00
Joao Moreno
1030cf9007 fix typo in fileSearch 2018-07-09 11:52:42 +02:00
Johannes Rieken
b6a8d0c761 split outline styles into outline tree/panel styles, style context views 2018-07-09 11:32:40 +02:00
Joao Moreno
7c4aa9c440 Merge branch 'master' into joao/search-progress-events 2018-07-09 11:09:38 +02:00
Johannes Rieken
559c2929e0 wire up pickers 2018-07-09 10:59:41 +02:00
Benjamin Pasero
2f041f0a9f fix #53837 2018-07-09 10:58:28 +02:00
Andre Weinand
866032fba4 protect against terminated debug adapter; fixes #53834 2018-07-09 10:56:09 +02:00
Christof Marti
7dad62c671 Remove commas 2018-07-09 10:50:30 +02:00
Joao Moreno
19df280c7f fixes #53849 2018-07-09 10:37:51 +02:00
Johannes Rieken
1b0464601a 💄 2018-07-09 10:36:23 +02:00
Johannes Rieken
26da10144c less styles for breadcrumbs 2018-07-09 10:34:16 +02:00
Johannes Rieken
a5266b1d6a use collpase icons to separate elements 2018-07-09 10:28:19 +02:00
Joao Moreno
ee0a7a265d Merge branch 'master' of github.com:Microsoft/vscode 2018-07-09 10:15:59 +02:00
Joao Moreno
b18b795936 fixes #53668 2018-07-09 10:15:55 +02:00
Johannes Rieken
74ed0a3c95 Merge branch 'master' into joh/breadcrumbs 2018-07-09 10:06:03 +02:00
Johannes Rieken
9abfc06c51 fix #53749 2018-07-09 10:03:02 +02:00
Sandeep Somavarapu
eb42dab8ec #53139 Remove zh-hans and zh-hant from the proposals list 2018-07-09 09:57:01 +02:00
Rob Lourens
bbafa06a3d Fix settings search id generation 2018-07-08 22:30:39 -07:00
Rob Lourens
0ce2da8220 Bump node2 2018-07-08 18:30:24 -07:00
Rob Lourens
6fae52876b Fix #53445 - change build id generation to not depend on git tags 2018-07-08 15:16:19 -07:00
Matt Bierner
3d35801127 Make sure quickSuggestionsForPaths is respected on TS 2.9+
Fixes #53683
2018-07-06 14:16:41 -07:00
Rachel Macfarlane
9eeae44f76 Prevent restoring a disabled panel 2018-07-06 12:58:36 -07:00
coolreader18
8ab9119cf6 Fix a double dash in the previewer if an @param jsdoc tag has a hyphen after the param name (#53365)
* Fix a double dash if the @param has a hyphen

* Moved into the other regex

* Add test for ignoring hypen after @param

* Fixed test and moved to previewer.test.ts
2018-07-06 12:53:44 -07:00