Commit Graph

90679 Commits

Author SHA1 Message Date
Tyler Leonhardt
a4a3e4e8b0 remove async executor of Promise ref #134873 2021-10-13 09:09:24 -07:00
Sandeep Somavarapu
ea3a0e5d87 #134972 make tests faster 2021-10-13 17:45:46 +02:00
Logan Ramos
4b75543b26 Update my work notebook repos 2021-10-13 11:10:36 -04:00
Benjamin Pasero
11747d518f move file watcher tests to integration (#134972) 2021-10-13 16:55:29 +02:00
Benjamin Pasero
fe6fc13df3 debt - no implicit any maps 2021-10-13 16:41:50 +02:00
Anthony Stewart
498d786156 Specific the Map generics in history.ts explicitly (#134896)
Co-authored-by: Anthony Stewart <anthonystewart@google.com>
2021-10-13 16:40:53 +02:00
Benjamin Pasero
d70ffda082 use small lock icon (#133422) 2021-10-13 16:33:14 +02:00
Henning Dieterichs
1a2749d798 Fixes #132802 by making maxTokenizationLineLength configurable per language and reducing the default for TypeScript. 2021-10-13 16:19:54 +02:00
João Moreno
077c5749d2 move ipc.cp tests to the integration suite
related to #134972
2021-10-13 15:44:56 +02:00
Johannes Rieken
ad9e3006ea fix https://github.com/microsoft/vscode/issues/134846 2021-10-13 15:19:42 +02:00
Sandeep Somavarapu
cac7d5580a Fix #30165 2021-10-13 15:12:21 +02:00
Johannes Rieken
0752ca0ecb force change MODEL_SYNC_LIMIT to low limit when testing ignore model too large for sync, https://github.com/microsoft/vscode/issues/134972 2021-10-13 14:27:01 +02:00
Henning Dieterichs
fd4311b68b Fixes #134690. Don't compute ghost text if preview is disabled or if the suggestion is too large. 2021-10-13 13:51:06 +02:00
Johannes Rieken
cca2d71a82 restore previous runtime behaviour, https://github.com/microsoft/vscode/issues/134979, https://github.com/microsoft/vscode/issues/134892 2021-10-13 13:01:53 +02:00
João Moreno
01a10db550 remove cron 2021-10-13 11:43:10 +02:00
Sandeep Somavarapu
532f25c4ac add debug logs 2021-10-13 11:07:52 +02:00
Sandeep Somavarapu
e38409bff3 consider only true value for donotSync option 2021-10-13 09:49:48 +02:00
Alexandru Dima
d0cdfb9a2d Merge pull request #134890 from microsoft/alex/electron-accelerators
Revisit Electron accelerators
2021-10-13 07:48:32 +02:00
Miguel Solorio
793dc93890 Update extensions-web.svg 2021-10-12 20:27:28 -07:00
Rob Lourens
6b6ab54188 Fix #130384 2021-10-12 19:35:14 -07:00
Matt Bierner
8b2b819f55 Update test case 2021-10-12 17:29:53 -07:00
Rob Lourens
83fec0220c Add retry logic for flaky git operations
Fix #132218
2021-10-12 17:08:20 -07:00
SteVen Batten
3bf7202085 add context keys to watermark commands 2021-10-12 17:08:11 -07:00
Matt Bierner
5d60bcd241 Fix null type error 2021-10-12 17:02:06 -07:00
Matt Bierner
d96ced4f2f Decode fragment on links when looking up target
Fixes #134286

Since the fragment is part of a uri, we should decode it before looking up the target
2021-10-12 16:56:52 -07:00
Matt Bierner
50e08d1f79 Use query selector to get base
No need to get all elements if we just care about the first
2021-10-12 16:56:51 -07:00
Miguel Solorio
a6a8882627 Update getting started extensions for web 2021-10-12 16:41:42 -07:00
Lemmingh
d3ceb35bec Add source map for every possible element in the Markdown preview (#134799)
* Update markdown-it and type definitions

* Refresh the source map mechanism in `markdownEngine.ts`
2021-10-12 16:25:56 -07:00
Jackson Kearl
d8f67118b4 Fix #https://github.com/microsoft/vscode/issues/134667 2021-10-12 16:07:15 -07:00
Alexandru Dima
779360bdd6 Remove electronAcceleratorMap since it only contains 4 special cases 2021-10-13 00:45:22 +02:00
Jackson Kearl
7f585516c1 Fix https://github.com/microsoft/vscode-dev/issues/246 2021-10-12 15:42:21 -07:00
Alexandru Dima
344f2ba2ae Do not pass OEM keys to Electron on Linux when having a non US Standard keyboard layout (#23706) 2021-10-13 00:35:07 +02:00
Alexandru Dima
6e701c847e Add more logging to capture case when the menu asks to dispatch a keybinding 2021-10-13 00:21:03 +02:00
Rob Lourens
cee08d43d0 Avoid async promise executor
#134873
2021-10-12 15:04:11 -07:00
Alexandru Dima
b7ce2ed34a Merge remote-tracking branch 'origin/main' into alex/electron-accelerators 2021-10-12 23:55:30 +02:00
Alexandru Dima
04dc16251a Fix compilation errors 2021-10-12 23:55:09 +02:00
Alexandru Dima
3e905978d9 Merge remote-tracking branch 'origin/main' into alex/electron-accelerators 2021-10-12 23:48:05 +02:00
Alexandru Dima
caa8e81102 Fixes #24166: update node-native-keymap, which now respects the current effective group index when getting key map 2021-10-12 23:45:27 +02:00
Megan Rogge
0845d58234 set default value of process revive to onExit 2021-10-12 14:33:00 -07:00
Miguel Solorio
38a2659e4c Reference codicon duplicates 2021-10-12 14:15:46 -07:00
Miguel Solorio
41dee5fd91 Update Codicons
Add `lock-small`, `pinned-small`, `pinned-dirty-small`, and `azure-devops`
Fixes #133422
2021-10-12 13:57:43 -07:00
Matt Bierner
03cc7e9ddb Finalize MarkdownString.supportHtml
Fixes #40607
2021-10-12 12:20:55 -07:00
Matt Bierner
fc7a9d1309 Add missing change 2021-10-12 12:18:34 -07:00
Matt Bierner
757da367d3 Clean up types for Tab public api
- prefer using `| undefined` for managed types
- Add readonly
2021-10-12 12:11:34 -07:00
Matt Bierner
d8091da23c Simplify _onDidChangeInlayHints firing 2021-10-12 12:11:34 -07:00
Jackson Kearl
f74ad40a3e Adopt #134873 2021-10-12 12:09:09 -07:00
Megan Rogge
3c1f4c5ff4 fix #134837 2021-10-12 10:26:45 -07:00
tanhakabir
a3843b395f add localization to execution count label
For https://github.com/microsoft/vscode/issues/115095#issuecomment-940391581
2021-10-12 09:41:49 -07:00
Don Jayamanne
79a3586d6c Add cell_ids for ipynb with nbformat >= 4.5 (#134835) 2021-10-12 09:35:05 -07:00
Rob Lourens
f391253044 Switch settings-editor assignee 2021-10-12 09:34:36 -07:00