Commit Graph

89088 Commits

Author SHA1 Message Date
Francois Valdy 62960334ae Typo fixes for src/vs/workbench/services 2015-11-24 17:12:59 +01:00
Erich Gamma 7def80f5de Merge pull request #551 from Microsoft/joh/fix179
Let shouldAutotriggerSuggestImpl always return true, fixes #179
2015-11-24 17:07:17 +01:00
Martin Aeschlimann 4163a8dcd5 [json] add tm grammer, not yet enabled 2015-11-24 17:06:58 +01:00
Benjamin Pasero f84a9013f3 fix comment 2015-11-24 16:55:01 +01:00
Erich Gamma b69727d5c4 Merge pull request #550 from Microsoft/joh/fix47
Fix #47, add support for comments and brackets for JSX
2015-11-24 16:41:24 +01:00
Johannes Rieken c34f50f804 Let shouldAutotriggerSuggestImpl always return true, fixes #179 2015-11-24 16:39:45 +01:00
Johannes Rieken 3f7972116a Fix #47, add support for comments and brackets for JSX 2015-11-24 16:19:14 +01:00
Benjamin Pasero 3bf9b6e424 Merge pull request #548 from bpasero/cli-tests
Allow to run extension tests from command line and hook up to build
2015-11-24 16:01:49 +01:00
Alex Dima 616b9ad9d8 fixes #144 2015-11-24 15:25:06 +01:00
Johannes Rieken 991b63f786 Merge pull request #425 from KindDragon/patch-1
.editorconfig added
2015-11-24 14:46:30 +01:00
unknown b367216b91 improve initial progress reporting for slow loading file shares 2015-11-24 12:31:58 +01:00
unknown 4aff6e8fda fix issue with getting path label from root drive 2015-11-24 12:26:04 +01:00
unknown 0d4396531e Webdav network drive not work (fixes #218) 2015-11-24 12:09:59 +01:00
Joao Moreno ff6c7a2306 validate BUILD_SOURCEVERSION 2015-11-24 11:23:03 +01:00
isidor c5d0d0d786 debug: polish initial launch.json generation. 2015-11-24 11:19:48 +01:00
isidor 36783391a7 debug: show debug environment picker in more situations.
fixes #458
2015-11-24 11:03:17 +01:00
Martin Aeschlimann 317084c3bc Merge pull request #382 from lucaslra/master
Included some C# Keywords
2015-11-24 10:09:29 +01:00
Johannes Rieken 60c987e871 fix broken style, one file, one style 2015-11-24 10:07:53 +01:00
Benjamin Pasero 807f38ea80 try to enable integration tests for linux 2015-11-24 08:30:31 +01:00
Benjamin Pasero 6505ab448b tests: make sure to set proper exit codes 2015-11-24 08:20:58 +01:00
Benjamin Pasero 31f876f6c4 try to enable display for linux 2015-11-24 07:53:05 +01:00
Benjamin Pasero f043b26dc2 run integration tests as part of build 2015-11-24 07:43:13 +01:00
Benjamin Pasero debe0292dd allow to run plugin tests through the command line 2015-11-24 07:42:41 +01:00
Benjamin Pasero 303b02eeac restore vscode:prepublish to compile tests properly 2015-11-24 07:18:27 +01:00
Benjamin Pasero 222b089f8a vscode api tests: add back publisher 2015-11-24 07:01:53 +01:00
Benjamin Pasero 3f2b4ba9a6 npm install vscode-api-tests and some polish 2015-11-24 07:00:06 +01:00
David Storey 70208296a0 Merge branch 'Microsoft/master' into update-css-intellisense 2015-11-23 19:22:15 -08:00
David Storey 578b93e3f9 Add Edge to a number of CSS features
and add some browser support for some of those properties where known.
Need to do a wider review for more complete support, and test those I’m
not sure if have been removed or not (a number of the -ms- prefixes)
2015-11-23 19:22:02 -08:00
David Storey 30fe913241 Update CSS Transforms browser support and valid values
* Update browser support
* Add missing enums
* Add perspective() function for transform property.
* Update spec link copy and paste error from entry above
2015-11-23 18:23:37 -08:00
David Storey 7bc08ac3e6 Add enum to animation-iteration-count and animation-name
…otherwise they strip out the keyword values
2015-11-23 17:38:58 -08:00
David Storey a35aca156a Update browser support for CSS Animations 2015-11-23 17:12:11 -08:00
Bruce Mitchener c1abaae249 Fix typo: return value of AbstractProcess::terminate. 2015-11-24 07:53:09 +07:00
Bruce Mitchener 2ad838560b Fix typos in LineCommentCommand comments. 2015-11-24 07:52:21 +07:00
Bruce Mitchener 2a04b47136 Fix typo in comment in sample tasks.json. 2015-11-24 07:49:44 +07:00
Mahmoud Ali 418a76fa16 Add "Show Extensions Updates" command
Shows all installed  extensions that have updates available. Can also be accessed by "ext update"
2015-11-23 21:15:00 -03:00
isidor d801f13d11 debug: wait for preLaunchTask to finish if it is not watching.
fixes #170
2015-11-23 20:45:55 +01:00
isidor 28e29d7977 line endings. 2015-11-23 20:28:42 +01:00
isidor 958bdd6ad2 copyrights: use nicer gulp globing
fixes #260
2015-11-23 20:27:54 +01:00
isidor eceef7a61e Copyright polish. 2015-11-23 20:26:01 +01:00
isidor 08c019a265 debugService: minor polish 2015-11-23 19:15:20 +01:00
Alex Dima 47b7ef5d29 Fixes #312 2015-11-23 18:34:45 +01:00
Andre Weinand 203f945e73 update node-debug 2015-11-23 17:44:20 +01:00
Benjamin Pasero d66f6f47ef add the "Sync" command to the command palette as global command 2015-11-23 17:42:39 +01:00
Martin Aeschlimann ccda7c8174 Merge pull request #472 from Jaykul/feature/fixfunctions
Fix function keyword syntax
2015-11-23 16:55:56 +01:00
Alex Dima 1722b6d112 Dispose all models in tests 2015-11-23 16:53:23 +01:00
Alexandru Dima cef95835ec Merge pull request #314 from Tyriar/278_blank_line_regex
Enable regex's ^, $ and ^$ to be matched in file dialog
2015-11-23 16:48:15 +01:00
isidor 254381688c debug: in case of an error when retrieving scopes return [].
fixes #30
2015-11-23 15:59:13 +01:00
Benjamin Pasero c79f772364 add comment 2015-11-23 15:55:57 +01:00
Benjamin Pasero 9799b57a01 DiffEditorInput => BaseDiffEditorInput 2015-11-23 15:55:57 +01:00
Kewin Dousse 5568b5625a Updating cursor blink on config change 2015-11-23 15:47:58 +01:00