22014 Commits

Author SHA1 Message Date
Matt Bierner
22a6fe5c9c Present all possible local ts versions in the selector
Fixes #31877
2017-08-01 17:11:48 -07:00
Ramya Achutha Rao
f748ce1f32 Absorbing fixes from upstream 2017-08-01 16:55:13 -07:00
Ramya Achutha Rao
e6c89af29a Use umd module for expand abbreviation 2017-08-01 16:55:13 -07:00
rebornix
a204dc6133 Fix #31838. Fix php indentation rules regression 2017-08-01 16:47:53 -07:00
Matt Bierner
ffacb34d00 Don't seed terminal find for mulitline selections
Fixes #31873
2017-08-01 15:59:52 -07:00
Matt Bierner
e0c43aa340 better desc for linkify setting 2017-08-01 15:35:42 -07:00
Matt Bierner
3cf215fb64 Add linkify setting for the markdown preview
Fixes #31801
2017-08-01 15:28:01 -07:00
Matt Bierner
b3223a8416 VSCode -> VS Code 2017-08-01 15:28:01 -07:00
Christof Marti
85fa81014e Do not throw on top-level property access (fixes #31854) 2017-08-01 15:25:07 -07:00
Rob Lourens
3da10bb54d Merge pull request #31871 from Microsoft/amqi/terminal-quickopen
Populate rename for terminal
2017-08-01 15:07:42 -07:00
t-amqi
193c1aa0bb Populate rename for terminal 2017-08-01 15:02:17 -07:00
Matt Bierner
a3b67392fd Fix tsconfigs not being piced up properly after rename
Fixes #31858
2017-08-01 14:27:15 -07:00
Matt Bierner
20519a8fe1 Fix possible race condition in tsconfig provider
Fixes #31847
2017-08-01 14:27:15 -07:00
Rob Lourens
6c8dae7e60 Merge pull request #31865 from Microsoft/amqi/terminal-quickopen
Fix terminal index
2017-08-01 14:24:34 -07:00
t-amqi
36ca61e7f9 Fix terminal index 2017-08-01 14:06:29 -07:00
Matt Bierner
ed1ae2f59d Remove redundant markdown name in change security command 2017-08-01 13:44:11 -07:00
Matt Bierner
7d7c65b4a8 Fix a spell in markdown security settings 2017-08-01 13:44:11 -07:00
Matt Bierner
31d1c4c4ca Show error message in TS Version picker when TS verison cannot be loaded
Fixes #31846
2017-08-01 13:44:11 -07:00
Christof Marti
5919165311 Configure for 1.15 2017-08-01 12:00:42 -07:00
Rob Lourens
46dcae7b97 Fix #31848 - show error when searching root folder that doesn't exist 2017-08-01 11:59:09 -07:00
Ramya Achutha Rao
f39385b832 Treat style tag contents as css when commenting fixes #31685 2017-07-31 17:27:43 -07:00
Peng Lyu
d53301df1b Merge pull request #31786 from jens1o/jens1o-improve-php-cnfg
Improve php language config
2017-07-31 16:05:22 -07:00
Ramya Rao
593ecbef58 Deprecating old emmet (#31783)
* Deprecate old emmet

* Update translations
2017-07-31 15:59:59 -07:00
Christof Marti
f4871bff80 Set machine id in shared process 2017-07-31 15:57:45 -07:00
Ramya Achutha Rao
426e428218 No need to use our own fork as upstream fixes are now in 2017-07-31 15:52:49 -07:00
Jens Hausdorf
519811c487 Improve php language config 2017-08-01 00:21:06 +02:00
Jens Hausdorf
563b40c633 Merge pull request #3 from Microsoft/master
sync
2017-08-01 00:17:21 +02:00
Rob Lourens
f24965cebb Merge pull request #31781 from Microsoft/amqi/terminal-quickopen
Capitalize cmd name
2017-07-31 14:46:15 -07:00
Rob Lourens
03ba263122 Fix #31780 - may blink the results for an instant before they are hidden, especially on slow machines, but will reduce confusion that often comes up 2017-07-31 14:45:05 -07:00
t-amqi
fcf8e1c47d Capitalize cmd name 2017-07-31 14:30:33 -07:00
Matt Bierner
4ecd158b1a Use async for TS code action provider 2017-07-31 14:27:15 -07:00
Ramya Achutha Rao
b535426bba Use fork of emmet modules to get latest fixes 2017-07-31 14:15:55 -07:00
Rob Lourens
adfbd11382 Fix #29660 - 'src' in the search 'include' field should be treated as '**/src/**' now 2017-07-31 14:12:20 -07:00
Matt Bierner
8eb1c4575c Allow selecting invalid TypeScript versions if you have configured these in the typescript.tsdk setting
Fixes #31716
2017-07-31 13:55:54 -07:00
Matt Bierner
b0574eba0d Use async in workspaceSymbolProvider 2017-07-31 13:55:54 -07:00
rebornix
a6db61ceb8 Code cleaning for simple find widget 2017-07-31 13:50:18 -07:00
Daniel Imms
189a17e23c Use %F for new windows too
Part of ##25987
2017-07-31 13:17:38 -07:00
Daniel Imms
2c745007c3 Use %F in code.desktop instead of %U
%U may pass in file:// format which isn't supported.

Fixes #25987
2017-07-31 11:57:37 -07:00
Christof Marti
3e8954af3a Do not open Welcome page on reload (fixes #30997) 2017-07-31 11:46:10 -07:00
Matt Bierner
a8d0740cb7 Cleaning up version provider 2017-07-31 11:39:47 -07:00
Matt Bierner
e9764d95bc Fix JS/TS indentation for if (...) | {} case
Fixes #30933
2017-07-31 11:39:47 -07:00
Daniel Imms
9198547570 Fix case where terminal is shutdown by user/vscode
This bug was caused because process.kill was changed to process.send({
event: 'shutdown' });. Using kill caused the process exit code to be
null however this was no longer the case when calling process.exit
inside the process itself. The fix is to better manage process state
within TerminalInstance and track whether it was killed by the user (ie.
VS Code) inside TerminalInstance.

Fixes #31737
2017-07-31 11:25:45 -07:00
Rob Lourens
a104fe1386 Merge pull request #31736 from Microsoft/roblou/missingExtensionInstallCount
Fix #31735
2017-07-31 11:00:49 -07:00
Ramya Achutha Rao
400a1c91b4 Use TextEdit in Emmet extension 2017-07-31 10:43:51 -07:00
Daniel Imms
f01a75d734 Map Sysnative paths to System32 on non-WoW64 envs
Fixes #27915
2017-07-31 09:40:20 -07:00
Matt Bierner
78ce031581 Use label instead of path for typescript task info 2017-07-31 08:06:46 -07:00
Matt Bierner
36a1b225d8 Use async for hover provider 2017-07-31 08:06:46 -07:00
Michel Kaporin
19f17905e7 Support LESS and SASS in color picker. Resolves #31753 2017-07-31 12:02:13 +02:00
Michel Kaporin
5dd617c232 Resolves #31646 2017-07-31 11:20:48 +02:00
Michel Kaporin
cb5a737830 Corrected hue calculation. 2017-07-31 09:58:42 +02:00