Commit Graph

68294 Commits

Author SHA1 Message Date
Johannes Rieken
5cb5e32a4e dont recommend extension needing proposed API 2020-07-10 08:45:45 +02:00
Johannes Rieken
25107dd75d update distro 2020-07-10 08:07:20 +02:00
Eric Amodio
561f5b6d26 Remove eslint disable -- #101978 2020-07-09 22:47:42 -04:00
Rob Lourens
ae34596ac2 Remember editor focus when arrowing between code cells
Fix #102049
2020-07-09 17:23:08 -07:00
rebornix
6c67fecb32 💂 test for join cells. 2020-07-09 16:54:54 -07:00
rebornix
9df3fcdfa3 use ref when dealing with cell text model. 2020-07-09 16:48:41 -07:00
rebornix
7223877c72 💄 2020-07-09 16:38:58 -07:00
rebornix
c2e6ca6233 fix #102019. 2020-07-09 16:27:39 -07:00
rebornix
2d5148e734 fix #101602. Select text in find input when opening the find widget 2020-07-09 16:23:20 -07:00
rebornix
fcfb0dd32e notebookCellListFocus 2020-07-09 16:09:24 -07:00
Rob Lourens
79fa27d2bd Fix bad cell layout after "toggle word wrap"
Fix #101940
2020-07-09 15:57:19 -07:00
SteVen Batten
182db07de2 fixes #95418
activitybar treated as unit for kb nav
2020-07-09 12:08:04 -07:00
Aditya Thakral
124cb3e036 Add navigation role to settings-toc-wrapper (#101966) 2020-07-09 14:00:22 -04:00
rebornix
dab68ed885 add options support in notebook find widget. 2020-07-09 10:59:48 -07:00
rebornix
92b250837a %s/override/overwrite 2020-07-09 10:59:48 -07:00
rebornix
3ace022957 fix #101937. update theme colors when theme switches. 2020-07-09 10:59:48 -07:00
Robo
9a220aa3b3 feat: enable sandbox for proxy auth window (#100907)
* feat: enable sandbox for proxy auth window

* webContents.send uses structured clone algorithm

* mv electron-browser/auth.* => electron-sandbox
2020-07-09 09:27:31 -07:00
Matt Bierner
a1967ddf13 Remove eslint disable
For #101978
2020-07-09 09:25:47 -07:00
Martin Aeschlimann
9b1773e013 emmet serverless 2020-07-09 17:23:16 +02:00
Martin Aeschlimann
33b51eb210 scope inspector: semantic color rules from settings not correctly shown 2020-07-09 17:23:16 +02:00
Benjamin Pasero
7d8d31a348 debt - a few more action2 usages 2020-07-09 16:36:30 +02:00
Johannes Rieken
8f19ff42af extract extHost.common.services and have node- and worker-services for specifics 2020-07-09 15:29:59 +02:00
Daniel Imms
e9bb126adf Remove eslint disable rule from terminal
Part of #101978
2020-07-09 06:18:13 -07:00
Daniel Imms
9e21a4e821 Merge pull request #100445 from gjsjohnmurray/fix-100437
fix #100437 Improve 'terminal.integrated.commandsToSkipShell' info
2020-07-09 05:29:48 -07:00
Benjamin Pasero
b6a40fd718 web - remove deprecated command property for home indicator 2020-07-09 13:14:28 +02:00
Benjamin Pasero
3db1eb518a debt - adopt action2 for help actions 2020-07-09 13:03:32 +02:00
Johannes Rieken
43184b2bed add storageUri and globalStorageUri to ExtensionContext, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:03 +02:00
Johannes Rieken
a8a4e3760b add workspaceStorageHome and use that in extHostStoragePaths, remove appSettingsHome, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:02 +02:00
Johannes Rieken
089e7a5956 send globalStorageHome to webWorkerHost, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:02 +02:00
Johannes Rieken
277b222584 add ExtensionContext#logUri, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:02 +02:00
Johannes Rieken
b36c0e1906 move globalStorageHome, workspaceStorageHome to shared env-service, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:02 +02:00
Sandeep Somavarapu
793c1b28cb #100346 Use resource previews and remove conflict type 2020-07-09 12:37:44 +02:00
Alex Dima
802572340b Fixes #101956 2020-07-09 12:35:58 +02:00
gjsjohnmurray
462fa7ecae Improve markdownDescription after PR feedback 2020-07-09 11:32:52 +01:00
Benjamin Pasero
a6eccc39f8 debt - adopt action2 for developer actions 2020-07-09 11:38:03 +02:00
Andre Weinand
673e35d278 new proposed API stopDebugging; see #101883 2020-07-09 10:49:22 +02:00
Johannes Rieken
5de084ce73 fix compilo 2020-07-09 10:27:21 +02:00
Johannes Rieken
7f11681228 add ellapsedRenderer to measure the time it took inside the renderer to create the workbench, https://github.com/microsoft/vscode/issues/101850 2020-07-09 10:26:31 +02:00
Benjamin Pasero
73d89afbdc diag - add a cli arg to open devtools when window opens 2020-07-09 10:25:31 +02:00
Johannes Rieken
fffa94d820 let timer service report perf telemetry, https://github.com/microsoft/vscode/issues/101850 2020-07-09 10:18:01 +02:00
Alex Ross
212209316b Use defaultUri scheme for window scheme
Fixes microsoft/vscode-internalbacklog#1179
2020-07-09 10:13:48 +02:00
Johannes Rieken
11ab91e37b rename (internal) _Uri to CachingUri
https://github.com/microsoft/vscode/issues/101978
2020-07-09 09:59:42 +02:00
Johannes Rieken
e683ace9e5 add disabled test for https://github.com/microsoft/vscode/issues/101870 2020-07-09 08:35:24 +02:00
Johannes Rieken
d34d2037b4 don't ignore first select event, https://github.com/microsoft/vscode/issues/101941 2020-07-09 08:02:01 +02:00
Sandeep Somavarapu
1fbfe227aa add tests 2020-07-09 07:24:22 +02:00
Sandeep Somavarapu
539d7b5ced #101504 reset sync status when getting last sync or remote state fails 2020-07-09 07:15:15 +02:00
Matt Bierner
ce6f628243 Use registerAction2 2020-07-08 19:41:38 -07:00
rebornix
5eb91c7c40 recommend to use vscode.workspace.fs for notebook content provider. 2020-07-08 17:30:15 -07:00
Matt Bierner
f37faf6c84 Fix double paste in webvies
Fixes #101946

This is a more scoped fix for #101946. It disable the VS Code triggered events (undo, copy, paste, ...) for webviews if you are on a platform that uses custom title bars
2020-07-08 16:34:00 -07:00
rebornix
ecd1c92cc7 prompt to revert/override if notebook file on disk is newer 2020-07-08 16:14:40 -07:00