Benjamin Pasero
|
0a5289e957
|
debt - declarative request service
|
2019-03-08 10:59:09 +01:00 |
|
Benjamin Pasero
|
4df729ad13
|
debt - declarative IExtensionGalleryService
|
2019-03-08 10:55:26 +01:00 |
|
Benjamin Pasero
|
2d4fcf14d6
|
debt - declarative IExtensionManagementService
|
2019-03-08 10:52:10 +01:00 |
|
isidor
|
f1cd45c3dc
|
fixes #70007
|
2019-03-08 10:39:52 +01:00 |
|
Joao Moreno
|
7ccfdd3a00
|
do not sanitize remote url
|
2019-03-08 10:15:28 +01:00 |
|
Joao Moreno
|
9fb1a067b6
|
Merge branch 'master', commit 'refs/pull/60640/head' of github.com:Microsoft/vscode into pr/60640
|
2019-03-08 10:07:10 +01:00 |
|
João Moreno
|
86ca253edf
|
Merge pull request #60573 from scottymcraig/FixGitSpacesIssue
Fixes Git Clone Problem with Spaces
|
2019-03-08 10:06:25 +01:00 |
|
Joao Moreno
|
597d8da84a
|
remove unused code
|
2019-03-08 10:00:35 +01:00 |
|
Joao Moreno
|
a488f9da9b
|
Merge commit 'refs/pull/69979/head' of github.com:Microsoft/vscode into pr/69979
|
2019-03-08 09:56:47 +01:00 |
|
Benjamin Pasero
|
3385ec7341
|
debt - declarative context view service
|
2019-03-08 08:28:57 +01:00 |
|
Benjamin Pasero
|
c4de96ce75
|
debt - declarative context menu service
|
2019-03-08 08:15:59 +01:00 |
|
Benjamin Pasero
|
9b849d9de7
|
debt - ensure services for parts are there
|
2019-03-08 07:42:40 +01:00 |
|
Timur Guzairov
|
15e3ec5533
|
Initialize viewletService in Workbench (#70010)
* Update workbench.ts
* Update workbench.ts
|
2019-03-08 07:38:36 +01:00 |
|
Peng Lyu
|
b263184273
|
Export Comment Thread
|
2019-03-07 16:34:09 -08:00 |
|
Rachel Macfarlane
|
ac94f41e3b
|
Strict null check keybindingEditing.ts
|
2019-03-07 16:14:03 -08:00 |
|
Peng Lyu
|
5390f0a899
|
Delayer for updating commenting ranges.
|
2019-03-07 16:11:12 -08:00 |
|
 Rob LourensandDaniel Imms
|
753187d9c4
|
Fix #69972 - use fsPath for untitled schema files
Co-authored-by: Daniel Imms <daimms@microsoft.com>
|
2019-03-07 15:36:41 -08:00 |
|
Rob Lourens
|
d880744019
|
Add test for #69972
|
2019-03-07 15:36:23 -08:00 |
|
isidor
|
7333aa8aee
|
strict null checks: debugViewlet
|
2019-03-07 23:32:07 +01:00 |
|
isidor
|
31e7dc1722
|
strict null checks: debugToolbar
|
2019-03-07 23:32:07 +01:00 |
|
isidor
|
1592c3bcb6
|
strict null checks: debug quick open
|
2019-03-07 23:32:07 +01:00 |
|
isidor
|
6f946ab8d2
|
strcit null checks: debugEditorModelManager
|
2019-03-07 23:32:07 +01:00 |
|
Matt Bierner
|
0046a33fbf
|
Fix fall error logging for setLevel
Switch case should not fall through here since we do handle the change properly
Fixes #69990
|
2019-03-07 14:04:48 -08:00 |
|
isidor
|
5c191f3683
|
strictNullChecks: debugEditorActions
|
2019-03-07 22:25:36 +01:00 |
|
Daniel Imms
|
0d9f226bfe
|
Merge pull request #66819 from GabeDeBacker/user/gabrield/extensionCallbackAsTask
User/gabrield/extension callback as task
|
2019-03-07 13:00:44 -08:00 |
|
Rob Lourens
|
63773d5103
|
node2@1.32.0
|
2019-03-07 19:42:29 +00:00 |
|
Peng Lyu
|
8c5fe7e0db
|
Disable default accept input command when comment textarea is empty.
|
2019-03-07 11:40:44 -08:00 |
|
Peng Lyu
|
75e711f8a6
|
seperate acceptInputCommand and additional commands.
|
2019-03-07 11:34:43 -08:00 |
|
Rob Lourens
|
c75557a01f
|
Comment out failing tests
|
2019-03-07 19:14:23 +00:00 |
|
Matt Bierner
|
0e78411815
|
Fix strict null errors
|
2019-03-07 10:51:19 -08:00 |
|
Peng Lyu
|
87b337a8ad
|
Use unique uuid for comment controller.
|
2019-03-07 10:29:11 -08:00 |
|
Peng Lyu
|
c2ff129097
|
Update Comment Thread label.
|
2019-03-07 10:29:11 -08:00 |
|
Rachel Macfarlane
|
72a18e636b
|
Add keybinding to show comment widget, make submitting comments a configurable keybinding
|
2019-03-07 10:08:56 -08:00 |
|
Johannes Rieken
|
2a5cb0d30a
|
fix typo #68557
|
2019-03-07 18:20:47 +01:00 |
|
Daniel Imms
|
286a61bd05
|
Clean up some comments/names
|
2019-03-07 09:19:16 -08:00 |
|
Johannes Rieken
|
cd4c79975a
|
add setting editor.suggest.filteredTypes, #45039
|
2019-03-07 17:59:15 +01:00 |
|
Johannes Rieken
|
1cb20c7d79
|
more option rename...
|
2019-03-07 17:59:15 +01:00 |
|
Andre Weinand
|
00ead383df
|
use async version of fs.exists; fixes #69860
|
2019-03-07 17:58:42 +01:00 |
|
Benjamin Pasero
|
68842a0c3e
|
debt - declarative extension & extension enablement service
|
2019-03-07 17:28:16 +01:00 |
|
Benjamin Pasero
|
3bc9424abf
|
debt - more declarative services
Untitled, Mode, Text Resource Properties, Commands, Theme
|
2019-03-07 17:23:33 +01:00 |
|
Benjamin Pasero
|
76b5214ef1
|
debt - all workbench parts are now declarative
|
2019-03-07 17:08:42 +01:00 |
|
Benjamin Pasero
|
d9ed5aac45
|
debt - declarative keybinding service
|
2019-03-07 17:00:58 +01:00 |
|
Sandeep Somavarapu
|
5103a2f61e
|
Fix #69495
|
2019-03-07 17:00:35 +01:00 |
|
Benjamin Pasero
|
a147afbae4
|
debt - declarative viewlet service
|
2019-03-07 16:54:57 +01:00 |
|
Benjamin Pasero
|
667868b5ec
|
debt - declarative panel service
|
2019-03-07 16:50:01 +01:00 |
|
Benjamin Pasero
|
7eae6fed8f
|
debt - declarative views service
|
2019-03-07 16:40:02 +01:00 |
|
Joao Moreno
|
0424ae8f48
|
Merge remote-tracking branch 'origin/master'
|
2019-03-07 16:25:54 +01:00 |
|
Joao Moreno
|
721e3cf669
|
Merge branch 'joao/scm-views'
fixes #49054
|
2019-03-07 16:24:15 +01:00 |
|
Johannes Rieken
|
f15e1b7d23
|
the ids of extensions clashing, #41882
|
2019-03-07 16:23:22 +01:00 |
|
Joao Moreno
|
ae185fc6ce
|
fix order for default scm views
|
2019-03-07 16:20:59 +01:00 |
|