Commit graph

68236 commits

Author SHA1 Message Date
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
João Moreno
8c8db45d5a fix i18n 2020-07-08 16:17:14 +02:00
Sandeep Somavarapu
d3c2d77de2 Fix #101924 2020-07-08 14:39:16 +02:00
Alex Ross
a11ef2fbba Improve problem matcher json error message
Fixes #101475
2020-07-08 13:58:12 +02:00
Alex Ross
42764922e9 Add daemon build kill tasks 2020-07-08 13:53:39 +02:00
Alex Ross
fda4c35b27 Make open and save dialog options optional
Fixes #101426
2020-07-08 13:46:10 +02:00
Alex Ross
15c5d143b0 Don't use max number in problem matcher
Fixes #80288
2020-07-08 13:38:21 +02:00
Johannes Rieken
3867a800ec undo double end-mark 2020-07-08 13:29:10 +02:00
Johannes Rieken
bc1c421381 better end perf mark, tweak start marks, https://github.com/microsoft/vscode/issues/101850 2020-07-08 13:27:31 +02:00
Benjamin Pasero
7cc51228a9 perf - mark didLoadWorkbenchMain in web too
//cc @jrieken
2020-07-08 13:26:04 +02:00
Benjamin Pasero
d3c4b4b4a0 Encodings: do not load iconv-lite if file is UTF-8 (fix #101916) 2020-07-08 13:15:35 +02:00
Sandeep Somavarapu
79d85e4076 support extension packs in exe recommendations 2020-07-08 12:46:40 +02:00
Johannes Rieken
855f75e0da enable loader stats for web-workbench, https://github.com/microsoft/vscode/issues/101850 2020-07-08 12:12:19 +02:00
Benjamin Pasero
843eb10480 encoding - add commented out failing test for #101856 2020-07-08 12:03:33 +02:00
Benjamin Pasero
c8146b02c8 🆙 distro 2020-07-08 11:53:20 +02:00
Sandeep Somavarapu
f4f6c53dc1 update distro 2020-07-08 11:46:22 +02:00
Sandeep Somavarapu
2c83281cba update distro 2020-07-08 11:42:46 +02:00
Sandeep Somavarapu
be48f1d5e8 Fix #101903 2020-07-08 11:41:54 +02:00
Johannes Rieken
834923661f make perf util loadable from web, https://github.com/microsoft/vscode/issues/101850 2020-07-08 11:39:09 +02:00
Johannes Rieken
295923e19d better name for global, simpler util for workbench.js, https://github.com/microsoft/vscode/issues/101850 2020-07-08 11:39:09 +02:00
João Moreno
003a3678c8 fixes #96380 2020-07-08 10:26:11 +02:00
Alex Ross
00ebd1d85f Ensure tasks are resolved when run from extension host
Related to #101884
2020-07-08 10:17:13 +02:00
Sandeep Somavarapu
bc110dba96 debt: remove usages of deprecated startsWith util 2020-07-08 09:30:46 +02:00
Sandeep Somavarapu
bba19cf7b9 fix #99664 - remove the unused deprecated utils 2020-07-08 09:26:54 +02:00
Sandeep Somavarapu
0f91e23e25 #99664 Remove last usages of keys and values @rebornix @roblourens FYI 2020-07-08 09:24:17 +02:00
Sandeep Somavarapu
c0319801f2 #99664 remove usage of deprecated keys util 2020-07-08 09:18:33 +02:00
Sandeep Somavarapu
648e55967f #99664 do not use deprecated values util 2020-07-08 09:10:14 +02:00
Sandeep Somavarapu
ef0366a74f use values iterator 2020-07-08 07:44:57 +02:00
Rob Lourens
8b1be080a3 💄 #101622 2020-07-07 17:50:17 -07:00
Rob Lourens
9504dda6a7 Don't steal focus when restoring notebook editor state
Fix #101622
2020-07-07 17:48:44 -07:00
Matt Bierner
46c2494cb0
Enable ts tests on ./test-integration.sh (#101826)
* Enable ts tests on ./test-integration.sh

* Fix join lines for windows

* Fixing more tests for windows

Make sure we use the correct new line character

* Update test-ingration scripts
2020-07-07 17:38:03 -07:00
Rob Lourens
b9a0407103 EditorTitle notebook actions should be based on when the editor is visible, not when it's focused.
This method only works because the editortitle actions are not visible when that editor is not active. Otherwise we'd need a new context key.
Fix #101624
2020-07-07 16:52:54 -07:00
SteVen Batten
6dc0327c9a fixes #63959 2020-07-07 15:57:54 -07:00
NotWearingPants
734b85697d
disposed webviews might be revivable (#100979) 2020-07-07 15:02:44 -07:00
Rob Lourens
bf07850f05 Bump vscode-ripgrep, fix #96521 2020-07-07 14:42:59 -07:00
Alex Dima
bb95f3aa40
Adopt loader's amdModulesPattern option 2020-07-07 23:30:27 +02:00
Alex Dima
bf2299cda1
Update to latest loader 2020-07-07 23:06:41 +02:00
Matt Bierner
a877e0528e Remove special grammar rules for console in js/ts
Fixes #101802

These can be better handled by semantic highlighting
2020-07-07 13:24:23 -07:00
Connor Peet
7b4c5f61c6
debug: update table visualizer version 2020-07-07 12:19:26 -07:00
SteVen Batten
9e8c1e7994 remove legacy layout migration 2020-07-07 11:30:20 -07:00