Commit Graph
74372 Commits
Author SHA1 Message Date
Alexandru Dima 3551968d69 update distro 2020-12-17 18:45:22 +01:00
Alexandru Dima 2b25e675eb Merge pull request #112722 from microsoft/alex/node-modules-webpack
Share webpack related node modules
2020-12-17 18:41:39 +01:00
Martin Aeschlimann 6112cc76f7 Move asClassNameArray/asClassName/asCSSSelector to CSSIcon 2020-12-17 17:47:17 +01:00
Martin Aeschlimann 03a3e11415 No more spinning of loading progress. Fixes #112711 2020-12-17 17:47:17 +01:00
Alexandru Dima e42440bd35 Merge remote-tracking branch 'origin/master' into alex/node-modules-webpack 2020-12-17 17:35:21 +01:00
Alexandru Dima 3072f2dd5c Merge pull request #112719 from microsoft/alex/node-modules-mocha
Share mocha related node modules
2020-12-17 17:32:48 +01:00
Johannes Rieken fba51d8422 💄 async-await 2020-12-17 17:21:59 +01:00
Johannes Rieken ebb94b4795 remove unused code 2020-12-17 17:21:59 +01:00
Connor Peet 65e1707d19 format js/ts on save 2020-12-17 08:13:35 -08: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
Alexandru Dima cbc47b1d7b Do not share terser 2020-12-17 14:38:44 +01:00
Alexandru Dima 14440356e5 Merge remote-tracking branch 'origin/master' into alex/node-modules-mocha 2020-12-17 14:13:34 +01:00
Alexandru Dima 438feb87d5 Merge remote-tracking branch 'origin/master' into alex/node-modules-webpack 2020-12-17 14:13:14 +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 c8aaeb7513.
2020-12-17 13:14:52 +01:00
Alexandru Dima 804c90cc49 Adopt more breaking changes from copy-webpack-plugin 2020-12-17 13:05:14 +01:00
Alexandru Dima 77f4fb4995 Do not upgrade mocha 2020-12-17 13:01:07 +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
Alexandru Dima 2aa92c6e83 Adopt copy-webpack-plugin breaking change 2020-12-17 12:01:07 +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
Alexandru Dima 6de06bc8c8 update distro 2020-12-17 11:25:54 +01:00
João Morenoanddeepak1556 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
Alexandru Dima 1cada18542 Share webpack related node modules (#112718) 2020-12-17 11:16:03 +01:00
Alexandru Dima ed19f6082f Share mocha related node modules (#112718) 2020-12-17 11:03:49 +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
myovanandBenjamin Pasero 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