Commit Graph

65783 Commits

Author SHA1 Message Date
rebornix
c120c15055 Fix postmessage on notebook editor. 2020-05-13 13:58:21 -07:00
SteVen Batten
2fe254ffb2 viewDescriptorService model cleanup
fixes #96791
2020-05-13 12:55:56 -07:00
rebornix
118da97dc8 Re #96433 2020-05-13 12:53:03 -07:00
rebornix
03acd2250a Fix #96433 2020-05-13 12:47:39 -07:00
Rob Lourens
e2785c3297 Make vscode own cell execution duration 2020-05-13 14:14:15 -05:00
rebornix
a15661000f adopt notebook kernel 2020-05-13 11:31:06 -07:00
rebornix
e1d8f5155c Fix #97498. Fallback to default value for translate3d 2020-05-13 10:36:02 -07:00
Rob Lourens
d44de51212 Fix notebook service definition 2020-05-13 11:55:15 -05:00
Rachel Macfarlane
9559d186d4 Rename vscode-account extension to microsoft-authentication 2020-05-13 09:41:42 -07:00
isidor
969159eaa2 debug: show all automatic debug configurations
#95863
2020-05-13 18:35:57 +02:00
Rob Lourens
eeac47cd7b Fix, execute notebook in extension by passing 'undefined' 2020-05-13 11:29:01 -05:00
Johannes Rieken
691e13b5b5 add //#sourceUrl comment so that debugging worker extensions becomes easier 2020-05-13 18:18:43 +02:00
Johannes Rieken
dc950c0080 fix vscode.appRoot for worker 2020-05-13 18:18:43 +02:00
SteVen Batten
7e09c4af2e Revert "fixes #96791"
This reverts commit f397e4559a.
2020-05-13 08:55:38 -07:00
Ladislau Szomoru
ab390f75b8 Fixed regression with views dnd (#97721) 2020-05-13 17:49:33 +02:00
rebornix
f027dd6fae Re microsoft/vscode-github-issue-notebooks#26. test for regression. 2020-05-13 08:44:51 -07:00
Johannes Rieken
a89fc0912f only show toc outline for notebooks, focus editor for code cells, https://github.com/microsoft/vscode/issues/95234 2020-05-13 17:41:43 +02:00
Johannes Rieken
03457b65c2 undo active editor change for note editor widget 2020-05-13 17:41:43 +02:00
isidor
89af837d93 debug welcome: show automatic welcome view
#95863
2020-05-13 17:39:33 +02:00
rebornix
d3c97cd998 Fix microsoft/vscode-github-issue-notebooks#26. 2020-05-13 08:39:16 -07:00
Martin Aeschlimann
1f8db3068d Cannot turn off selected text color change in High Contrast Theme. Fixes #97706 2020-05-13 17:28:10 +02:00
isidor
8f7eecc243 Show quickpick when selecting dynamic debug configuration container
fixes #96778
fixes #96293
2020-05-13 17:10:52 +02:00
Johannes Rieken
124a368eea don't change/invent path when comparing uris, https://github.com/microsoft/vscode/issues/93368 2020-05-13 16:40:34 +02:00
Benjamin Pasero
1e6b94d744 💄 save as extension name if unknown 2020-05-13 16:32:24 +02:00
SteVen Batten
eadda6b04e qfix method scope 2020-05-13 07:22:19 -07:00
Johannes Rieken
69fe7c04f8 isEqual, isEqualOrParent, and getComparisonKey use fragment by default, https://github.com/microsoft/vscode/issues/93368 2020-05-13 16:10:45 +02:00
Alex Ross
3da22e920b Add path to LogOptions (#97693)
Part of microsoft/vscode-pull-request-github#1781
2020-05-13 16:04:28 +02:00
Alex Dima
640b3d10fe Reduce API surface of ICursors and of CursorContext 2020-05-13 15:59:25 +02:00
Alex Dima
e7c7de731b Split the implementation of move to simpleMove and viewportMove 2020-05-13 15:59:25 +02:00
Alex Dima
df258044fc Reduce the surface size of IReducedViewModel 2020-05-13 15:59:25 +02:00
Alex Dima
92f642718d The source can be null or undefined 2020-05-13 15:59:24 +02:00
Alex Dima
fc40df483d Small tweaks 2020-05-13 15:59:24 +02:00
isidor
a06c753e0b explorer: polish focusNoScroll 2020-05-13 15:51:24 +02:00
Isidor Nikolic
67bc3d78bb Merge pull request #96890 from phuein/master
Dont scroll to revealed files option.
2020-05-13 15:44:42 +02:00
Benjamin Pasero
77b5058284 web - change homeindicator to href instead of command 2020-05-13 13:44:50 +02:00
Benjamin Pasero
63b766f335 build - better verify notarized build starts 2020-05-13 12:58:42 +02:00
Johannes Rieken
3c220f2368 fix https://github.com/microsoft/vscode/issues/97659 2020-05-13 12:39:18 +02:00
Johannes Rieken
4f8fc6ef85 trust strict null checks 2020-05-13 12:39:18 +02:00
isidor
ecf39a0453 repl: introduce .monaco-workbench selector and remove unused css
#97695
2020-05-13 12:36:25 +02:00
isidor
1de3cce95e debug: update pin action to be called configure
fixes #95836
2020-05-13 12:29:57 +02:00
isidor
7edfb1d419 Add pinning support for dynamic launch configurations
#95836
2020-05-13 12:29:57 +02:00
Martin Aeschlimann
74408bac89 guide users of the Auto Rename Tag extension to the new editor.renameOnType setting. Fixes #97700 2020-05-13 12:29:38 +02:00
Sandeep Somavarapu
1b9cd97c08 Fix #97445 2020-05-13 12:25:09 +02:00
Johannes Rieken
73d41cd36f add trace logging for resolving extra edits lazy, https://github.com/microsoft/vscode/issues/96779 2020-05-13 12:19:39 +02:00
Johannes Rieken
c4f02d6a64 also keep scroll state stable when additional edits come in late, https://github.com/microsoft/vscode/issues/94173 2020-05-13 12:11:37 +02:00
Johannes Rieken
6298d2f0d0 💄 use action2 2020-05-13 12:08:07 +02:00
Alex Ross
8777660a51 Right trim in simple file dialog
Fixes #95760
2020-05-13 11:52:39 +02:00
Sandeep Somavarapu
7c8e4d5f29 Fix #97240 2020-05-13 11:42:19 +02:00
Benjamin Pasero
0db2e7c70d explorer - fixes for upload folder from web 2020-05-13 11:33:47 +02:00
Isidor Nikolic
3a289949cd Merge pull request #97321 from jeanp413/fix-96567
Add option to create launch config in workspace file
2020-05-13 11:25:53 +02:00