Commit graph

8500 commits

Author SHA1 Message Date
Alexandru Dima 02d72406d4 Merge pull request #9394 from ChristianAlexander/workspace-contains-directory
Allow workspaceContains to specify directories (fixes #8295).
2016-08-16 11:31:57 +02:00
Alexandru Dima ca979fc8b5 Merge pull request #9249 from eamodio/code-lens-focus
Fixes #7749 - Focus on CodeLens click
2016-08-16 11:30:01 +02:00
Benjamin Pasero 40ca4cba4a reduce one extra guessMimeTypes() call when resolving a folder in the explorer 2016-08-16 11:28:05 +02:00
Benjamin Pasero d699c077a6 optimize mime.guessMimeTypes() 2016-08-16 11:02:52 +02:00
Johannes Rieken a61944bc39 remove ISuggestEvent#currentWord 2016-08-16 10:47:47 +02:00
Johannes Rieken 2bc4681760 debt - move scoring into completion model, honor the text range of each completion item 2016-08-16 10:45:22 +02:00
Johannes Rieken 23b0b3da56 don't get fooled again... 2016-08-16 10:35:57 +02:00
Johannes Rieken d32557e5aa Revert "debt - remove unused code"
This reverts commit 30e065d90d.
2016-08-16 10:35:24 +02:00
Dirk Baeumer 2402998eb7 Merge in translations 2016-08-16 10:02:22 +02:00
Johannes Rieken 30e065d90d debt - remove unused code 2016-08-16 09:58:14 +02:00
Johannes Rieken d0b77851a5 align names of CompletionItem and ISuggestion 2016-08-16 09:55:42 +02:00
Johannes Rieken cafe4a992b default snippet suggestion sort order is 'bottom', #10467 2016-08-16 09:41:15 +02:00
Benjamin Pasero 11ffcfcf69 remove unused 2016-08-16 07:38:28 +02:00
Benjamin Pasero f014cbcfb7 let => const 2016-08-16 07:28:35 +02:00
Benjamin Pasero d5181e90a7 debt - make contributions when they are 2016-08-16 07:21:21 +02: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
Nagaraj 8cb28f025d Added editor.fontWeight and terminal.integrated.fontWeight configuration - Nagaraj 2016-08-14 18:24:37 +05:30
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