Commit graph

74336 commits

Author SHA1 Message Date
Alexandru Dima
1cada18542
Share webpack related node modules (#112718) 2020-12-17 11:16:03 +01:00
isidor
83c47f90d0 debug: move Debug Console action to the ... menu 2020-12-17 10:53:20 +01:00
Sandeep Somavarapu
adf764617e remove unused keybinding id 2020-12-17 10:34:00 +01:00
Sandeep Somavarapu
e3612f789b Use registerAction2 in markers view 2020-12-17 10:29:27 +01:00
Alexandru Dima
bb157721fb
/build/ and /test/ should only have devDependencies 2020-12-17 10:27:39 +01:00
Johannes Rieken
0929ea86cd don't suppress preview when handling onWill-events anymore, https://github.com/microsoft/vscode/issues/111878 2020-12-17 10:18:23 +01:00
Johannes Rieken
a7fbcc27b7
Merge pull request #111222 from microsoft/joh/tabDecorations
add file decorations to editor titles (tab and no tab)
2020-12-17 09:11:25 +01:00
Johannes Rieken
a09cbd1b11 timer mark sources must not be unique, fixes https://github.com/microsoft/vscode/issues/112708 2020-12-17 09:10:39 +01:00
João Moreno
834488bd7a merge last stages into Publish 2020-12-17 08:55:09 +01:00
João Moreno
c757f9c70a merge macos jobs into same stage 2020-12-17 08:51:55 +01:00
João Moreno
c8aaeb7513 Revert "Merge branch 'joao/build/compile-artifact'"
This reverts commit 847fd19b02, reversing
changes made to 581ae611c2.
2020-12-17 08:45:15 +01:00
João Moreno
6d683afb84 build: compile smoke tests 2020-12-17 08:41:30 +01:00
Benjamin Pasero
2445f69894 fix hygiene 2020-12-17 08:30:59 +01:00
myovan
7aee2c7d45
Fixed issue -filtering by extension in Change Language Mode (#112435)
* Fixed issue -filtering by extension in Change Language Mode

* Removed unnecessary metaHighlights from quickInputList

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-12-17 08:01:46 +01:00
Connor Peet
d8a7c31aba
testing: structural and perf improvements 2020-12-16 17:13:36 -08:00
Connor Peet
cf94178b89
testing: improved test explorer, cancellation 2020-12-16 17:13:35 -08:00
Connor Peet
201112e994
testing: continued work on test explorer 2020-12-16 17:13:34 -08:00
Matt Bierner
d6e8feb774 Check in additional file for uri opener api change 2020-12-16 15:46:54 -08:00
Matt Bierner
1377087483 Ignore case while checking pressed keys in webview
Fixes #112322

For some reason, when capslock is press, electorn on Windows uses uppercase `.key` for `ctrl+c` while mac uses a lowercase `.key` for `cmd+c`
2020-12-16 15:33:57 -08:00
Matt Bierner
ecd2325f86 Escape backslashes in keybindings for release notes
Fixes #112343
2020-12-16 15:33:57 -08:00
Matt Bierner
423076ab49 Pass schemes to main thread 2020-12-16 15:32:08 -08:00
Raymond Zhao
a28b7022e0 Emmet fix edit point commands #112691 2020-12-16 23:27:07 +00:00
meganrogge
ae1077255c adjust test for removed process env key 2020-12-16 15:10:28 -08:00
meganrogge
1248ddadb8 fix #112683 2020-12-16 14:37:50 -08:00
Hanxiao Liu
bd38c65afc
Add workspace tagging for java (#111303) 2020-12-16 16:53:42 -05:00
João Moreno
847fd19b02 Merge branch 'joao/build/compile-artifact' 2020-12-16 21:52:05 +01:00
João Moreno
bd131b8578 dynamic .artifactignore 2020-12-16 20:51:27 +01:00
João Moreno
a8b4e9817f finish compile artifact 2020-12-16 20:37:52 +01:00
isidor
581ae611c2 debug: watch expression use menus
#112551
2020-12-16 20:01:39 +01:00
Raymond Zhao
483bd40550
Update several Emmet commands (#112597)
For match tag, update tag, and balance in/out, we now have the following:

- vscode-html-languageservice parse is being used to speed up file parse times
- Balance balance-in after balance-out behaviour is now more consistent
- These commands now work in markup files with unclosed tags
- Implemented a cache for these commands to prevent multiple document parses on the same version of the document
2020-12-16 10:20:57 -08:00
Jackson Kearl
2156931d38 Better side scrolling 2020-12-16 10:16:10 -08:00
isidor
9474102e7b debug: more transition to commands, get rid of StartAction 2020-12-16 18:17:31 +01:00
Tyler James Leonhardt
bffa404548
Have TentativeBoundary trigger rollback (#112510)
* have TentativeBoundary trigger rollback

* add test

* simplify test

* add additional test
2020-12-16 09:01:06 -08:00
Rachel Macfarlane
9f27d99af0 Update isVSO check with new remote authority 2020-12-16 08:50:27 -08:00
Johannes Rieken
af7edd782e move progress and cancellation of file operation participants into its only customer so that progress stop when applying a workspace edit and showing its preview 2020-12-16 17:46:32 +01:00
isidor
cee8cbd9f2 fix cyclic dependency 2020-12-16 17:11:21 +01:00
Johannes Rieken
b8ddffe7b4 rename setting 2020-12-16 17:03:37 +01:00
Alex Ross
fc6bf56844 Fix executeTask for composite tasks
Fixes #112545
2020-12-16 17:02:19 +01:00
Johannes Rieken
e5e25a027e
Update src/vs/workbench/browser/parts/editor/media/titlecontrol.css
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-12-16 16:56:39 +01:00
Johannes Rieken
c78bc56460 update references viewlet 2020-12-16 16:55:24 +01:00
Alex Ross
3776ba6be2 Fix activity badge on ports view not going away 2020-12-16 16:36:47 +01:00
João Moreno
7d0d3835e6
cleanup hygien 2020-12-16 16:33:03 +01:00
João Moreno
fb2a5e18bb
fix build 2020-12-16 16:31:54 +01:00
João Moreno
df0eda5adb
build 2020-12-16 16:25:38 +01:00
isidor
24a98f0644 debug viewlet: use registerAction2 and restructure the whole debug toolbar
#92038
2020-12-16 16:25:05 +01:00
isidor
cda701edbd debug: move colors to debugColors.ts from debugToolBar 2020-12-16 16:25:05 +01:00
João Moreno
d14fb9da0f
fix build 2020-12-16 16:23:12 +01:00
João Moreno
6236a5bf8b
compile: use artifacts instead of cache 2020-12-16 16:19:36 +01:00
Johannes Rieken
ad362089be add proposal of CancellationError, https://github.com/microsoft/vscode/issues/93686 2020-12-16 16:15:32 +01:00
Johannes Rieken
b4b8bcda47 tweak padding-right for decorations 2020-12-16 16:03:06 +01:00