Commit Graph

39870 Commits

Author SHA1 Message Date
Joao Moreno
4e3f58f2f4 git: handle deleted conflicts
fixes #52787
2018-09-19 15:48:28 +02:00
Johannes Rieken
758f2495cd webpack for search-rg, #57680 2018-09-19 15:27:58 +02:00
Johannes Rieken
3053689bb5 webpack merge-conflict #57680 2018-09-19 15:19:51 +02:00
Sandeep Somavarapu
5788f1d572 Improve labels 2018-09-19 14:54:35 +02:00
Sandeep Somavarapu
b8c4254ae4 Fix #57636 2018-09-19 14:37:34 +02:00
Joao Moreno
49837d16a1 fix build 2018-09-19 14:36:25 +02:00
Joao Moreno
c7b13ccb53 fixes #50481 2018-09-19 12:37:08 +02:00
isidor
565938b6f9 debug: Model -> DebugModel, IModel -> IDebugModel 2018-09-19 12:33:22 +02:00
Joao Moreno
7f9b85612d fixes #49902 2018-09-19 12:33:11 +02:00
isidor
97e20be47c debug session become inactive when shutdown. Also more precise listeners for session changes
fixes #58308
2018-09-19 12:27:53 +02:00
isidor
2adc5cccce debug.ts -> debugSmoke.ts to avoid duplicate names 2018-09-19 12:27:53 +02:00
isidor
aaf342d201 debug: do not force fire onDidChangeState on stop session 2018-09-19 12:27:53 +02:00
Benjamin Pasero
c002ca67bb fix bad usage of setTimeout() 2018-09-19 12:07:02 +02:00
Joao Moreno
42f6ffc872 fixes #49723 2018-09-19 11:54:09 +02:00
Joao Moreno
ba076500a8 missing await 2018-09-19 11:54:09 +02:00
Benjamin Pasero
5f15e3ecb4 better fix #58864 2018-09-19 11:45:37 +02:00
Dirk Baeumer
45986ca7ab Fixed #58941: Tasks: non-helpful error message ´The process task system can only execute custom tasks´ 2018-09-19 11:12:24 +02:00
Johannes Rieken
bc71b0cf01 never use test.only, use --glob, --run, or --runGlob instead 2018-09-19 10:55:18 +02:00
Johannes Rieken
ef4968a3df support boolean, string, and number types for config.<setting> context keys, #30845 2018-09-19 10:55:18 +02:00
Johannes Rieken
1ee12b3bd4 towards #30845 2018-09-19 10:55:18 +02:00
Johannes Rieken
8e9d5beb78 some jsdoc for #1800 2018-09-19 10:55:18 +02:00
Johannes Rieken
948c258aa3 💄 #1800 2018-09-19 10:55:17 +02:00
Johannes Rieken
3bdfca7c31 rename changeLanguage to setTextDocumentLanguage, #1800 2018-09-19 10:55:17 +02:00
Johannes Rieken
363e6b696f make changeLanguage return a TextDocument, #1800 2018-09-19 10:55:17 +02:00
Johannes Rieken
1da08a83c8 update vsce ignore file #57680 2018-09-19 10:55:17 +02:00
Martin Aeschlimann
73e5ac4db0 [html] update service, fix webpackaging 2018-09-19 10:54:40 +02:00
Benjamin Pasero
f63a8e1b5e fix #25600 2018-09-19 10:45:03 +02:00
Benjamin Pasero
c8faa07889 fix #58864 2018-09-19 10:30:48 +02:00
João Moreno
8a142f5b81 Merge pull request #58731 from oneslash/new_branch_if_no_other_found
always show create a branch button
2018-09-19 10:28:17 +02:00
Benjamin Pasero
2226c57188 fix ##43543 2018-09-19 10:20:44 +02:00
Benjamin Pasero
5595ff01a9 fix #51002 2018-09-19 09:42:19 +02:00
SteVen Batten
5865cd54fb context menus on activity bar should appear in consistent place
fixes #57658
2018-09-18 22:36:35 -07:00
SteVen Batten
97b4106f74 reduce submenu indicator size on linux
fixes #58873
2018-09-18 21:50:58 -07:00
Ramya Achutha Rao
d0a67178ca Update appinsights in built in extensions 2018-09-18 18:35:12 -07:00
Matt Bierner
2a5d48c7c8 Fixing some titleBar NPEs
Introduced in  f95965a86f Just assume zero size if element is undefined
2018-09-18 16:55:16 -07:00
Matt Bierner
565c88f4fd Use more reliable signal for ts project load complete
`telemetry` is not fired for implicit projects, while `projectsUpdatedInBackground` should always be fired. Gating this to 3.0 since I believe the event was only added recently
2018-09-18 16:51:01 -07:00
Rachel Macfarlane
d1dbe4d53c Add support for deleting comments, #58078 2018-09-18 16:45:41 -07:00
Matt Bierner
6ec7423464 Show loading indicator while js/ts language features are first being initialized
First suggested in #22614

Fixes #58916
2018-09-18 16:28:49 -07:00
SteVen Batten
f95965a86f Center the titlebar if possible
fixes #56273
fixes #55438
2018-09-18 16:27:22 -07:00
Matt Bierner
1be59b4573 Support typescript's fileToRename
Fixes #51175

Allows triggering renames on import paths
2018-09-18 15:22:59 -07:00
Matt Bierner
0aaa7c9d46 Pick up support for TS's new triggerSpan property on rename 2018-09-18 15:22:59 -07:00
Matt Bierner
63c5c74852 Fix test name 2018-09-18 15:22:59 -07:00
Matt Bierner
d69ba73b25 Use more strict type in _openReference
A proper definition link is never passed to `_openReference`
2018-09-18 15:22:59 -07:00
SteVen Batten
f8f4d3af30 improve markdown preview scroll sync (#58852)
* improve markdown preview scroll sync
2018-09-18 15:08:37 -07:00
Andre Weinand
0f4893299a check debugServer property first; improved fix for #58847 2018-09-19 00:04:29 +02:00
Andre Weinand
8d48055fe5 fix legacy adapterExecutableCommand; fixes #58847 2018-09-18 22:01:09 +02:00
Pine Wu
39fbbf02c4 Do not suggest dot files in html/css. Fix #46780 2018-09-18 11:38:09 -07:00
Martin Aeschlimann
9040bf6802 [html] no longer pack vscode 2018-09-18 18:33:35 +02:00
Martin Aeschlimann
e5a4794f7a [html] update dependencies 2018-09-18 18:33:35 +02:00
Martin Aeschlimann
486ac95f43 [html] embedded folding ranges computed too many times (fixes #47712) 2018-09-18 18:33:35 +02:00