Commit graph

23505 commits

Author SHA1 Message Date
Rob Lourens 2859b125c1
Fix #34204 - revert problematic brace matching change from language-php 2017-09-13 14:56:18 -07:00
Matt Bierner e6b7eb0f6b Fix test for undefined deref 2017-09-13 14:51:46 -07:00
Daniel Imms 2a4cf4f622 Speed up terminal parsing on Windows by minimizing timer restarts
Fixes #34328
2017-09-13 14:50:24 -07:00
Daniel Imms 0edc09f89e Uplevel xterm.js
Fixes an exception with selection in the terminal, see sourcelair/xterm.js#989
2017-09-13 14:05:38 -07:00
Andre Weinand 20036898cb node-debug@1.17.4 2017-09-13 22:03:28 +02:00
Ramya Achutha Rao 70a14d8a54 Use dp0 instead of ROOT in test-integration.bat 2017-09-13 11:08:42 -07:00
Sandeep Somavarapu 43f8f0806c smoke: improve status bar tests 2017-09-13 20:07:06 +02:00
Sandeep Somavarapu 7e1f12fef9 smoke test - improve waiting for active editor 2017-09-13 19:44:16 +02:00
isidor f9c49d7df6 debug smoke test 2017-09-13 19:44:08 +02:00
Matt Bierner 43cb3b41ac Continue tweaking default dark and light colorization for escape characters and regular expressions 2017-09-13 10:40:07 -07:00
Matt Bierner 75c1feb7dc Add editor.lightbulb.enabed setting (#33982)
Fixes #27961

Adds a new `editor.lightbulb.enabled` setting to enable/disable the code actions lighbulb. You can still trigger code actions manually
2017-09-13 10:13:45 -07:00
isidor f44271187f debug smoke polish 2017-09-13 19:06:38 +02:00
Benjamin Pasero 47cfc8bf7a ImportFileAction doesn't use URI (fixes #34235) 2017-09-13 18:57:12 +02:00
Benjamin Pasero af56569a33 fix issue with editor history navigation merging 2017-09-13 18:42:59 +02:00
isidor 15ddfb7085 debug smoke test tidbits 2017-09-13 17:27:22 +02:00
isidor 1ecdf0a54c debug: exceptino widget background non transparent
fixes #32093
2017-09-13 17:18:33 +02:00
Sandeep Somavarapu a400e3a239 #33963 Revert the changes 1c7479e970 2017-09-13 17:08:36 +02:00
Joao Moreno 7ecb3f9feb smoke: fix typo 2017-09-13 16:52:16 +02:00
Martin Aeschlimann fb5cdf0948 [html] change default of html.format.unformatted to empty 2017-09-13 16:31:34 +02:00
Martin Aeschlimann 8351891a17 [html] remove console log 2017-09-13 16:00:45 +02:00
Martin Aeschlimann b72963d506 [json] Provide a flag in json schema to ignore a property in proposals. For #33083 2017-09-13 12:49:36 +02:00
Martin Aeschlimann 46c8ce6df5 configuration contribution point: support for array of settings sections, deprecate the 'allOf' trick used in CSS. 2017-09-13 12:38:28 +02:00
isidor aa6936c162 fix smoke test for debug console 2017-09-13 12:22:41 +02:00
Johannes Rieken 73ae855e78 Merge pull request #34255 from nicksnyder/patch-4
Remove duplicate event firing of onDidClose
2017-09-13 11:56:56 +02:00
isidor d45c0ca64e debug: do not colorize in repl based on heuristics
fixes #34043
2017-09-13 11:32:44 +02:00
Benjamin Pasero 6b16f46c83 💄 2017-09-13 11:29:02 +02:00
Martin Aeschlimann 4608d968dc [loc query] Typo in source string. Fixes #34266 2017-09-13 11:14:42 +02:00
Martin Aeschlimann 883a3fee36 Merge pull request #34245 from gregvanl/master
Typos and link to vscode.d.ts ThemeColor
2017-09-13 11:11:58 +02:00
Benjamin Pasero f26842cb12 config - do not report file change event for files that are unrelated 2017-09-13 09:43:08 +02:00
Isidor Nikolic 297c44eea9 Merge pull request #34052 from forivall/fix-multi-root-order
Actually don't sort folders when they are all root folders
2017-09-13 09:26:46 +02:00
Joao Moreno 276d5bbaba fix #34098 2017-09-13 09:25:07 +02:00
Joao Moreno 33515809d6 Merge remote-tracking branch 'origin/joao/badenv' 2017-09-13 09:19:47 +02:00
Joao Moreno b1a7be798e add git.stageAll to provider menu
related to #34230
2017-09-13 09:18:09 +02:00
Joao Moreno 3ac4826939 list: dont cancel list mouse events 2017-09-13 09:17:22 +02:00
Christof Marti 06529dbcac Legacy text search (#24074) 2017-09-12 22:16:49 -07:00
Christof Marti 3307e76f76 Relative file match (#24074) 2017-09-12 22:16:48 -07:00
Christof Marti 783df422b9 Convert globs to NFD on Mac (#24074) 2017-09-12 22:16:48 -07:00
Christof Marti eb6fbe66c5 Enable Ripgrep (#24074) 2017-09-12 22:16:48 -07:00
Benjamin Pasero a34cc54d2e fix compile 2017-09-13 06:38:08 +02:00
Daniel Imms d5865f0f03 Fix lines being cut off at top of terminal
Fixes #34243
2017-09-12 20:34:24 -07:00
Daniel Imms 6d133f997c Uplevel xterm.js
Fixes #34138
2017-09-12 19:27:54 -07:00
Daniel Imms b9e940ff1f Uplevel xterm.js
Improves terminal letter spacing
2017-09-12 19:04:31 -07:00
Matt Bierner bba374c79b Colorize python placeholders in strings 2017-09-12 18:59:00 -07:00
Rob Lourens 02350be480
Bump vscode-ripgrep to get fix for quickopen+rg 2017-09-12 16:12:13 -07:00
Nick Snyder 246cead34f Remove duplicate event firing of onDidClose 2017-09-12 15:39:32 -07:00
Daniel Imms 440b9abf1f Uplevel xterm.js
Fixes #33955
2017-09-12 15:07:37 -07:00
Martin Aeschlimann 5c12dc3e10 [html] update service 2017-09-12 23:38:13 +02:00
Martin Aeschlimann 3014483db0 [css] update service 2017-09-12 23:37:38 +02:00
Emily Marigold Klassen 77809680cb Find the index of the root instead of storing it on the model 2017-09-12 12:17:55 -07:00
Greg Van Liew 470c65d373 Fix for vscode-docs #1132 2017-09-12 12:07:08 -07:00