Commit graph

68171 commits

Author SHA1 Message Date
Benjamin Pasero
d95b65443d Encoding euckr does not exist anymore (fix #101847) 2020-07-07 14:03:23 +02:00
Sandeep Somavarapu
c70ac014c3 #100346 prepare for manual sync 2020-07-07 13:26:22 +02:00
Jean Pierre
ccd33c15d0
Fixes quick find symbol finder shows 'no matching results' after backspace (#101844)
* Fixes #101708

* small polish

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-07-07 13:20:41 +02:00
Johannes Rieken
2e802ebcfe debt - move perfview editor to browser 2020-07-07 13:15:30 +02:00
Johannes Rieken
ea59ae20be debt - have ITimerService for browser and electron 2020-07-07 13:15:30 +02:00
Benjamin Pasero
c212eface2 encodings - failing test for https://github.com/microsoft/vscode/issues/101847 2020-07-07 12:14:42 +02:00
João Moreno
10a3aefcd6 fixes #100468 2020-07-07 11:10:46 +02:00
Johannes Rieken
03a93a10f4 Revert "fixes #100147"
This reverts commit d41bbd3869.
2020-07-07 10:48:09 +02:00
Johannes Rieken
1261e43fc1 don't run focus-dependent test on build machines, https://github.com/microsoft/vscode/issues/100828 2020-07-07 10:21:52 +02:00
João Moreno
80d6091338 💄 2020-07-07 10:18:34 +02:00
Benjamin Pasero
aecd9ca10c sandbox - remove native-is-elevated from renderer 2020-07-07 10:16:42 +02:00
Alex Dima
7b29e7c3c0
Reduce usage of utilities (for #99664) 2020-07-07 09:51:08 +02:00
Alex Dima
60fba74926
Merge branch 'alex/pr/93160' 2020-07-07 09:29:17 +02:00
Alex Dima
fa302f5db6
Fix tests 2020-07-07 09:28:33 +02:00
Benjamin Pasero
fe94804601 bootstrap - use preload script to access Electron IPC 2020-07-07 09:19:36 +02:00
Alex Dima
03adc22ea6
Rename includeEmptyLines to ignoreEmptyLines 2020-07-07 09:14:50 +02:00
Alex Dima
20abb1a9b0
Merge remote-tracking branch 'origin/master' into pr/alvintangz/93160 2020-07-07 08:55:30 +02:00
Benjamin Pasero
c7fe3b41ae perf - set zoom level from electron-main and stop using webFrame in renderer unless changing zoom
//cc @deepak1556
2020-07-07 08:38:12 +02:00
Rachel Macfarlane
348e2b4c6e displayName -> label, use providerIds in favor of getProviderIds, #100993 2020-07-06 18:23:12 -07:00
Rob Lourens
1728c5bab0 Cleanup dangling import 2020-07-06 18:09:00 -07:00
Rob Lourens
1ed5e6cf0e Fix discrepancy in markdown cell right margin when in edit mode 2020-07-06 17:43:57 -07:00
Rob Lourens
729343feab Remove transparent styling on notebook list
Fix #101607
2020-07-06 17:32:39 -07:00
Rob Lourens
3c8619e77c Fix code cell top/bottom background color div 2020-07-06 17:32:39 -07:00
rebornix
b60525c160 fix #101827. 2020-07-06 17:26:59 -07:00
Rob Lourens
c50be4449c Fix drag handle sizing on markdown cell
Fix #101549
2020-07-06 17:04:27 -07:00
Rob Lourens
9d88229703 Change cursor focusing behavior with markdown cells
And shift+enter to match jupyter
Fix #101402
2020-07-06 16:54:16 -07:00
Matt Bierner
bc462053d6 Making TS tests more reliable 2020-07-06 16:52:35 -07:00
Aditya Thakral
62950ee969
Remove debounce on key change (#101811)
Fixes: #101466

- Removed debounce, so updates happen in a sync fashion and when the
  user presses tab, it's always moves focus to the correct element.
- An additional check in the `shouldUseSuggestion` reduces the number of
  DOM updates.
2020-07-06 19:38:48 -04:00
Aditya Thakral
b17c0eca72
Hide button iff additionalProperties is false (#101810)
Fixes #101354
2020-07-06 19:38:29 -04:00
rebornix
404eb11bde re #101436. update builtin notebook actions keybindings 2020-07-06 16:26:35 -07:00
Aditya Thakral
71a147f976 Reset model state if setting key changes (#101806)
As the same instance of the object widget could be used for different
settings, it is necessary to make sure to reset the model state (edit
key and selection index) when an instance is reused.
2020-07-06 19:18:16 -04:00
Aditya Thakral
440c1c4191 Correctly handle null default values for objects (#101807)
Fixes #101637
2020-07-06 19:17:47 -04:00
Matt Bierner
895f03e820 Encode webview state when injecting it into the webview
Fixes #101321

This should make sure we handle cases where the state string contains special characters, such as `<`
2020-07-06 16:00:52 -07:00
Miguel Solorio
06c3abf962 Update Codicons: add debug-alt-small and vm-connect (fixes #101026) 2020-07-06 15:42:18 -07:00
Matt Bierner
4f9ebc3205 Sort implement abstract above remove unused
Fixes #101486
2020-07-06 15:41:10 -07:00
rebornix
a8b7c344d3 fix #101630 2020-07-06 15:21:13 -07:00
Matt Bierner
06f85af581 Fix webview csp for web
Fixes #101540

CSP such as https://*.example.com/bla/ don't seem valind. Instead use one that looks like `https://*.example.com`
2020-07-06 14:59:29 -07:00
Matt Bierner
3a54cd7ca3 Disable markdown commands when in markdown cells in notebooks
Fixes #101514
2020-07-06 14:59:29 -07:00
Alex Dima
3c77120d88
Fixes #75284: Run a real search when enabling/installing an extension with workspaceContains 2020-07-06 23:35:08 +02:00
Alex Dima
d432126ecf
Extract workspaceContains related logic to a separate file (#75284) 2020-07-06 23:15:52 +02:00
Alex Dima
2c8a97cd70
Fixes #9472: Remove warning 2020-07-06 21:50:38 +02:00
SteVen Batten
18a0c55fb5 fixes #101537 2020-07-06 12:33:59 -07:00
rebornix
88b1879aa2 fix #101681. avoid out of date splice2 triggered by hidden range update. 2020-07-06 11:58:50 -07:00
deepak1556
bbb1bb52e9 chore: bump electron@8.3.3 2020-07-06 11:46:19 -07:00
Aditya Thakral
d69339ade0
Add extra bottom padding for lists in settings (#101812)
Fixes: #101516

The add button was getting hidden under the next element in the settings
list.
2020-07-06 14:45:34 -04:00
Aditya Thakral
701a4f3865
Don't add pairs with empty keys in object settings (#101809) 2020-07-06 14:41:58 -04:00
Jackson Kearl
9614cd6918 Bump needs more info delay 2020-07-06 11:18:20 -07:00
Chuck Lantz
ee4b512e24
Merge pull request #101801 from microsoft/clantz/issue-101361
Clarify requirements, fix for smoke tests
2020-07-06 12:48:47 -05:00
rebornix
86ee45362e fix #101808. fix editor gutter width when folding is disabled. 2020-07-06 09:52:03 -07:00
Chuck Lantz
a731434df9 Clarify requirements, fix for smoke tests 2020-07-06 15:52:04 +00:00