Commit Graph
3270 Commits
Author SHA1 Message Date
Benjamin Pasero 71e424f8a7 Provide an action to reveal the currently active file in the explorer (fixes #4858) 2016-04-01 16:08:59 +02:00
Benjamin Pasero 7d3f69febb e.getViewer is not a function (fixes #4852) 2016-04-01 15:02:29 +02:00
Alex Dima 70d250824e Fix regression in testDecodeTextMateToken (#4828) 2016-04-01 14:46:00 +02:00
Martin Aeschlimann b6fdf0943e foxes #4648: [codelens] Uncaught TypeError: Cannot read property 'symbol' of undefined 2016-04-01 14:38:48 +02:00
Alex Dima 61246fb16f Optimize decodeTextMateToken (#4828) 2016-04-01 13:59:14 +02:00
Benjamin Pasero e25312d0f5 ordering 2016-04-01 12:28:45 +02:00
Johannes Rieken 5723a2d97f simplify completion model, prep work for #3153 2016-04-01 11:57:26 +02:00
Benjamin Pasero 31ce12f023 Investigate to make IConfigurationService sync if already blocking startup (fixes #4264) 2016-04-01 11:41:16 +02:00
isidor 45ab3112d4 debug: remove unnecesery focussed stack frame listener 2016-04-01 09:54:43 +02:00
Johannes Rieken 65cb339767 flip boolean, expose skipEncoding in API 2016-04-01 09:42:57 +02:00
Brad Gashler 4e5950f1bc Fixes #362 so that flipped cursor is more Mac-like on Mac 2016-03-31 15:00:25 -07:00
Benjamin Pasero 9f7460b89e Merge pull request #4834 from kf6nux/master
Minor tool-tip correction
2016-03-31 21:39:13 +02:00
Johannes Rieken 01b3c791ba When opening URIs in the browser use the minimally encoded representation. 2016-03-31 20:03:50 +02:00
Johannes Rieken 1783246798 URI.toString takes parameter that controls how much encoding happens, affects #2990, #4315 2016-03-31 20:03:50 +02:00
Benjamin Zarzycki 3f5e91ea4d Minor tooltip correction 2016-03-31 10:27:19 -07:00
Benjamin Pasero c924d40431 matchOnDescription allow me to open Visual Studio Code as CrhomeBrowser (fixes #4809) 2016-03-31 19:24:16 +02:00
Johannes Rieken 949fab27b2 extract URI formatting 2016-03-31 18:31:45 +02:00
Alexandru Dima 90eed31518 Merge pull request #4752 from alexandrudima/alex/perf
Perf optimizations
2016-03-31 18:02:02 +02:00
isidor a4e106699b debug: dispose watch expression template actionBar 2016-03-31 17:25:29 +02:00
Alex Dima b667e14a82 Ensure rendered leading & trailing whitespace get predictable width 2016-03-31 17:06:23 +02:00
isidor f4c0f85a64 debug: show all stopped reasons 2016-03-31 16:31:54 +02:00
Johannes Rieken 5768c131eb ops - oversight when adding SuggestionType 2016-03-31 15:59:54 +02:00
Joao Moreno 268ee8a6ed fix file editor input tests 2016-03-31 15:49:41 +02:00
Dirk Baeumer db941b760e Make eslint and jshint owners of their problem matchers 2016-03-31 15:37:22 +02:00
isidor ac93ead4ee debug: use italic for 'load more stack frames' 2016-03-31 15:08:38 +02:00
Johannes Rieken d1bd49756a use SuggestionType over string 2016-03-31 15:07:24 +02:00
Johannes Rieken 7dad3b093f simplify URI#file, less replacing and decoding 2016-03-31 13:58:09 +02:00
isidor c284835040 debug: vertical align x icon
fixes #4513
2016-03-31 12:38:04 +02:00
Johannes Rieken 79b7c879ff don't encode = in http(s) uris, fixes #4315 2016-03-31 12:05:18 +02:00
Johannes Rieken 4afab83336 Merge pull request #4640 from Microsoft/joh/tsjs-slim
slim TS/JS workers
2016-03-31 11:45:55 +02:00
isidor f4d46394d7 debug: stack frames paging
fixes #4792
2016-03-31 11:39:47 +02:00
Johannes Rieken 385ea5c68b deduplicate some tests 2016-03-31 11:35:56 +02:00
Joao Moreno 428fe82f0d fix lifecycle 2016-03-31 11:04:24 +02:00
Alex Dima ba875c3300 Merge branch 'master' into alex/perf 2016-03-31 10:55:21 +02:00
Johannes Rieken 219fe65bf2 Merge branch 'master' into joh/tsjs-slim 2016-03-31 10:53:09 +02:00
Johannes Rieken 5dce83b9ed disable failing tests 2016-03-31 10:52:14 +02:00
Johannes Rieken 5ddd166d59 remove obsolete registerXYZ-methods 2016-03-31 10:33:25 +02:00
isidor 57fb970cba debug: simler state handling
fixes #4807
2016-03-31 10:14:31 +02:00
Johannes Rieken 099ebce431 adopt lifecycle-changes 2016-03-31 09:48:21 +02:00
Johannes Rieken 621ca2633f merge with master 2016-03-31 09:45:30 +02:00
Benjamin Pasero dc387ded9c configuration: buffer requests to reload configuration from an event 2016-03-31 09:37:13 +02:00
Joao Moreno 3040249c7c Merge branch 'lifecycle' 2016-03-31 09:30:23 +02:00
Benjamin Pasero 2ce1c955c7 use capital casing 2016-03-31 08:49:34 +02:00
Benjamin Pasero ca0d3c119b Command palette's camel case matching does not work for non ASCII characters (fixes #4691) 2016-03-31 08:49:34 +02:00
Alex Dima 79eda2eaef Small perf tweaks 2016-03-30 22:41:53 +02:00
isidor 489be2c9c2 debug: terminate session when debugged extension gets closed
fixes #4239
2016-03-30 21:14:03 +02:00
Benjamin Pasero 8fcfc7c29a limit the flood of progress events for fulltext searches 2016-03-30 19:30:59 +02:00
Alex Dima 4418ff2e1e Optimize usage of modeTransitions 2016-03-30 17:52:33 +02:00
Dirk Baeumer 6460795c2b Fixed typos 2016-03-30 17:17:25 +02:00
Dirk Baeumer 8a9e100145 Added comment for platfrom.locale 2016-03-30 17:16:51 +02:00