Commit Graph

22430 Commits

Author SHA1 Message Date
Christof Marti
83ac7b4e03 Deploy to Azure quick link experiment 2017-08-18 08:34:46 -07:00
Johannes Rieken
6dd175fd41 show message source in title, #21302 2017-08-18 16:58:59 +02:00
Alex Dima
253490c9dd focussed -> focused (#32521) 2017-08-18 16:29:43 +02:00
Johannes Rieken
211918fbfd remove unused code 2017-08-18 16:17:33 +02:00
Alex Dima
b824c8e4d9 Fixes #32755: Register listeners to already instantiated editors in MainThreadDocumentsAndEditors 2017-08-18 16:09:07 +02:00
Alex Dima
02f2b06218 Disconnected proxies resolve all outstanding and future promises with a canceled error 2017-08-18 16:09:07 +02:00
Johannes Rieken
bfdff94b0c send extension id to main thread and decide there how to show errors, #32766 2017-08-18 15:25:29 +02:00
Johannes Rieken
dc69d8bf6d properly spec error data, #32766 2017-08-18 15:02:36 +02:00
Johannes Rieken
69c9edebb9 prefix stack with extension id, #32766 2017-08-18 15:02:36 +02:00
Johannes Rieken
d30567bdd3 don't log errors twice, #32766 2017-08-18 15:02:36 +02:00
Joao Moreno
dd06daf898 fixes #32381 2017-08-18 12:18:15 +02:00
Andre Weinand
929ac60730 keep array in sync; fixes #32337 2017-08-18 11:35:30 +02:00
Alex Dima
518590916f Move off RGBA in base/color, as it will soon move to floats 2017-08-18 11:32:19 +02:00
Alex Dima
728507a850 Update to native-watchdog@0.2.0 (fixes #32620) 2017-08-18 11:16:31 +02:00
João Moreno
d45ce5166d Merge pull request #32765 from joaomoreno/uninstall-telemetry
Uninstall telemetry
2017-08-18 10:07:51 +02:00
Joao Moreno
40145f5994 use api version for uninstall telemetry 2017-08-18 10:06:09 +02:00
Benjamin Pasero
bb55f060b8 mr - migrate backups when entering workspace 2017-08-18 09:51:32 +02:00
Joao Moreno
77cf931da7 Merge branch 'master' into uninstall-telemetry 2017-08-18 09:43:19 +02:00
João Moreno
1de0401bb8 Merge pull request #30912 from rawkode/master
Added oxford comma and fixed macOS spelling
2017-08-18 09:32:44 +02:00
Ron Buckton
066a2bb141 Update Promise definition (#30268)
* Update definition of Promise in winjs.base.d.ts.

* Update to new Promise declaration

* Fix remaining errors.
2017-08-18 00:02:57 -07:00
Matt Bierner
aebaece673 Only send TS plugins that have registered for the document's language
Addresses comment on c2ee6133aa
2017-08-17 17:19:19 -07:00
Daniel Imms
799a4ea138 Whitelist quickOpenNavigateNextInViewPicker in terminal
Fixes #32347
2017-08-17 17:15:17 -07:00
Christof Marti
3266cff3a2 Show Azure extensions link 2017-08-17 17:04:44 -07:00
Matt Bierner
771ef9ede8 Show invalid version string if ts version cannot be determined 2017-08-17 15:13:31 -07:00
Matt Bierner
d8f5131aa4 Trigger rename after refactor in JS/TS
Fixes #32735
2017-08-17 15:13:31 -07:00
rebornix
6263d2c288 Update comments for getModelMarkers. 2017-08-17 13:45:55 -07:00
Daniel Imms
1b547ed0eb Use the fspath when dropping file into terminal
Fixes #32734
2017-08-17 11:15:07 -07:00
Daniel Imms
cd64f95a9e Fix exception when terminal args are not strings
Fixes #32564
2017-08-17 08:32:03 -07:00
Daniel Imms
cfc660f890 Add null check in TerminalInstance.onExit
Fixes #32570
2017-08-17 08:28:15 -07:00
Martin Aeschlimann
47ec343bfa [css] add multiroot support. Fixes #32486 2017-08-17 16:22:36 +02:00
Martin Aeschlimann
64fd8f8720 [python] update grammar 2017-08-17 16:22:35 +02:00
Martin Aeschlimann
82b7f2433b [themes] 'italic' on fontStyle marked as error 2017-08-17 16:22:35 +02:00
Johannes Rieken
dbf8ca266c inline PathSplitter for less code 2017-08-17 15:58:13 +02:00
Alex Dima
c2e0b36d9b Implement extension host restarting 2017-08-17 15:43:35 +02:00
Alex Dima
7e6d5644e1 Have ExtensionService handle extension host process crashing 2017-08-17 15:43:35 +02:00
Alex Dima
4270b63a3a Towards being able to free all resources associated with the extension host process 2017-08-17 15:43:34 +02:00
Alex Dima
47d23363bd Lift resources to members 2017-08-17 15:43:34 +02:00
Alex Dima
8ddccaa938 Style changes 2017-08-17 15:43:34 +02:00
Benjamin Pasero
e9e3baa0b1 mr - simplify workspace actions in renderer 2017-08-17 15:42:30 +02:00
Benjamin Pasero
347422bdfa 💄 2017-08-17 15:32:18 +02:00
Johannes Rieken
b8c9bff49e remove unused telemetry 2017-08-17 15:06:26 +02:00
Andre Weinand
59726c99fa do not overwrite selected config name by contained name; fixes #32318 2017-08-17 14:55:39 +02:00
Johannes Rieken
0705604e0d ignore menu items that have no command, fixes #32673 2017-08-17 14:37:35 +02:00
Benjamin Pasero
4dae70b7d0 fix glitch with badge in multi root search result 2017-08-17 12:28:34 +02:00
Benjamin Pasero
f287c4551f multi root - ensure unique tab labels when root names are identical 2017-08-17 11:38:54 +02:00
Benjamin Pasero
2c0a55294b Make the compare action label easier to understand when file names are identical (fixes #30515) 2017-08-17 11:08:49 +02:00
Benjamin Pasero
a60a2472ca Tab labels fail to identify "~" as a root path (fixes #32701) 2017-08-17 11:04:04 +02:00
João Moreno
ad42ab6723 Merge pull request #30068 from maryam-a/29706-maryam-a-git-progress-bar
Show git clone progress in status bar and source control feed
2017-08-17 09:54:28 +02:00
Joao Moreno
a9e0905dd9 fixes #32652 2017-08-17 09:50:14 +02:00
Joao Moreno
900762c562 fixes #32610 2017-08-17 09:17:26 +02:00