Commit Graph

26415 Commits

Author SHA1 Message Date
Martin Aeschlimann
b520c8f1ca [html] Request textDocument/rangeFormatting failed when pasting inside script tags. Fixes #35698 2017-11-20 11:02:12 +01:00
Sandeep Somavarapu
93706d88c1 Fix #38764 2017-11-20 10:58:16 +01:00
Johannes Rieken
29f4dcfefc Merge pull request #38655 from mjbvz/38636
Resolve completion items on click
2017-11-20 09:52:51 +01:00
Rob Lourens
ecdfe31116 Add telemetry for remote search falling back on local 2017-11-19 23:13:43 -08:00
Sandeep Somavarapu
c8c6b13528 Merge pull request #38692 from usernamehw/patch-1
Fixes #38691
2017-11-19 21:06:21 +01:00
Sandeep Somavarapu
f65b663ef4 Merge pull request #38698 from shivammittal99/fixSpellingOfMessage
Correct spelling of Message in reloadMessaage in extensionsActions.ts and extensionsActions.test.ts
2017-11-19 20:58:02 +01:00
Sandeep Somavarapu
32d5f63043 Tests #35363 2017-11-19 20:34:36 +01:00
Sandeep Somavarapu
5c66f91c6a Fix #35363 2017-11-19 20:32:07 +01:00
Sandeep Somavarapu
8ff419205a Remove unused code #38414 2017-11-19 19:28:21 +01:00
Shivam Mittal
a9a139c010 Correct spelling of Message in reloadMessaage 2017-11-19 01:52:02 +05:30
Alexander
97fafb280c Fixes #38691 2017-11-18 20:17:17 +03:00
Joao Moreno
f33a8b7b9b fixes #38501 2017-11-18 08:30:46 +01:00
Brook Riggio
1f040a1258 Update CONTRIBUTING.md (#36673)
While the wiki has well-maintained info about many ways to contribute, this top-level file lacked the same level of polish. This is an attempt to summarize the contribution avenues, and increase the readability of the issue-reporting flow.
2017-11-17 16:08:20 -08:00
Christof Marti
78fa5b9b4e Add production Hubot to webhooks 2017-11-17 15:51:20 -08:00
Christof Marti
70d8f14ab0 Update out-of-scope message 2017-11-17 15:38:28 -08:00
Matt Bierner
e7f2f387be Update locker.yml 2017-11-17 15:05:24 -08:00
rebornix
a73831667b #38625, create hover widget lazily. 2017-11-17 13:00:21 -08:00
Matt Bierner
70c630ce85 Resolve completion items on click accept
Fixes #38636

**Bug**
When clicking on a suggestion to accept it, it may not have been resolved yet.

**Fix**
Make sure we resolve it after the click
2017-11-17 12:45:39 -08:00
rebornix
fb90f23d6b #38625, create parameter widget lazily. 2017-11-17 11:54:19 -08:00
rebornix
48abe896f4 #38625, create find widget lazily. 2017-11-17 11:31:17 -08:00
Alex Dima
4fed11f880 Remove unused code (#38414) 2017-11-17 20:15:48 +01:00
Rob Lourens
090d0ff1d3 Update vscode-ripgrep bc 0.3 was a bad publish 2017-11-17 11:12:57 -08:00
rebornix
378ec7eb50 Fix #37613. Avoid compilation error for standalone editor as exports typings is not available without node typings file. 2017-11-17 10:31:30 -08:00
Rob Lourens
04ae1ccaae Fix #38608 2017-11-17 10:13:49 -08:00
isidor
6994a960b7 debug: start debug contributions in later phases
fixes #38285
2017-11-17 18:35:06 +01:00
Rob Lourens
c9fd32dbf8 Fix #38589 2017-11-17 09:28:19 -08:00
Isidor Nikolic
5d34ae0bf8 Merge pull request #38605 from danbovey/scmnumberbadge
Update NumberBadge to show hundreds in full, show thousands with k
2017-11-17 18:07:20 +01:00
isidor
5026774cab fixes #38370 2017-11-17 18:04:50 +01:00
Dan Bovey
2e518509ab Localize large number badge string 2017-11-17 17:02:45 +00:00
isidor
ec4af16c8c create debug hover lazily
#38625
2017-11-17 17:53:42 +01:00
Johannes Rieken
6c1b3bad4d create SuggestWidget when suggesting is triggered not sooner, #38625 2017-11-17 17:01:54 +01:00
Joao Moreno
9752f3c93c fix missing scm resources
fixes #35724
2017-11-17 16:30:37 +01:00
Alex Dima
1d145d16c4 Remove usage of EventEmitter (#38417) 2017-11-17 16:08:18 +01:00
Alex Dima
a7cc7fe252 Merge the two change event types into one 2017-11-17 16:03:11 +01:00
Alex Dima
d6cc5feffd Reduce usage of EventEmitter (#38417) 2017-11-17 16:03:10 +01:00
Martin Aeschlimann
796d7fef4f [folding] Deleting folded code will fold the code after it. Fixes #22824 2017-11-17 15:53:34 +01:00
Sandeep Somavarapu
c9a4b65b7f Fix #22159 2017-11-17 15:47:24 +01:00
Benjamin Pasero
dffef3e539 <=> (for #38414) 2017-11-17 15:31:41 +01:00
Sandeep Somavarapu
e88c3f2cb0 Fix #29656 2017-11-17 15:15:28 +01:00
Martin Aeschlimann
a8e615cfa3 [json] Provide syntax highlighting for .ember-cli and .watchmanconfig. Fixes #37174 2017-11-17 15:02:09 +01:00
Johannes Rieken
ade608336c bloat - remove unused code 2017-11-17 14:58:57 +01:00
Martin Aeschlimann
3ecb0e1060 Files with *.hjs extention not highlighted as handlebars by default but plain text. Fixes #36592 2017-11-17 14:58:33 +01:00
Benjamin Pasero
4a8327aa4b use node.js path#relative (for #31667) 2017-11-17 14:56:20 +01:00
Johannes Rieken
18d7e5093b document --inspect-extensions and --inspect-brk-extensions 2017-11-17 14:46:56 +01:00
Sandeep Somavarapu
f8c9ed837a Fix #17371 2017-11-17 12:38:34 +01:00
isidor
166b9a7ad2 remove unused code
#38414
2017-11-17 12:35:02 +01:00
Dirk Baeumer
cbf9fb794d More code removal 2017-11-17 12:22:58 +01:00
Sandeep Somavarapu
ed043cb474 Fix #37254 2017-11-17 11:59:51 +01:00
Dan Bovey
6433a59f40 Simplify logic for displaying thousands 2017-11-17 10:57:52 +00:00
Sandeep Somavarapu
8ca24a0f03 💄 2017-11-17 11:38:11 +01:00