Commit Graph

68277 Commits

Author SHA1 Message Date
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
rebornix
e5ceb315da fix #99353. 2020-07-08 15:20:18 -07:00
Rob Lourens
ab497b9464 Remove notebook cell shadow 2020-07-08 14:58:42 -07:00
Rachel Macfarlane
5d465637b6 Fix #100948 2020-07-08 14:35:53 -07:00
Matt Bierner
e33f6ac218 Use latest typescript nightly for building VS Code 2020-07-08 14:35:21 -07:00
Rob Lourens
717deba6f5 Layout editor when switching markdown cell to edit mode the second time
For #101940
2020-07-08 12:30:23 -07:00
Matt Bierner
76471bdb74 Add slight delay to test
For #101922

I can't repo this locally but suspect it may be timing related
2020-07-08 11:43:48 -07:00
Matt Bierner
dee0511b58 Remove duplicated test 2020-07-08 11:43:48 -07:00
Rachel Macfarlane
0a30c7a64d Add GDPR comments for auth provider telemetry 2020-07-08 11:22:21 -07:00
Connor Peet
d6d6d681ce debug: don't rerequest scripts whenever a session label changes 2020-07-08 11:11:19 -07:00
Jackson Kearl
5fc4d714d7 Rework workbench.action.searchEditor.deleteResultBlock into search.searchEditor.action.deleteFileResults
closes #100859
2020-07-08 10:33:15 -07:00
Jackson Kearl
d417925ed3 Check for setInput cancellation
Fixes #100456
2020-07-08 10:03:19 -07:00
rebornix
4302a389e2 notebook cell decorations 2020-07-08 10:00:24 -07:00
Andre Weinand
e308dd3b36 add DebugSession.terminate; see #101883 2020-07-08 18:29:01 +02:00
Andre Weinand
af9af1ea05 fix documentation for DebugService.stopSession 2020-07-08 18:29:00 +02:00
Benjamin Pasero
0e96426609 🆙 iconv-lite-umd@0.6.8 (fix #101905) 2020-07-08 17:29:59 +02:00
Sandeep Somavarapu
8bd4644c55 show sync activity view by default 2020-07-08 17:22:26 +02:00
João Moreno
0ff864739b Merge branch 'joao/innosetup6' 2020-07-08 17:17:38 +02:00