Commit graph

8073 commits

Author SHA1 Message Date
Martin Aeschlimann eba9a10a4e fixes #9731: [Configuration] Get configuration doesn't return default value if not found. 2016-07-27 15:45:36 +02:00
Erich Gamma 17c599e6de Fixes #8679 - Do not treat '|' as a place holder in emmet snippts 2016-07-27 15:28:23 +02:00
Johannes Rieken 8cb3dae0f4 remove left over log statement 2016-07-27 15:22:39 +02:00
Joao Moreno 7f5894618e add lodash as dev dependency 2016-07-27 15:00:33 +02:00
Andre Weinand bc258aa2a0 use debug protocol 1.11.0 and latest node-debug 2016-07-27 14:41:19 +02:00
Johannes Rieken c876b6ea2a show worker warning only when running in web, fixes #9836 2016-07-27 14:16:36 +02:00
Johannes Rieken 679d215810 update/align labels for snippets actions, fixes #9838 2016-07-27 14:12:09 +02:00
Johannes Rieken 09b4e572fe recommand to disable 'quickSuggestions' when using 'tabCompletion', #9788 2016-07-27 12:56:49 +02:00
isidor 8899ae5a3c fixes #9835 2016-07-27 12:10:47 +02:00
Johannes Rieken 3f446e49d2 hidden editor shouldn't listen to events, #9705 2016-07-27 11:52:28 +02:00
isidor dc5d20e39f debug: tune variable page interval display
#9775
2016-07-27 11:30:38 +02:00
isidor de177b62b9 debug: only use : after name if there is a value
fixes #9775
2016-07-27 09:58:27 +02:00
Joao Moreno f76e090063 only show nps for english language users
fixes #9795
2016-07-27 09:41:16 +02:00
Joao Moreno e0d6db948f lint 2016-07-27 09:31:07 +02:00
Joao Moreno 6c0f89cd32 use later in post extension uninstall message
fixes #9801
2016-07-27 09:29:27 +02:00
isidor 3ae4865d34 fixes #9824 2016-07-27 09:19:03 +02:00
Sandeep Somavarapu 825a1e71a4 Fix tests 2016-07-27 09:01:17 +02:00
Don Jayamanne 7bdd8b4592 updated configVariables to fix #9752 2016-07-27 10:18:17 +10:00
Andre Weinand 0094b6daac update node-debug; fix Microsoft/vscode#9771 2016-07-26 22:57:14 +02:00
Daniel Imms 32f0933142 Focus terminal before running paste command
Fixes #9760
2016-07-26 11:50:28 -07:00
Daniel Imms 44cd0bee82 Fix hollow terminal cursor style
Fixes #9800
2016-07-26 11:40:26 -07:00
Daniel Imms 6a8576718b Turn terminal blinking off by default
Fixes #9753
2016-07-26 11:37:56 -07:00
Joao Moreno c9a246ad81 accept gzipped manifests 2016-07-26 17:59:54 +02:00
Sandeep Somavarapu 160d6b8590 fix #6402 2016-07-26 17:55:05 +02:00
Joao Moreno b44c9b26bd handle content encoding gzip from service calls 2016-07-26 17:41:04 +02:00
Joao Moreno a308b39fa9 clean all paths
fixes #8590
2016-07-26 17:25:00 +02:00
Joao Moreno 767b11e9a0 move license
fixes #8411
2016-07-26 16:53:29 +02:00
Johannes Rieken 1e0a17b8db fix test failure after localeCompare change 2016-07-26 16:40:17 +02:00
Joao Moreno 450cf5d4d2 uninstall all versions of an extension
fixes #8664
2016-07-26 16:16:40 +02:00
Johannes Rieken 1518e267b6 use selected text with non empty selection, fixes #9762 2016-07-26 15:59:44 +02:00
Joao Moreno 3a9b0ec334 send extension installation duration
fixes #9739
2016-07-26 15:48:11 +02:00
Johannes Rieken d29c74241c don't add separator to empty actions array, #9547 2016-07-26 15:45:59 +02:00
Johannes Rieken 25c9a99c1c force widget focus before checking for actions, fixes #9759 2016-07-26 15:29:21 +02:00
Johannes Rieken dfea75a8f2 update order of editor context menu, #9737 2016-07-26 14:54:38 +02:00
Joao Moreno 5418b6c37b show nps message
related to #9769
2016-07-26 14:53:18 +02:00
isidor acf71f87db debug: also pick up namedVariables for evaluate
#9771
2016-07-26 14:28:21 +02:00
Joao Moreno 47a2a1133d oops 2016-07-26 12:29:42 +02:00
Joao Moreno 0e88fd16c2 fix skip version checking in nps code 2016-07-26 12:26:20 +02:00
Joao Moreno a48045e050 allow shared process debugging 2016-07-26 10:42:47 +02:00
Andre Weinand fc167f86c1 update node-debug 2016-07-26 01:37:22 +02:00
Daniel Imms 15f9bf87ab Apply focus styles when terminal element is focused
Terminal.element is focused when text is focused in the terminal, the cursor
should be styled as such.

Part of #9704
2016-07-25 14:07:03 -07:00
Daniel Imms 3a3d0fbc08 Have terminalFocus also work on textarea focus
Part of #9704
2016-07-25 14:02:26 -07:00
Andre Weinand ff5d168aea update node-debug 2016-07-25 21:46:34 +02:00
Martin Aeschlimann 8020da609f [go} adopt language configuration settings from go extension 2016-07-25 21:30:33 +02:00
Martin Aeschlimann fd674fa8e6 Adopt powershell to #9281 2016-07-25 20:50:57 +02:00
Martin Aeschlimann 94a0fdebb2 Update cs & json to latest languageservice 2016-07-25 18:38:24 +02:00
Martin Aeschlimann af595e4e86 Merge pull request #8637 from dhollinger/master
Remove .pp from Ruby extension list. Issue #5366
2016-07-25 18:32:42 +02:00
Sandeep Somavarapu ed58bb8e36 fix #8169 2016-07-25 18:32:14 +02:00
Martin Aeschlimann 01ea47c31e Merge pull request #9310 from DonJayamanne/pythonIndent
Auto indenting python code
2016-07-25 18:26:07 +02:00
Martin Aeschlimann d771cff74c Merge pull request #9707 from Microsoft/daviwil/powershell-syntax-fixes
Fixes for PowershellSyntax.tmLanguage
2016-07-25 17:56:11 +02:00