Commit graph

4716 commits

Author SHA1 Message Date
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
Benjamin Pasero 3e7712b114 glob - upper bound caches 2016-04-21 13:15:35 +01:00
Benjamin Pasero c82c87e1a2 fix npe 2016-04-21 13:05:16 +01:00
Martin Aeschlimann 8497c0e5db Fix for invalid proposals in bower.json 2016-04-21 14:03:36 +02:00
Benjamin Pasero 319548f5ff Merge pull request #5597 from SamVerschueren/iss5547
Add a global action to add a new file in the explorer - resolves #5547
2016-04-21 13:01:30 +01:00
Benjamin Pasero d8368f1e09 glob - faster check for trivia2 2016-04-21 12:58:41 +01:00
Johannes Rieken 56b71bd9c1 gracefully handle the case in which a delegate command has been disposed before execution, fixes #3265 2016-04-21 13:55:12 +02:00
Benjamin Pasero 255c7d5a96 Debug and tasks should fetch latest configuration from disk (fixes #3132) 2016-04-21 12:48:23 +01:00
Sam Verschueren 05fa6ee294 process feedback 2016-04-21 13:20:47 +02:00
Sam Verschueren 824ceb08ff Add a global action to add a new file in the explorer - resolves #5547 2016-04-21 13:05:54 +02:00
Benjamin Pasero fe83aa2440 merge loadConfiguration() and doLoadConfiguration() into one 2016-04-21 11:58:36 +01:00
Benjamin Pasero 1cb61cf7f0 glob - add another trivia for **/some.txt patterns 2016-04-21 10:46:58 +01:00
Martin Aeschlimann 6132cb3b35 fixes #5579: [java] Colorization could be improved for import text 2016-04-21 11:42:21 +02:00
Martin Aeschlimann de4c7a2e84 Update pyhon grammar, fixes #1467 2016-04-21 11:42:21 +02:00
Joao Moreno 231e32193c use pipe_logging in git 2016-04-21 11:35:04 +02:00
Benjamin Pasero 3b1bb0417d glob - cache check for pattern being trivia since this call is being made an order of magnitude 2016-04-21 10:27:46 +01:00
Joao Moreno 1f60b4b576 fix ipc spread operators 2016-04-21 11:26:26 +02:00
Joao Moreno c5e7bf854b fix raw git service .show 2016-04-21 11:19:16 +02:00
Joao Moreno a9f54a84fd Merge remote-tracking branch 'origin/master' into ipc 2016-04-21 10:57:50 +02:00
Joao Moreno 3b5e3e2eeb ipc: search 2016-04-21 10:57:30 +02:00
Joao Moreno 29dff67102 ipc: fix client side of extensions channel 2016-04-21 10:49:52 +02:00
Joao Moreno 136d31db1d ipc: watcher 2016-04-21 10:45:07 +02:00
Joao Moreno bf44647213 ipc: extensions service 2016-04-21 10:32:52 +02:00
isidor 8601a84873 debug: select foccused stack frame on call stack change
fixes #4519
2016-04-21 10:24:46 +02:00
Johannes Rieken a6bbbf5842 take glob-match off the critical path when adding a new model, #5539 2016-04-21 10:20:09 +02:00
Johannes Rieken 85e02717a5 group recommendations by pattern, #5539 2016-04-21 10:20:09 +02:00
Joao Moreno 33c6e037ff fix visibility issues 2016-04-21 09:51:39 +02:00
Joao Moreno e20c1bb71d ipc: launch 2016-04-21 09:50:28 +02:00
isidor a54ba009cb debug: set views to [] for no folder workspace
fixes #5582
2016-04-21 09:46:31 +02:00
Joao Moreno 7ad40c0906 ipc: git askpass service 2016-04-21 09:42:13 +02:00