Commit graph

40314 commits

Author SHA1 Message Date
Jonathan Dierksen
744669a9df Update swift integration test results. 2018-09-28 11:09:07 -07:00
Jonathan Dierksen
bc422b8b4a Use textmate/swift.tmbundle for Swift syntax.
The former repo is unmaintained and obsolete.
2018-09-28 10:33:02 -07:00
rebornix
8b3b815396 Fix #59450. Update css for comment decoration. 2018-09-27 13:22:31 -07:00
rebornix
b472087060 Fix #59316. 2018-09-27 13:22:30 -07:00
Matt Bierner
e20fdf9545 Signal that TS Server has loaded succesfully when any error event is received
A successful error computation more or less signals that the server is ready and is more reliable than waiting for the projectUpdatedInBackground signal
2018-09-27 11:59:58 -07:00
Rob Lourens
5518b862e6 Bump workspaceContains timeout - #34711 2018-09-27 11:31:38 -07:00
Matt Bierner
368d3ff0da Pick up TS 3.1 final
Fixes #58994
2018-09-27 10:35:43 -07:00
Joao Moreno
64a562a737 update inno updater
fixes #59543
2018-09-27 19:20:37 +02:00
Christof Marti
e1e7c039e2 Do not read Octicons (fixes #58096) 2018-09-27 16:53:26 +02:00
Martin Aeschlimann
a75f4bcf4e [json] update service (fixes #59470) 2018-09-27 16:33:19 +02:00
Joao Moreno
b4d09d2750 remove wrong message 2018-09-27 16:08:37 +02:00
Christof Marti
33371a88b4 'Type to narrow down results' only for QuickPick (fixes #58105) 2018-09-27 15:44:33 +02:00
Joao Moreno
e90887a7c0 point macos users failing update to our github link
related to #57664
2018-09-27 15:35:31 +02:00
Joao Moreno
f586943ea5 propagate update service errors to UI
fixes #57664
fixes #7426
2018-09-27 15:32:00 +02:00
isidor
a7996af3ae debug: fire onDidNewSession when a session restarts 2018-09-27 15:27:42 +02:00
isidor
c984412861 fixes #56136 2018-09-27 15:01:19 +02:00
Benjamin Pasero
0b90cbbe90 fix #59539 2018-09-27 14:41:13 +02:00
Johannes Rieken
d2d5d79b3a fix #59538 2018-09-27 14:13:01 +02:00
Christof Marti
0ebb6b054f Add leading whitespace offset to lookup offset (fixes #59343) (#59537) 2018-09-27 13:01:25 +02:00
Benjamin Pasero
807690d8f6 fix #59517 2018-09-27 12:36:52 +02:00
Benjamin Pasero
c501691736 fix #59486 2018-09-27 12:33:38 +02:00
Sandeep Somavarapu
a476e33778 remove warnings 2018-09-27 12:28:17 +02:00
Sandeep Somavarapu
0f477b0c58 #59517 Use absolute path 2018-09-27 12:26:53 +02:00
Johannes Rieken
d801626d6c fix #59533 2018-09-27 12:23:17 +02:00
Christof Marti
1e1b80843c Register listeners early (fixes #58235) 2018-09-27 12:18:13 +02:00
Benjamin Pasero
b3ff2b5e6a tabs - only draw border on one side 2018-09-27 12:12:12 +02:00
Benjamin Pasero
0bcd086e53 💄 variable name 2018-09-27 11:44:22 +02:00
Sandeep Somavarapu
dd92ff0b4a #59112 Return file URI 2018-09-27 11:29:51 +02:00
Sandeep Somavarapu
756a4e59e5 #59112 Return string 2018-09-27 11:26:32 +02:00
Sandeep Somavarapu
1bcddf5923 #59112 Return URI 2018-09-27 11:24:29 +02:00
Sandeep Somavarapu
ea03e07018 #59112 Return the downloaded location 2018-09-27 11:20:53 +02:00
Sandeep Somavarapu
eb14a6542f Fix #59112 2018-09-27 11:19:32 +02:00
Benjamin Pasero
36f879d818 use .txt extension (for #59302) 2018-09-27 11:16:21 +02:00
isidor
f407359b72 fixes #59485 2018-09-27 11:10:01 +02:00
Benjamin Pasero
1503b6033e update distro 2018-09-27 10:57:30 +02:00
Joao Moreno
dd26078b15 update distro 2018-09-27 10:09:58 +02:00
Johannes Rieken
6acbbf1bf0 fix #59507 2018-09-27 09:47:53 +02:00
Joao Moreno
6335da987d Merge commit 'refs/pull/59131/head' of github.com:Microsoft/vscode into pr/59131 2018-09-27 09:45:55 +02:00
Joao Moreno
58fe02e79b Revert "cancelled git.checkout"
This reverts commit a488569052.
2018-09-27 09:42:35 +02:00
Joao Moreno
77c8657a86 improve setting description
related to #50394
2018-09-27 09:42:22 +02:00
Benjamin Pasero
3aecfeef15 use "readonly" 2018-09-27 07:55:24 +02:00
Ramya Achutha Rao
2291080075 Check for tags before using them Fixes #59229 2018-09-26 18:49:10 -07:00
Rob Lourens
988297b961 Force search provider ext to activate on search 2018-09-26 17:51:56 -07:00
Matt Bierner
17cfeaf31e Add better error message about disallowed rename of directory in import path 2018-09-26 17:47:28 -07:00
Matt Bierner
29e8dcffcf Use rename cancellation token for file rename request to ts server 2018-09-26 17:47:27 -07:00
Rob Lourens
11c8300bb9 Ensure search cancel takes effect immediately, and still works when search failed 2018-09-26 17:45:32 -07:00
Matt Bierner
41c47d1b56 Don't rely on updatePathOnFileMove for path renames
Better fix for #51175
2018-09-26 17:32:20 -07:00
Rachel Macfarlane
ee955d45e3 rebase and remove check in catch 2018-09-26 17:27:24 -07:00
Rachel Macfarlane
f50b87442c Return whether git.checkout succeeded 2018-09-26 17:25:40 -07:00
Matt Bierner
a2d3c87982 Fix file path rename for js/ts
Fixes #51175
2018-09-26 17:23:55 -07:00