8389 Commits

Author SHA1 Message Date
Daniel Imms
2c95aed6eb Remove name from terminal API since it's static 2016-08-18 11:00:10 -07:00
Daniel Imms
4d14ca0c86 jsdoc on terminal API 2016-08-18 10:57:10 -07:00
Daniel Imms
ff87ab3251 Implement dispose and hide 2016-08-17 14:34:19 -07:00
Daniel Imms
734f91b5de Add Terminal.sendText API 2016-08-17 14:00:00 -07:00
Daniel Imms
cce4650a6b sendText terminal API progress 2016-08-16 14:17:47 -07:00
Daniel Imms
d0f834704f Fix bug where terminal name wasn't being set on first instance 2016-08-16 09:46:58 -07:00
Daniel Imms
9d16f3c15a Support setting terminal name 2016-08-16 08:41:58 -07:00
Daniel Imms
0d90238759 Pass terminal ID through when creating terminal instance 2016-08-16 08:32:28 -07:00
Daniel Imms
57375e958d Simplify show/focus terminal functions 2016-08-16 08:22:11 -07:00
Daniel Imms
ab96b1918d Progress on Terminal.show API 2016-08-16 08:14:58 -07:00
Daniel Imms
d464fdc609 Starting API 2016-08-15 20:32:52 -07:00
Alex Dima
c923075943 Merge remote-tracking branch 'origin/master' 2016-08-15 17:30:24 +02:00
Alex Dima
101ad8c222 Merge pull request #9154 from be5invis/master 2016-08-15 17:29:44 +02:00
Johannes Rieken
d61ce7d521 debt - remove unused 'only' option from SnippetSuggestions 2016-08-15 16:37:12 +02:00
Benjamin Pasero
8784665590 do not resolve siblings unless needed (for #9962) 2016-08-15 16:04:27 +02:00
Johannes Rieken
d0836bbbf8 debt - one less overload 2016-08-15 15:43:28 +02:00
Joao Moreno
7fd4a28671 show license link only if extension sets one
fixes #10464
2016-08-15 15:42:11 +02:00
Benjamin Pasero
1a5443508d less work guessing mime types (for #9962) 2016-08-15 15:39:29 +02:00
Joao Moreno
52c1ba498b uninstall duplicate versions
fixes #9903
2016-08-15 15:27:16 +02:00
Sandeep Somavarapu
57fb7c95d5 fix #10313 2016-08-15 15:25:38 +02:00
Sandeep Somavarapu
b20bf210ac Simplify calling move active editor command in move editor actions 2016-08-15 15:11:22 +02:00
Benjamin Pasero
393c04a09e Merge pull request #10544 from Microsoft/ben/10433
Allow for menu contributions in folders of the explorer
2016-08-15 15:05:56 +02:00
Benjamin Pasero
c58e14d84b introduce explorerResourceIsFolder context 2016-08-15 14:26:11 +02:00
Benjamin Pasero
7befea8df7 Provide an option to keep quick open open on focus lost (fixes #444) 2016-08-15 14:12:18 +02:00
Johannes Rieken
cfbf71725c add ignoreFocusOut option to showInputBox and showQuickPick, #9918 2016-08-15 13:05:25 +02:00
João Moreno
5f67ddcaf0 Merge pull request #10508 from AldoMX/master
Fixed `code.sh` to start VS Code under Cygwin.
2016-08-15 12:13:37 +02:00
Sandeep Somavarapu
2659dd58db fix #10312 2016-08-15 12:08:51 +02:00
Martin Aeschlimann
98e0693013 Fixes #10389: Duplicate autocomplete suggestions in latest monaco build 2016-08-15 11:56:34 +02:00
Martin Aeschlimann
dc4c01473d fixes #10427: dsql files not picked up as SQL syntax even when grammar has them 2016-08-15 11:20:02 +02:00
Martin Aeschlimann
25ba6678a5 Fixes #10473: Cannot read property 'match' of undefined 2016-08-15 11:16:46 +02:00
Alex Dima
a3493c7593 Validate user-written keybindings (#10452) 2016-08-15 11:08:52 +02:00
Benjamin Pasero
1581634980 fix issue with duplicate tab labels 2016-08-15 09:44:29 +02:00
Alex Dima
451f934946 Remove IMode.configSupport 2016-08-15 09:31:53 +02:00
Benjamin Pasero
05f5280e09 clean up for #9918 2016-08-15 09:29:00 +02:00
Benjamin Pasero
44fa4c3090 register global action to close quick open 2016-08-15 09:11:21 +02:00
Benjamin Pasero
5e5deb9a8a getDirty() => isDirty() 2016-08-15 08:25:11 +02:00
Benjamin Pasero
1ae99cf1fb AutoSave when app looses focus (fixes #5565) 2016-08-15 08:20:50 +02:00
Benjamin Pasero
2e54e84905 shorter tab labels for #8499 2016-08-15 07:25:38 +02:00
Aldo Fregoso
79c02d4dba Fixed code.sh to start VS Code under Cygwin. 2016-08-13 20:31:30 -05:00
Andre Weinand
3efdbfd636 update node-debug and OSSREADME 2016-08-12 20:01:21 +02:00
Martin Aeschlimann
fbe40a406a [json] update to latest languageserver 2016-08-12 18:34:35 +02:00
Martin Aeschlimann
70a13f2d11 [css] update to latest languageserver 2016-08-12 18:34:35 +02:00
Alex Dima
61deb56218 Remove unused code 2016-08-12 18:21:05 +02:00
Alexandru Dima
47fff291bb Merge pull request #10480 from Microsoft/keybindings-service
Extract ContextKeyService from KeybindingsService
2016-08-12 18:05:43 +02:00
Alex Dima
38e0840fb4 Merge remote-tracking branch 'origin/master' into keybindings-service 2016-08-12 17:55:27 +02:00
Alex Dima
5ba467555e Clean-up 2016-08-12 17:54:57 +02:00
Alex Dima
a9701d8651 IKeybindingService2 -> IKeybindingService 2016-08-12 17:22:43 +02:00
Alex Dima
4cba117727 Rename ContextKeyService type names 2016-08-12 17:18:26 +02:00
Johannes Rieken
7f15980aaa debt - suggest widget shouldn't know about that controller model but the completion model 2016-08-12 17:16:25 +02:00
Alex Dima
8d43ec51ac Clean up contextkey type names 2016-08-12 17:09:49 +02:00