Commit Graph

50071 Commits

Author SHA1 Message Date
Joao Moreno 3f79533f9b use stable snapcraft 2019-06-13 15:19:30 +02:00
Johannes Rieken 003abb013c don't dispose results for API command too early, fixes #75208 2019-06-13 15:07:35 +02:00
Alex Ross 6a7e5dbd0e Update C++ grammar
Get the fix for traling spaces. Fixes #75069
2019-06-13 13:20:04 +02:00
Sandeep Somavarapu c56224d463 remove registering SimpleTextResourcePropertiesService in web 2019-06-13 12:36:37 +02:00
Sandeep Somavarapu b47800bfee Move textResourcePropertiesService to browser namespace
Enable it in web
2019-06-13 12:36:36 +02:00
Martin Aeschlimann 81821c71a6 testresolver: kill server process, more settings 2019-06-13 12:25:17 +02:00
isidor 390c0bda7c rawDebugSession: fire simulated continued event for the goto request 2019-06-13 11:31:17 +02:00
isidor e0c9b7b3af debug: add jump to cursor 2019-06-13 11:15:09 +02:00
Benjamin Pasero 402aa47b26 web - fix empty title 2019-06-13 10:59:06 +02:00
Benjamin Pasero 5d3841e4f4 web - cleanup menu contributions 2019-06-13 10:53:24 +02:00
Sandeep Somavarapu aa45ce6929 update distro 2019-06-13 10:43:26 +02:00
Martin Aeschlimann a84c30184c [css/json/html] update lsp, services & dependencies 2019-06-13 10:27:45 +02:00
Martin Aeschlimann 51e5a1985d update remote node version to 10.11 (matching electron 4.2.3) 2019-06-13 10:27:45 +02:00
Johannes Rieken ddd555c5ca add svg/woff mime types to mime.ts, #75061 2019-06-13 10:24:37 +02:00
Johannes Rieken a280393c6b clarify names and return disposable, #74922 2019-06-13 10:09:10 +02:00
Joao Moreno 5f70390f0d fixes microsoft/vscode-remote-release#671 2019-06-13 10:02:23 +02:00
Sandeep Somavarapu ff38c0fee5 Derive configuration resources 2019-06-13 09:56:51 +02:00
Joao Moreno 07ea8c2ced fix snap build 2019-06-13 09:54:53 +02:00
Benjamin Pasero 635d845b4a update distro 2019-06-13 08:51:55 +02:00
Benjamin Pasero 2e85ce75ad web - wire in userDataPath properly 2019-06-13 08:51:26 +02:00
Benjamin Pasero dc4a864ab2 errors - fix stack printing 2019-06-13 08:38:05 +02:00
Benjamin Pasero 7b80b25ddf bump electron@3.2.4 2019-06-13 08:03:41 +02:00
Benjamin Pasero d48076b2a5 update distro 2019-06-13 07:33:19 +02:00
Peng Lyu d04b5d2eb1 remove duplicated keyboard dispatch registration. 2019-06-12 20:23:23 -07:00
Daniel Imms 246a1f52ed Not lack of Windows support for inheritEnv 2019-06-12 19:28:29 -07:00
Peng Lyu 0f5335bf56 Merge pull request #75370 from microsoft/rebornix/browerkeybinding
browser keybinding service
2019-06-12 19:21:06 -07:00
Peng Lyu e65924c20d Merge remote-tracking branch 'upstream/master' into rebornix/browerkeybinding 2019-06-12 19:19:02 -07:00
Daniel Imms 1988f12757 Clarify issue in comment 2019-06-12 18:15:08 -07:00
Daniel Imms 78dfd041de Get mac launching with mostly root env
Part of #70248
2019-06-12 18:07:44 -07:00
SteVen Batten ce84b4afab remove equal sign params from web scripts 2019-06-12 17:57:37 -07:00
SteVen Batten 224399eadc update distro 2019-06-12 17:56:54 -07:00
Daniel Imms fa40719524 Typos 2019-06-12 17:06:27 -07:00
Matt Bierner 2ad085b5bd Merge pull request #75357 from Olovan/fix_35245
Fix for issue #35245
2019-06-12 16:56:13 -07:00
Daniel Imms 946f59f527 Merge pull request #75376 from microsoft/tyriar/clean_term_env
Allow terminal to be launched with a clean environment on Mac and Linux
2019-06-12 16:47:45 -07:00
Daniel Imms f6fbe76465 Add docs 2019-06-12 16:41:46 -07:00
Daniel Imms bc2758f766 Fix tests 2019-06-12 16:39:31 -07:00
Daniel Imms 941b5ac526 Make parts of terminal process launching async 2019-06-12 16:38:26 -07:00
Daniel Imms e3609a9576 Hook up new method 2019-06-12 16:35:29 -07:00
Daniel Imms 86aa7aef36 Allow terminals to launch using clean env on Mac and Linux
Fixes #70248
2019-06-12 16:29:02 -07:00
Matt Bierner ba9266d1da isNonEmptyArray should return readonly arrays for readonly array input 2019-06-12 16:04:20 -07:00
Peng Lyu e26d5ac79f browser keybinding service 2019-06-12 15:07:01 -07:00
Matt Bierner a6a376e933 Merge pull request #75092 from microsoft/dev/mjbvz/readonly-diagnostics-api
Use readonly arrays for the vscode.DiagnosticCollection api
2019-06-12 14:46:17 -07:00
Matt Bierner c244a40e5a Use MutableDisposable for managing listeners 2019-06-12 14:41:27 -07:00
Matt Bierner e6f9ffe8f3 Extend disposable
This helps with lifecycle tracking
2019-06-12 14:41:27 -07:00
Matt Bierner 4f59729b87 Use DisposableStore in extensionEditor 2019-06-12 14:41:27 -07:00
Matt Bierner ac364bb726 Also track disposables created from toDisposable and combinedDisposable 2019-06-12 14:41:26 -07:00
Matt Bierner 89d258cd28 Use MutableDisposable for parameterHintsWidget 2019-06-12 14:41:26 -07:00
Matt Bierner b6919c804c MarkdownRenderer is disposable
It registers an emitter so it should be disposed of
2019-06-12 14:41:26 -07:00
Sandeep Somavarapu 33ba72fef9 Fix #75343 2019-06-12 20:49:56 +02:00
Micah Smith 01f7276b7e Fix for issue #35245 2019-06-12 14:30:54 -04:00