Commit graph

4716 commits

Author SHA1 Message Date
Joao Moreno 1e0204a298 adopt new ipc in git service 2016-04-21 09:31:32 +02:00
Johannes Rieken f7e3c556b6 Merge pull request #5545 from Microsoft/joh/globshortcuts
optimize glob.match for common cases
2016-04-21 09:21:34 +02:00
Daniel Imms 5e4559e1e7 Merge pull request #5588 from Microsoft/tyriar/standalone-test-sh
Have test.sh compile code if necessary
2016-04-20 18:45:21 -07:00
Daniel Imms e8f9d90b12 Have test.sh compile code if necessary
This removes the need to run ./scripts/code.sh first

Fixes #5587
2016-04-20 17:41:11 -07:00
Martin Aeschlimann 89bc3e5566 Merge pull request #5184 from Ikuyadeu/patch-2
Supported .ru extension and Guardfile
2016-04-20 23:02:02 +02:00
Dirk Baeumer ccf097102c Fixes #5573: Add support to log tsserver communication to output channel. 2016-04-20 22:30:36 +02:00
Martin Aeschlimann c3bf6bd026 fixes #5381: Now, Jade has been renamed to Pug 2016-04-20 22:28:39 +02:00
Martin Aeschlimann dae4ce6d0b Merge pull request #5385 from differentmatt/cs-surroundingPairs
Add CoffeeScript quote surroundingPairs
2016-04-20 21:44:24 +02:00
Martin Aeschlimann 514e1f9065 [ts] coloring test cases with issues 2016-04-20 21:43:28 +02:00
isidor 939cc3097a debug: nicer thread clearing 2016-04-20 21:42:49 +02:00
isidor b06cd81ebb debug: get all thread names on a stop 2016-04-20 21:14:58 +02:00
Dirk Baeumer 988070184b Fixes #5567: Add en-US as a locale since we proposed it as a default. 2016-04-20 21:09:27 +02:00
Martin Aeschlimann 0078c8647f fixes #5493: Cannot read property 'title' of undefined 2016-04-20 20:24:49 +02:00
isidor d9e331fae3 debug: minor refactoring when fetching thread data from adapter 2016-04-20 18:22:54 +02:00
Johannes Rieken 4209d9a0a7 move debug model test into /node/ cos it has depdendencies 2016-04-20 17:19:01 +02:00
Johannes Rieken 406cc18841 adding assertion that newly created untitled document actually exists, #5016 2016-04-20 17:06:43 +02:00
Joao Moreno 2a86f91deb wip: adopt ipc channels in git world 2016-04-20 14:56:39 +02:00
Johannes Rieken 7b9cd9e4df optimise for common cases that are equivalent to calling String#endsWith 2016-04-20 14:52:51 +02:00
isidor 46523aec0e debug tests remvoe unused imports 2016-04-20 14:47:59 +02:00
Joao Moreno a2c64f714d getDelayedChannel 2016-04-20 14:44:08 +02:00
Joao Moreno c898491506 wip: ipc channel vs service 2016-04-20 14:39:25 +02:00
Joao Moreno da20f7fa7b wip: ipc channels 2016-04-20 14:33:45 +02:00
Martin Aeschlimann 6e8f659617 update to jsonc-parser 0.2.0 2016-04-20 14:07:50 +02:00
Johannes Rieken 85f337ee08 fix #5540 2016-04-20 12:48:42 +02:00
Benjamin Pasero f933faa1a1 Revert "Glob regex is inefficient (fixes #5438)"
This reverts commit cfdcde742e.
2016-04-20 11:44:51 +01:00
Johannes Rieken a6ac55b062 debt use 'value is' in promise 2016-04-20 12:35:24 +02:00
Johannes Rieken 9e8fbdcc3e have a onWillShutdown on lifecycle service, fixes #5536 2016-04-20 12:33:14 +02:00
isidor 97bfa13bff debug: do not be smart when figuring out totalFrames
fixes #5364
2016-04-20 12:12:43 +02:00
Martin Aeschlimann 3250115322 remove omnisharp-vscode phantom folder 2016-04-20 12:01:57 +02:00
Benjamin Pasero e1973ff66f fix cjk for rename 2016-04-20 10:37:41 +01:00
Martin Aeschlimann 3ef7b5422c fix test compile issue in schema.test.ts 2016-04-20 11:26:30 +02:00
Johannes Rieken 138769137c explicitly set font after bad change a28fe7275d 2016-04-20 11:16:14 +02:00
Johannes Rieken 44ca848de1 debt - use NullLifecycleService, delete TestLifecycleService 2016-04-20 11:04:38 +02:00
Martin Aeschlimann 519d618371 Remove addSchemaFileAssociation (was only used by legacy JSON mode) 2016-04-20 11:03:48 +02:00
Dirk Baeumer ed3a686a47 Move schema registration to json/package.json file. 2016-04-20 10:53:36 +02:00
Dirk Baeumer fa773a7259 Fixes #4613: Schema for locale.json 2016-04-20 10:53:36 +02:00
Joao Moreno 2210d0a798 isolate ipc code 2016-04-20 10:52:50 +02:00
isidor 218086235b update version to 1.0.1 2016-04-20 10:52:11 +02:00
Benjamin Pasero 363809c9ae Revert "Copy and Paste files breaks standard paste (fixes #5519)"
This reverts commit c25a8d3a92.
2016-04-20 09:45:32 +01:00
Dirk Baeumer 7ec272d9ef Fixes #5283: Privacy statement links to English regardless of set language 2016-04-20 10:42:58 +02:00
Dirk Baeumer 5371a7476c Fixed #5532: TypeScript extension should send telemetry about failed tsserver requests 2016-04-20 10:16:16 +02:00
Benjamin Pasero c25a8d3a92 Copy and Paste files breaks standard paste (fixes #5519) 2016-04-20 08:26:16 +01:00
Benjamin Pasero cfdcde742e Glob regex is inefficient (fixes #5438) 2016-04-20 08:15:43 +01:00
Benjamin Pasero 3dda0e338c break cyclic dependency between keybinding and message service (#5505) 2016-04-20 07:23:20 +01:00
Benjamin Pasero 11acd53c57 Merge pull request #5531 from Ikuyadeu/patch-3
Another remove unnecessary calculation
2016-04-20 07:20:34 +01:00
Benjamin Pasero fcd08fad60 Merge pull request #5520 from liunian/better-endsWith
Remove unnecessary calculation
2016-04-20 06:39:30 +01:00
Yuki Ueda 466f11d631 add remove calc 2016-04-20 14:33:56 +09:00
Denis Gladkikh 0a4e82fbbd Create new conf files with right indent settings
If you are prefer to use spaces instead of tabs - in most cases you
don't want to see tabs anywhere (copy paste issues with other files).

This fixes several workflows:

- Creating new Debug file
- Creating new Tasks file
- Showing global settings (this one is cached, so it shows for the first
  time only right indentation, if you will change it will show old
  indentation till restart)
2016-04-19 21:01:50 -07:00
liunian f9562a5cbf remove unnecessary calculation 2016-04-20 09:45:28 +08:00
Benjamin Pasero c83fa467d0 debt - drop enableSendASmile flag 2016-04-19 22:00:12 +01:00