Commit Graph

71375 Commits

Author SHA1 Message Date
Johannes Rieken
5fc41c151d add trusted-types to types-enumeration 2020-10-05 13:35:58 +02:00
Benjamin Pasero
19c3db8ed4 document require.toUrl use (close #107440) 2020-10-05 12:48:48 +02:00
Johannes Rieken
e584897dd8 use trusted types definitions from definitely typed, https://github.com/microsoft/vscode/issues/106396 2020-10-05 12:28:35 +02:00
Jean Pierre
625365b723 Read file contents as stream in ChangeEncodingAction (#108052) 2020-10-05 12:27:52 +02:00
Johannes Rieken
fc5dd2f408 suggest 💄 2020-10-05 11:59:58 +02:00
Johannes Rieken
ec0195d126 fix https://github.com/microsoft/vscode/issues/99370 2020-10-05 11:54:28 +02:00
Johannes Rieken
2af1bdd1fc update search file 2020-10-05 11:39:29 +02:00
Johannes Rieken
ea3c3a0c1d update es6 search file https://github.com/microsoft/vscode/issues/103454 2020-10-05 11:37:56 +02:00
Johannes Rieken
96de3782bb have all suggest styles in one file 2020-10-05 11:36:07 +02:00
Johannes Rieken
70a8fc5b23 ignore path casing for workspace folders, https://github.com/microsoft/vscode/issues/108095 2020-10-05 11:14:40 +02:00
Johannes Rieken
efb047f802 map TernarySearchTree iterable 2020-10-05 11:05:33 +02:00
Johannes Rieken
b05887f21b extract suggest widget renderer into its own file 2020-10-05 09:51:21 +02:00
Johannes Rieken
0980a03d56 Merge pull request #108038 from jeanp413/fix-107284
Fixes outline view element overflow
2020-10-05 09:14:32 +02:00
Johannes Rieken
fb458cc0ff fix close details position, tweak left,right ratios 2020-10-05 09:06:32 +02:00
Benjamin Pasero
be92d9e891 fix #107935 by throttling notifications 2020-10-05 09:06:13 +02:00
Alexandru Dima
8d75b619e9 Merge pull request #108066 from SimonSiefke/fix-typo
fix typo: eventLister -> eventListener
2020-10-05 08:58:48 +02:00
Benjamin Pasero
74b19b1ed5 config - adopt FileChangeEvent#contains
cc @sandy081 this helps avoid path casing issues when comparing resources
2020-10-05 08:37:27 +02:00
Benjamin Pasero
e44d7d9d6c scm - adopt FileChangeEvent#contains
cc @joaomoreno this helps avoid path casing issues when comparing resources
2020-10-05 08:35:31 +02:00
Benjamin Pasero
7f4737616f files - use file event methods to check for updating model
This helps catch file casing issues.
2020-10-05 08:09:39 +02:00
Benjamin Pasero
38a3d69caf code 💄 2020-10-05 08:06:13 +02:00
Benjamin Pasero
e642dd27b3 🆙 version to 1.51.0 2020-10-05 08:00:17 +02:00
Simon Siefke
262aae1815 fix typo: eventLister -> eventListener 2020-10-04 12:25:09 +02:00
Rob Lourens
ed426789c5 Merge pull request #107910 from dhairyanadapara/control-preserve-case-and-exclude-setting
added preserve case and excluse setting in FindInFile interface
2020-10-03 14:49:28 -07:00
Rob Lourens
df6e656489 setPreserveCase 2020-10-03 14:47:41 -07:00
Rob Lourens
6189ca8193 Merge branch 'master' into control-preserve-case-and-exclude-setting 2020-10-03 14:36:28 -07:00
Johannes Rieken
ea6b567c46 fix https://github.com/microsoft/vscode/issues/88852 2020-10-03 20:00:03 +02:00
Johannes Rieken
2db7452d3a use flexbox for list/details layout, no more float and absolute positions, fixes https://github.com/microsoft/vscode/issues/90053 and fixes https://github.com/microsoft/vscode/issues/102089 2020-10-03 19:49:11 +02:00
Johannes Rieken
90fb4d48a7 chore - extract suggest status widget 2020-10-03 19:49:11 +02:00
Johannes Rieken
936eeed713 more suggest label tweaks 2020-10-03 19:49:11 +02:00
Johannes Rieken
d801eac444 chore - suggest status styles in one place 2020-10-03 19:49:11 +02:00
Johannes Rieken
f7691fa07a use title attribute when having long names 2020-10-03 19:49:11 +02:00
Johannes Rieken
dcd86ee92c CSS tweaks for complex suggest labels 2020-10-03 19:49:11 +02:00
Johannes Rieken
657d21bb2f Initially hide suggest details 2020-10-03 19:49:11 +02:00
Johannes Rieken
c77428df47 css formatting, fix line height issue 2020-10-03 19:49:11 +02:00
Johannes Rieken
169e203dd8 cleanup, also allow to untoggle details on every item, fixes https://github.com/microsoft/vscode/issues/90094 2020-10-03 19:49:11 +02:00
Johannes Rieken
ed1536e4fb chore - suggest details move into separate file, some 💄 2020-10-03 19:49:10 +02:00
Johannes Rieken
e1d5aa666f debt - todo-tag removal 2020-10-03 19:49:10 +02:00
Johannes Rieken
b228267d50 no more implicit path magic for UriIterator, https://github.com/microsoft/vscode/issues/107886 2020-10-03 19:49:10 +02:00
jeanp413
bb13aa3a78 Fixes #107284 2020-10-03 09:48:43 -05:00
Dhaiyra
b719cc0116 set the values to passed functions 2020-10-03 11:33:19 +05:30
Rob Lourens
70a31b6a02 Clear executionOrder when clearing execution metadata,
and clear execution metadata for "clear all outputs"
Fix #107908
2020-10-02 17:15:14 -07:00
rebornix
cc663c3bc5 💄 2020-10-02 15:48:59 -07:00
rebornix
8284242ed1 fix #107438. 2020-10-02 15:22:24 -07:00
Rob Lourens
dfa980ebda Fix NotebookDocumentBackup comment 2020-10-02 14:59:01 -07:00
Connor Peet
916de64d89 fix: debug buttons in a nested package.json
Fixes #108000
2020-10-02 14:17:17 -07:00
rebornix
7701642b26 update distro. 2020-10-02 09:42:54 -07:00
Martin Aeschlimann
a914a30f1e Merge pull request #107952 from justinsteven/bugfix/fix_CVE-2020-16881_bypass
Fix a bypass for CVE-2020-16881
2020-10-02 17:14:51 +02:00
Martin Aeschlimann
7c91cee267 Merge branch 'master' into bugfix/fix_CVE-2020-16881_bypass 2020-10-02 17:05:36 +02:00
Rares Folea
247e5dc148 Fix typo extensions/search-result/README.md (#107961) 2020-10-02 07:42:47 -07:00
isidor
0ecb64a2c8 bot: debug issues to connor 2020-10-02 11:18:44 +02:00