Commit graph

4761 commits

Author SHA1 Message Date
Martin Aeschlimann
15d468af0f [swift] autoclosing & surrounding pairs 2016-04-21 23:01:54 +02:00
Martin Aeschlimann
c049bd753f [shellscript] autoclosing and surrounding pairs 2016-04-21 23:00:22 +02:00
Martin Aeschlimann
0948230a26 [shaderlab] autoclosing & surrounding pairs 2016-04-21 22:58:58 +02:00
Martin Aeschlimann
33edcc4633 [rust] autoclosing & surrounding pairs 2016-04-21 22:56:50 +02:00
Martin Aeschlimann
64dff8e89c [r] autoclosing & surrounding pairs 2016-04-21 22:55:52 +02:00
Martin Aeschlimann
dc169c447c [powershell] autoclosing & surrounding pairs 2016-04-21 22:52:15 +02:00
Martin Aeschlimann
3728235632 [perl] autoclosing & surrounding pairs 2016-04-21 22:49:45 +02:00
Martin Aeschlimann
17ddef1796 [objectivec] autoclosing & surrounding pairs 2016-04-21 22:47:17 +02:00
Martin Aeschlimann
1bf4f32681 [lua] autoclosing & surrounding pairs 2016-04-21 22:45:11 +02:00
Martin Aeschlimann
834e737c64 [java] autoclosing & surrounding pairs 2016-04-21 22:40:02 +02:00
Martin Aeschlimann
f7b6c50c6b [ini] autoclosing & surrounding pairs 2016-04-21 22:37:38 +02:00
Martin Aeschlimann
2f0b905b79 [groovy] autoclosing & surrounding pairs 2016-04-21 22:36:12 +02:00
Martin Aeschlimann
c5adaf629a [go] autoclosing & surrounding pairs 2016-04-21 22:34:15 +02:00
Martin Aeschlimann
885a783837 [f#] autoclosing and surrounding pair 2016-04-21 22:29:14 +02:00
Martin Aeschlimann
f06b53a1da [docker] autoclosing & surrounding pairs 2016-04-21 22:26:35 +02:00
Martin Aeschlimann
6537fc30ca [cpp] autoclosing and surrounding pairs 2016-04-21 22:25:04 +02:00
Martin Aeschlimann
bef54eedb4 [clojure] autoclosing & surrounding pairs 2016-04-21 22:23:08 +02:00
Martin Aeschlimann
9150500aee [bat] add autoclosing & sourrounding pairs 2016-04-21 22:18:13 +02:00
Martin Aeschlimann
d043747187 fixes #4510: [python] Add quote surround/auto-completion for Python 2016-04-21 22:14:33 +02:00
Martin Aeschlimann
623de4af98 fixes #5617: [ruby] auto-close for quotes in ruby not working 2016-04-21 22:11:27 +02:00
Joao Moreno
79b25eaac8 add regex pattern to http.proxy
related to #5596
2016-04-21 22:00:17 +02:00
isidor
619f10e398 debug: on thread continue check if there are other threads stopped 2016-04-21 21:31:32 +02:00
Daniel Imms
a4bc227c1d Merge pull request #5106 from Microsoft/tyriar/open_recently_closed_file
Implement open recently closed file(s) action
2016-04-21 12:09:01 -07:00
Daniel Imms
3428a2a95f Fix test 2016-04-21 11:27:38 -07:00
Daniel Imms
001fc597a2 Merge branch 'master' into tyriar/open_recently_closed_file 2016-04-21 11:21:25 -07:00
Martin Aeschlimann
42a2cd5665 fixes #5334: [json] swagger 2.0 json schema not working for intellisense in visual studio code 2016-04-21 20:10:27 +02:00
Benjamin Pasero
63e77984e7 quick open: move meta a bit closer to the rest 2016-04-21 16:47:57 +01:00
Benjamin Pasero
6a8b606792 Get rid of platform/selection (fixes #5616) 2016-04-21 16:38:49 +01:00
isidor
b1b0dd5891 debug: send the continued thread id with the event 2016-04-21 17:28:26 +02:00
Benjamin Pasero
b7ed8faad1 Merge pull request #5527 from outcoldman/respect_spaces_and_tabs_for_json_configuration_files
Create new conf files with right indent settings (fixes #5550)
2016-04-21 16:18:08 +01:00
Joao Moreno
012d338eee remove comments 2016-04-21 17:10:14 +02:00
isidor
05d8d9eaea debug: on continue only clear the currently debugged thread 2016-04-21 17:09:44 +02:00
isidor
e987744e76 debug: change input when switching from multiple threads to one thread 2016-04-21 16:46:28 +02:00
Joao Moreno
d51568910d fix npm call in postinstall 2016-04-21 16:32:18 +02:00
Martin Aeschlimann
d9d6f262be tests for #5566 2016-04-21 16:11:10 +02:00
isidor
66dcd04ae2 debug: fix allThreadsStopped handling 2016-04-21 16:12:19 +02:00
Martin Aeschlimann
556cdf8a5c fixes #5602: Request to change jade/pug line comment to //- 2016-04-21 16:01:48 +02:00
Joao Moreno
d735c16e26 Merge branch 'f111fei-postinstall' 2016-04-21 16:03:50 +02:00
Joao Moreno
18db994bf7 improve postinstall 2016-04-21 16:01:37 +02:00
Joao Moreno
44c3957d45 Merge branch 'postinstall' of https://github.com/f111fei/vscode into f111fei-postinstall 2016-04-21 16:01:18 +02:00
isidor
fad79a043a debug: null guard 2016-04-21 15:44:02 +02:00
Joao Moreno
0d658f2c03 fix npe 2016-04-21 15:37:36 +02:00
Joao Moreno
48672209b4 cleanup 2016-04-21 15:32:25 +02:00
Joao Moreno
b1a5f7fb31 use events for git output 2016-04-21 15:29:43 +02:00
Joao Moreno
bd90379f39 Merge remote-tracking branch 'origin/master' into ipc 2016-04-21 15:09:25 +02:00
Joao Moreno
5abe207417 ipc: drop spread operator 2016-04-21 15:08:59 +02:00
isidor
1697eccfb1 debug: introduce SessionExitedEvent and SessionTerminatedEvent
fixes #5598
2016-04-21 14:48:35 +02:00
isidor
4922eb1800 fixes #5599 2016-04-21 14:35:10 +02:00
isidor
dd737b0b5b handleLinks: guard against bad uris
fixes #5594
2016-04-21 14:27:38 +02:00
Denis Gladkikh
e63b4731ef Fix issues with getting settings 2016-04-21 05:17:39 -07:00