Commit Graph

19324 Commits

Author SHA1 Message Date
Michel Kaporin 388f4ff362 Fixes #27720. 2017-05-31 12:57:03 +02:00
Sandeep Somavarapu 9dea8acdc0 Fix #27529 2017-05-31 12:52:02 +02:00
isidor e282c64283 debug actions widget: more precise centering
fixes #27566
2017-05-31 12:51:06 +02:00
Sandeep Somavarapu 82eb47c42d Fix #27535 2017-05-31 12:42:20 +02:00
Sandeep Somavarapu 9ddbdd0d9e Fix #27530 2017-05-31 12:42:20 +02:00
Sandeep Somavarapu 5e62707450 Fix #27512 2017-05-31 12:42:20 +02:00
Sandeep Somavarapu 18d2347459 Fix #27509 2017-05-31 12:42:20 +02:00
Sandeep Somavarapu 24b543efdf Fix #27507 2017-05-31 12:42:20 +02:00
isidor a1abe1a386 copy all: remove ansi escape code
fixes #27525
2017-05-31 12:27:05 +02:00
isidor d8135cb714 "Check For Updates" -> "Check for Updates"
fixes #27532
2017-05-31 12:14:57 +02:00
Johannes Rieken e7fd412de4 fix #27541
* return `undefined` when current word or selection is falsy
* use editor selection, not snippet selection, when resolving variables
2017-05-31 12:07:26 +02:00
Johannes Rieken 0e1167e111 fix #27710 2017-05-31 11:50:18 +02:00
Alex Dima b8356584c6 Fixes #27680: multiCursorModifer can be ctrlCmd or alt 2017-05-31 11:31:22 +02:00
Alex Dima cc51097a6c Rename multicursorModifier to multiCursorModifier (#27680) 2017-05-31 11:16:20 +02:00
Benjamin Pasero ef85e633e6 fix windows build on appveyor 2017-05-31 11:01:36 +02:00
Ramya Achutha Rao 770fa41896 Fixes #27651 2017-05-31 00:09:30 -07:00
Ramya Achutha Rao 396bb47698 Fixes #27656 2017-05-30 23:57:49 -07:00
Ramya Achutha Rao 2cc2594934 Fixes #27673 2017-05-30 23:50:06 -07:00
Ramya Achutha Rao 5dfc0e783e Fixes #27675 2017-05-30 23:41:42 -07:00
Matt Bierner e424344c89 Fixes #27420 2017-05-30 23:37:06 -07:00
Benjamin Pasero f6b27b808b theming - guard against missing colors 2017-05-31 07:41:17 +02:00
Ramya Achutha Rao 3a6eda74ea Fixes #27609 2017-05-30 18:21:36 -07:00
Ramya Achutha Rao 436789a1eb Fixes #27618 2017-05-30 18:16:10 -07:00
Ramya Achutha Rao 0977276c2b Fixes #27623 2017-05-30 18:02:05 -07:00
Ramya Achutha Rao 1d93668c0e Fixes #27630 2017-05-30 18:02:05 -07:00
Ramya Achutha Rao d4668fce39 Fixes #27633 and Fixes #27634 2017-05-30 18:02:05 -07:00
Matt Bierner f0cb8bf271 Remove bit about path from npm warning since it may be confusing. Will update documentation 2017-05-30 16:55:03 -07:00
Matt Bierner 88073e8288 Correctly mark typescript.npm as isExecutable 2017-05-30 16:51:15 -07:00
Matt Bierner 91c7fbe242 Add npm location setting
For #24961

Picks up https://github.com/Microsoft/TypeScript/pull/16084/files

Allows users to manually set the npm install location
2017-05-30 16:37:02 -07:00
Daniel Imms 50e2a9ac2e Merge pull request #27642 from Microsoft/tyriar/27511
Fix some issues with dnd to the terminal
2017-05-30 16:09:18 -07:00
Christof Marti 3f2ed7f435 Use existing colors (#27497) 2017-05-30 15:54:39 -07:00
Matt Bierner e8923e9dcc Pick up ts 2.3.4 2017-05-30 15:53:42 -07:00
Rob Lourens 60a3e8efd1 Revert "Improve issue template"
This reverts commit 85a56e643b.
2017-05-30 15:26:28 -07:00
Ramya Achutha Rao 1e54bb2bea Fixes #27452 Set version, commit in extra bag from the start 2017-05-30 14:12:03 -07:00
Daniel Imms b0047344d6 Fix some issues with dnd to the terminal
- \, quote chars and space are now escaped.
- Paths from the file system are now properly passed through URI, causing \ to
  be pasted in correctly.

Fixes #27511
2017-05-30 14:01:56 -07:00
Dirk Baeumer a1fd514fa6 Fixes #27589: Inconsistent use of ProblemMatcher 2017-05-30 22:39:34 +02:00
Dirk Baeumer 4bb81e3099 Fixes #27348: Task should not be drop if identifier is undefined 2017-05-30 22:03:57 +02:00
Dirk Baeumer 6fb0af28cd Fixes #27581: Unspecific names: TerminalBehaviour and RevealKind 2017-05-30 21:59:20 +02:00
Dirk Baeumer 8afd3ffb65 Fixes #27578: Don't mention VS Code in jsdoc 2017-05-30 21:07:05 +02:00
Benjamin Pasero e6217c699a adopt some new color keys in our built in themes 2017-05-30 18:06:20 +02:00
Ramya Achutha Rao 4b995d52ec Add null check on extra bag 2017-05-30 08:34:00 -07:00
isidor 333bebe5e7 light update: use number badge 2017-05-30 14:39:24 +02:00
isidor 7f13da53d5 light update: enable for win 2017-05-30 14:39:24 +02:00
Dirk Baeumer f58278d1a4 Fixes #27545: Task templates contain deprecated properties 2017-05-30 14:34:43 +02:00
Alex Dima afe47dc844 Fix spelling 2017-05-30 11:06:29 +02:00
Alexandru Dima 54e3d65eb4 Merge pull request #25776 from CoenraadS/stickyness_api
Expose Stickiness API #15758
2017-05-30 11:03:30 +02:00
Alex Dima f64bc3f92a Prefer the American English spelling behavior 2017-05-30 11:01:20 +02:00
isidor 47a6a7af61 light update contribution not for windows 2017-05-30 09:59:16 +02:00
Alex Dima 081fbf2231 Improve naming and doc comments 2017-05-30 09:49:31 +02:00
Alex Dima e5421e3fe6 Move stickiness onto DecorationRenderOptions 2017-05-30 08:29:57 +02:00