Commit Graph

73092 Commits

Author SHA1 Message Date
Rob Lourens fb6a2a3258 Bump vscode-ripgrep
Now has pcre2 in arm linux build
2020-11-17 11:18:58 -08:00
Robo 82b485f805 chore: bump keytar@7.1.0 (#110815) 2020-11-17 10:35:15 -08:00
Alex Ross 8edc150fe7 Try resolving URIs immediately from the tunnelFactory
Part of https://github.com/microsoft/vscode-remote-release/issues/4012
2020-11-17 18:35:01 +01:00
Andre Weinand 05606c1e09 reuse terminals only for unchanged config; fixes #81345 2020-11-17 18:19:48 +01:00
rebornix 87050c7fb5 re #109967. 2020-11-17 08:38:18 -08:00
Benjamin Pasero 0593b3eb54 Backup location can change in same session (fix #109019) 2020-11-17 16:57:12 +01:00
Sandeep Somavarapu d3057c54c8 remove console.time 2020-11-17 16:21:33 +01:00
Sandeep Somavarapu 7bf226cf50 add console log service to cli 2020-11-17 16:07:48 +01:00
Sandeep Somavarapu cd3caa2d7d provide a promise to wait until initialization is finished 2020-11-17 15:18:47 +01:00
Alexandru Dima 221b8289c4 Merge pull request #110792 from microsoft/alex/native-keymap
Move usage of `native-keymap` to the main process
2020-11-17 14:35:28 +01:00
Alex Dima 8c93891a4d Minor renames 2020-11-17 14:34:25 +01:00
Alex Dima ee4071ccbe Simplify handling of diffEditor.codeLens 2020-11-17 13:52:49 +01:00
Benjamin Pasero f405a3dcde editors - stop trying to be smart about default editor options in vscode.diff command 2020-11-17 13:45:05 +01:00
Benjamin Pasero f9f2637f79 debt - onDidBeforeRun => onBeforeRun 2020-11-17 13:42:10 +01:00
Christof Marti 9c4c195980 Make users save new file (#110330) 2020-11-17 13:28:55 +01:00
Alex Ross 442b1d1b61 Move all tree view out of contrib
Fixes #110374
2020-11-17 11:50:14 +01:00
Christof Marti c4d2181da6 Clone (#110333) 2020-11-17 11:48:31 +01:00
Alex Ross 540cb21d92 Add an elevate parameter to tunnelFactory
Part of #110795
2020-11-17 11:35:33 +01:00
Alex Ross 171a21b631 Add doc to resolveTreeItem
Part of #100741
2020-11-17 11:17:57 +01:00
Christof Marti 0c2c8dd8b8 Inline allOf clauses for additionalProperties: false (fixes microsoft/vscode-remote-release#2967) 2020-11-17 11:16:37 +01:00
João Moreno 60c625e9f0 fixes #110768 2020-11-17 11:05:51 +01:00
Johannes Rieken f255e3e00e Merge pull request #110573 from microsoft/joh/tsQuickRename
Implement on-type-rename for TypeScript
2020-11-17 10:46:15 +01:00
Alex Dima 28b16c26d8 Move usage of native-keymap to the main process 2020-11-17 10:37:53 +01:00
Alex Dima 8b192ae90f Move IKeyboardLayoutService to /platform/ 2020-11-17 10:33:10 +01:00
Sandeep Somavarapu d8e40aeedf fix tests on linux 2020-11-17 10:21:10 +01:00
Sandeep Somavarapu 1b7d1e21ca fix tests - dispose 2020-11-17 10:16:58 +01:00
Johannes Rieken 793b679ebc adopt latest API 2020-11-17 10:09:17 +01:00
isidor 0cd3c4c994 fixes #110775 2020-11-17 09:56:33 +01:00
Johannes Rieken fd610cfa5f Merge branch 'master' into joh/tsQuickRename 2020-11-17 09:05:38 +01:00
Sandeep Somavarapu 8667e71704 #109019 remove dependency on backup location 2020-11-17 08:48:39 +01:00
Jessica Petty 6479a9c46a add node task to fix build breaks (#110762) 2020-11-17 08:42:45 +01:00
Benjamin Pasero b25867b709 Support --diff parameter with reading from stdin (fix #110426) 2020-11-17 08:27:31 +01:00
Benjamin Pasero 2feb009c8e Editors: consider to allow name/description for file based editors (fix #110738) 2020-11-17 08:11:57 +01:00
rebornix d19c7c52fd fix #110740. 2020-11-16 16:19:27 -08:00
Rachel Macfarlane c4f50933f7 Remove some unused issue reporter code 2020-11-16 16:03:08 -08:00
Rob Lourens c839f49d8d Inline DeferredPromise
Noticed that this was imported from /test/. Not going to make it a nice async helper because this isn't generally a great pattern. It's used in SearchService right now sort of as part of a workaround for issues dealing with EH search providers. When we straighten that code out we'll be able to just delete this.
Fix #110610
2020-11-16 15:55:38 -08:00
rebornix 566917c00b 💄 2020-11-16 15:54:48 -08:00
rebornix 0408c0010f use piece tree for size and line limit calculation. 2020-11-16 15:54:48 -08:00
rebornix 6327e4b8da re #110581. adopt text truncation in text/plain. 2020-11-16 15:54:48 -08:00
rebornix 09b47ace4a re #110581. truncate large simple text output. 2020-11-16 15:54:48 -08:00
SteVen Batten d878434d63 prevent keyup of action baritem without keydown
fixes #110745
2020-11-16 15:41:50 -08:00
SteVen Batten 4fb3e8e6c1 set tabindex on submenu entry
fixes #110765
2020-11-16 15:18:07 -08:00
Rachel Macfarlane 9c3522ec80 Include experiment info in issue reporter data 2020-11-16 14:38:49 -08:00
Miguel Solorio 274bf78da4 Merge pull request #110748 from microsoft/misolori/notebook-styles
Update default styles and polish focus treatment
2020-11-16 14:34:54 -08:00
Miguel Solorio cabfaa63d0 Merge branch 'master' into misolori/notebook-styles 2020-11-16 14:28:00 -08:00
Andrew Branch 00fa5d3884 [typescript-language-features] Update importModuleSpecifierPreference values (#110536)
* Update importModuleSpecifierPreference values

* -using

* Add minimum version message
2020-11-16 13:06:40 -08:00
Alex Dima 96949c76e5 Merge IKeymapService and IKeyboardLayoutService 2020-11-16 21:39:52 +01:00
Alex Dima 8f32cbb1d6 Align IKeyboardLayoutService and IKeymapService 2020-11-16 21:39:52 +01:00
Alex Dima c2f89b213a Move keyboard mapper instantiation to KeyboardLayoutService 2020-11-16 21:39:52 +01:00
Alex Dima c0d53daa9e Emit IKeyboardLayoutService.onDidChangeKeyboardLayout only in case of a change 2020-11-16 21:39:52 +01:00