Commit Graph

71388 Commits

Author SHA1 Message Date
Jackson Kearl
f88b86d714 vscode.Uri.joinPath instead of Node's path.join
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1280
2020-10-05 08:52:44 -07:00
rebornix
12b82ab099 update distro 2020-10-05 08:50:24 -07:00
Benjamin Pasero
c9992ae6f3 debt - increase timeout and retries for #108113 2020-10-05 17:29:59 +02:00
Chuck Lantz
74db64b44e Merge pull request #108063 from turara/update-devcontainer-readme-command-name
Update Remote-Containers command name in .devcontaienr/README.md
2020-10-05 15:19:17 +00:00
Johannes Rieken
99f0021828 add trusted-types to monaco compile 2020-10-05 16:59:43 +02:00
Benjamin Pasero
41ab43a6c1 test - harden async test 2020-10-05 16:45:57 +02:00
Johannes Rieken
690cbd53ef no more emmet ignore 2020-10-05 16:42:09 +02:00
Alex Ross
922eae6d61 Don't allow remote explorer views to move out of the container (#108105)
Fixes #108008
2020-10-05 15:19:41 +02:00
Alex Ross
13268f921e Url finder for tunnel service doesn't always forward
Part of #107243
2020-10-05 15:13:44 +02:00
Johannes Rieken
5d9b22c4fa add and adopt trusted types apply util, https://github.com/microsoft/vscode/issues/106396 2020-10-05 13:59:43 +02:00
Johannes Rieken
81400337e7 don't stringify tt before applying it, https://github.com/microsoft/vscode/issues/106396 2020-10-05 13:55:49 +02:00
Johannes Rieken
1cdede1f26 use tt policy in cell renderer, fyi @roblourens, https://github.com/microsoft/vscode/issues/106396 2020-10-05 13:53:23 +02:00
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
turara
53a820b3a8 Update Remote-Containers command name to "Clone Repository in Container Volume"
Update .devcontainer/README.md
2020-10-04 19:06:07 +09: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