Benjamin Pasero
fcff9f97ee
files.indexOf() 💄
2017-03-21 07:02:12 -07:00
Michel Kaporin
12e07d547a
Break out of the loop on false.
2017-03-21 14:55:24 +01:00
Benjamin Pasero
7583abec86
revert back to old path handling (for #12448 )
2017-03-21 06:33:44 -07:00
Johannes Rieken
030f2c5ef8
fuzzyMatch - dot is a separator char
2017-03-21 12:43:12 +01:00
Martin Aeschlimann
ca84943ba2
[theme] clean up css rules for colors in editorColorRegistry
2017-03-21 12:19:10 +01:00
Martin Aeschlimann
b9189cadc1
[theme] introduce IStandaloneThemeService
2017-03-21 12:17:05 +01:00
Martin Aeschlimann
99dafc3894
[theme] adopt ITheme in standalone editor
2017-03-21 12:17:05 +01:00
Joao Moreno
d97b01e3b7
🐛 improve allow async node warning
2017-03-21 11:49:28 +01:00
Joao Moreno
015f95077c
🎨 use async in ExtensionsViewlet
2017-03-21 11:41:45 +01:00
Joao Moreno
49f0396761
👷 tslint: allow-async rule
2017-03-21 11:28:58 +01:00
Joao Moreno
9af8da0d50
👷 allow hygiene to run on a single file
2017-03-21 11:28:26 +01:00
Joao Moreno
a85a6a22de
👷 update build files
2017-03-21 11:28:10 +01:00
Joao Moreno
92ee0d1e06
🍎 ⏪ remove legacy cli check
...
fixes #22366
2017-03-21 10:49:45 +01:00
isidor
6b1ae533a1
fixes #22930
2017-03-21 10:37:34 +01:00
Johannes Rieken
d4504b92f4
Merge pull request #22460 from katainaka0503/someFix
...
Refactor to fix compile error with noImplicitAny
2017-03-21 10:28:29 +01:00
isidor
82d5d43aa6
fixes #22911
2017-03-21 10:23:49 +01:00
Joao Moreno
ec9e37a924
🚑 update distro
2017-03-21 09:49:04 +01:00
Rob Lourens
42bab78641
Send search message to search process before clearing old results, for perf
2017-03-20 21:14:59 -07:00
Ramya Rao
b597b12357
Send telemetry only to vortex ( #22867 )
...
* Send telemetry only to vortex
* Updating distro commit in package.json
2017-03-20 19:30:35 -07:00
Matt Bierner
f841b4c49b
Cleanup click handler
2017-03-20 18:20:55 -07:00
Matt Bierner
d4cda6e357
Follow up on #22914 . Log TS Server in own directory so that typings install events are also place in dir with it. #22915
2017-03-20 17:55:30 -07:00
Benjamin Pasero
6765753c9b
abyss as theming testbed
2017-03-20 17:22:07 -07:00
Matt Bierner
23aba8283a
Add TSServer Log Collection Commands ( #22914 )
...
* Add TSServer Log Options
Adds support for collecting the TSServer log directly in VS Code
* Add enable logging option
* Handle case where user is on older version of TS
* Rename
* Activate on openTSServerLog command
* VSCode -> VS Code
2017-03-20 17:16:01 -07:00
Benjamin Pasero
a11bed205c
Merge pull request #22921 from warpdesign/patch-1
...
Fixed typo
2017-03-20 16:54:26 -07:00
Nicolas Ramz
4623152832
Fixed typo
2017-03-21 00:49:17 +01:00
Benjamin Pasero
c484d0c4d7
Merge pull request #22907 from wabirached/hotfix/correctly-duplicate-files-with-numbers-in-filename
...
Correctly duplicate files with numbers in filename
2017-03-20 16:38:05 -07:00
Andre Weinand
eb7827c78b
update node-debug
2017-03-21 00:00:57 +01:00
Daniel Imms
6f99f89319
Expose mergeDefaultShellPathAndArgs on ITerminalConfigHelper
...
Related #22260
2017-03-20 12:57:44 -07:00
Matt Bierner
8c468dfd21
Prototype Support for TSServer Request Cancelation ( #22437 )
2017-03-20 12:03:51 -07:00
Benjamin Pasero
e1acce1342
theming - workbench drop overlay
2017-03-20 11:41:12 -07:00
Wissam
baf75effd8
Correctly duplicate files with numbers in filename by appending a version instead of incrementing the integer.
2017-03-20 14:37:57 -04:00
Matt Bierner
1b90e9dbd5
Pick up new TS 2.2.2 insiders
2017-03-20 11:37:47 -07:00
Benjamin Pasero
7db643a5bb
theme - window foreground, sidebar background
2017-03-20 11:16:26 -07:00
Matt Bierner
4f8e68b814
Second prototype of markdown extensions ( #22836 )
2017-03-20 11:16:18 -07:00
Rob Lourens
188ef21ab3
Respect 'when' clauses in files.exclude - #19983
2017-03-20 11:00:59 -07:00
Johannes Rieken
288123a137
fix #22896
2017-03-20 18:14:34 +01:00
Johannes Rieken
732d7f3c68
Merge pull request #22888 from Microsoft/joh/21684
...
Uri.file fix
2017-03-20 18:03:21 +01:00
Johannes Rieken
d4075635a5
fix win test failure
2017-03-20 18:00:52 +01:00
Sandeep Somavarapu
41552b17c3
#22799 Implement reset keybinding action on user defined keybindings
2017-03-20 17:51:15 +01:00
Sandeep Somavarapu
9d34bc550e
#22799 Enhance json edit to support removing elements from array
2017-03-20 17:51:15 +01:00
Alex Dima
a92ddb5677
IKeybindingService.resolveKeybinding can return N (>=0) ResolvedKeybinding
2017-03-20 17:46:21 +01:00
Johannes Rieken
82a31e8e3b
Merge pull request #22884 from Microsoft/joh/fuzzy
...
fuzzyScore
2017-03-20 17:36:48 +01:00
Joao Moreno
dda7717dd2
Merge remote-tracking branch 'origin/master'
2017-03-20 17:02:27 +01:00
Joao Moreno
b1f313424d
Merge branch 'context-type'
2017-03-20 17:02:11 +01:00
Daniel Imms
8dc5a60d01
Merge pull request #22465 from lifez/terminal-enable-bold
...
Provide "terminal.integrated.enableBold" setting connected to #22422
2017-03-20 08:53:16 -07:00
Alex Dima
938f399c85
Add IKeyboardEvent.resolveKeyboardEvent & more tests
2017-03-20 16:52:36 +01:00
Daniel Imms
6b758b5043
Correct bad merge
2017-03-20 08:52:35 -07:00
Daniel Imms
5fae6080dc
Correct setting type
2017-03-20 08:51:55 -07:00
Daniel Imms
b21db03556
Allow setting to be changed mid-session
2017-03-20 08:51:47 -07:00
Daniel Imms
e00cc11479
Make css selector more specific
2017-03-20 08:51:28 -07:00