74359 Commits

Author SHA1 Message Date
isidor
c78bd5bd78 createFile and createFolder only allow single operation until there are more use cases 2020-12-18 14:40:57 +01:00
isidor
9c30a0e98c null guard 2020-12-18 11:41:33 +01:00
isidor
780ae76760 workingCopyService: create and createFolder also use IOperation interfaces 2020-12-18 11:39:26 +01:00
isidor
5d6f7a65d3 Use IFileOperationUndoRedoInfo 2020-12-18 11:13:32 +01:00
isidor
434bbbde98 workingCopyService: take options alongside each argument 2020-12-17 20:01:00 +01:00
isidor
3697925e5b Use menuService across all views for context menus. Breakpoints.
fixes #112551
2020-12-17 16:39:37 +01:00
Johannes Rieken
a341f80066 fix https://github.com/microsoft/vscode/issues/112745 2020-12-17 16:20:25 +01:00
Johannes Rieken
d5d6096b65 tweak wording for participants https://github.com/microsoft/vscode/issues/111878 2020-12-17 16:13:23 +01:00
Johannes Rieken
5ff434d97f debt - use localized string for bisect title 2020-12-17 15:52:38 +01:00
Johannes Rieken
79d6bf6ca8 allow commands to specific a mnemonic title in additon to "normal" title 2020-12-17 15:44:40 +01:00
Johannes Rieken
6efbb251b5 debt - tool tip never has a non localized variant 2020-12-17 15:44:40 +01:00
Alex Ross
b34a71e227 Fix view order in remote explorer
Fixes #112200
2020-12-17 15:01:53 +01:00
Johannes Rieken
4fae21b64d don't show dialogs when running tests 2020-12-17 14:01:47 +01:00
João Moreno
0e68af7298
fixes #112603 2020-12-17 13:20:24 +01:00
João Moreno
5c386371d8
Merge branch 'joao/build/compile-artifact' 2020-12-17 13:14:58 +01:00
João Moreno
d981cf5b81
Revert "Revert "Merge branch 'joao/build/compile-artifact'""
This reverts commit c8aaeb75137b8ec057d2676a22f7273a7a6a34a2.
2020-12-17 13:14:52 +01:00
João Moreno
4996237313
fix tar 2020-12-17 12:40:59 +01:00
Benjamin Pasero
d07422ec30 rename workspace action for duplicate 2020-12-17 12:37:17 +01:00
João Moreno
b7aa0f7d40
fix template usage 2020-12-17 12:20:44 +01:00
Johannes Rieken
af42aa5bff show diaglog when extensions participate in file operations, have "don't show again" option and command to reset choice, add logging 2020-12-17 12:06:47 +01:00
Benjamin Pasero
3c4de451b4 ux - distinguish folders from workspaces when opening (#77718) 2020-12-17 11:56:41 +01:00
isidor
4f4ba92885 debug console: use menuService
#112551
2020-12-17 11:45:31 +01:00
João Moreno
29eb3fbc6a
build: tarball compilation output first 2020-12-17 11:31:05 +01:00
João Moreno
fd85ae4f4a
Avoid recompiling remote native node modules (#112644)
* avoid recompiling remote native node modules

fixes #112320

* fix build

* update cache

* empty

* chore: remove rebuild step

* chore: update salt

* product compile should use same CC CXX

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-12-17 02:16:32 -08: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 847fd19b0262e0beb848071258fbe8be4db35ca2, reversing
changes made to 581ae611c2baa670fa616f1640092c0cf0f0126f.
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