Commit Graph

88731 Commits

Author SHA1 Message Date
Logan Ramos
fac06c7af7 Update distro 2021-10-22 09:45:19 -04:00
Alex Dima
7f754c8a03 Fixes #94313: reveal position, not line 2021-10-22 15:33:51 +02:00
Johannes Rieken
7ca1f2cce8 clarify doc, fixes https://github.com/microsoft/vscode/issues/126748 2021-10-22 14:46:16 +02:00
Johannes Rieken
dc811974e5 better document what default excludes are not, https://github.com/microsoft/vscode/issues/48674 2021-10-22 14:46:15 +02:00
Alex Dima
a30ea744d0 Improve logging 2021-10-22 14:45:20 +02:00
Alex Dima
3747b7d5f9 Make the editor hover explaining tokenization problems aware of the current language (#135573) 2021-10-22 14:27:17 +02:00
Alex Dima
8358d0ca67 Define 2500 chars max limit for javascript, not typescript (#135573) 2021-10-22 14:22:20 +02:00
Alex Dima
af09288b84 Tweaks for #124362 2021-10-22 13:34:15 +02:00
Johannes Rieken
7743406f2c use editor default font fallback, fixes https://github.com/microsoft/vscode-dev/issues/425 2021-10-22 11:58:16 +02:00
Sandeep Somavarapu
ae8175ebfe Fix #25290 2021-10-22 11:58:06 +02:00
Martin Aeschlimann
4aa85e030e better fix for #135634 2021-10-22 11:54:33 +02:00
Martin Aeschlimann
60057f9713 [remote cli] difftool on newly created files cancels the diff and completely closes the workspace. Fixes #135634 2021-10-22 11:45:17 +02:00
Benjamin Pasero
e2e6a28449 sandbox - share the same server side file system provider between main process and server 2021-10-22 11:40:26 +02:00
Benjamin Pasero
82a02e63b7 sandbox - enable sandboxed fs provider by default (unless stable) 2021-10-22 10:44:03 +02:00
Tyler Leonhardt
bcb9df5afa fix hasSession by using silent: true 2021-10-21 21:52:23 -07:00
Matt Bierner
1eb38d79bb Update root container when panel is moved
Fixes #132072
2021-10-21 19:57:33 -07:00
Matt Bierner
d46933ce87 Build using typescript@next 2021-10-21 19:57:32 -07:00
Rob Lourens
21e5f0c8ab Add "NotebookCellExecutePrimary" menu, towards #132057 2021-10-21 17:01:14 -07:00
Peng Lyu
a1bc3f5776 Merge pull request #135444 from j824h/j824h/issue135264
Enable replacePattern
2021-10-21 16:47:41 -07:00
SteVen Batten
1e750a7514 fixes #114329 2021-10-21 14:41:11 -07:00
Megan Rogge
5a6943c21b fix #133680 2021-10-21 21:11:00 +00:00
Connor Peet
61eca00b0c testing: fix default click action=debug not working
Fixes #135515
2021-10-21 14:01:13 -07:00
Daniel Imms
e866224906 Register onLineFeed only after initialText is written
Fixes #132551
2021-10-21 14:00:01 -07:00
Megan Rogge
c416a01786 fix #135585 2021-10-21 12:50:01 -07:00
Megan Rogge
6a1293526f fix no profiles showing up when useWslProfiles is false (#135498) 2021-10-21 12:45:45 -07:00
rebornix
7b32ae1182 fix #114768 2021-10-21 11:31:19 -07:00
Miguel Solorio
37f5d53a7d Add keybinding table tokens (#135018)
* Add keybinding table tokens

* Remove comment
2021-10-21 10:38:07 -07:00
Sandeep Somavarapu
9e7ea08804 fix #135476 2021-10-21 19:34:48 +02:00
Connor Peet
6a367e8ce4 editor: give default link provider access to all models
Fixes #135388
2021-10-21 10:30:33 -07:00
Sandeep Somavarapu
6c7b2b3406 #135075 Use fake timers 2021-10-21 18:33:39 +02:00
Johannes Rieken
26cf920222 don't assume command make a textual editor (at the completion itself), https://github.com/microsoft/vscode/issues/120070 2021-10-21 18:25:33 +02:00
Raymond Zhao
5b7208ac08 Add -g flag for the open command (#135517)
Fixes #135291
2021-10-21 08:37:04 -07:00
Alex Dima
724d8f6407 Fixes #93769: Respect zIndex when rendering decorations in the overview ruler 2021-10-21 17:29:52 +02:00
Alex Dima
09a55c7bed Combine the implementations for getAllOverviewRulerDecorations 2021-10-21 17:08:34 +02:00
Alex Dima
7443621e3b Fixes #66482: Stop massaging marker ranges since we now render squiggles with empty ranges 2021-10-21 16:23:39 +02:00
Alex Dima
91c9d8ba86 Fixes #135467: update to latest loader which honours nodeModulesMap and amdModulesPattern only when running in a node-like environment 2021-10-21 15:51:53 +02:00
Martin Aeschlimann
7fefb2f942 [html] auto-indent not working for tags with attribute values containing /. Fixes #111932 2021-10-21 15:51:49 +02:00
Sandeep Somavarapu
80efd13db4 fix #135558 2021-10-21 15:47:19 +02:00
Sandeep Somavarapu
3685f3da9e fix #135557 2021-10-21 15:45:22 +02:00
Alex Dima
d7dce57ab4 update distro 2021-10-21 15:43:43 +02:00
Alex Dima
42a0825e8e Allow building to continue despite a missing remote/LICENSE file 2021-10-21 15:28:47 +02:00
Martin Aeschlimann
c3488ed740 Request adding new 'decorator' semantic token scopes for Javascript/Typescript. Fixes #114082 2021-10-21 14:03:26 +02:00
Martin Aeschlimann
c2f44d476b Merge pull request #135484 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-10-21 13:05:17 +02:00
Henning Dieterichs
865593aaa3 Don't render bracket pair guides for unbalanced pairs. Fixes #135549. 2021-10-21 12:37:29 +02:00
Benjamin Pasero
72b0b1c17f fs - use onUnexpectedError to prevent logging cancelled errors 2021-10-21 11:57:06 +02:00
Sandeep Somavarapu
aaf74285ae fix tests 2021-10-21 11:50:00 +02:00
Sandeep Somavarapu
cd9da9425f Add web kind only in web 2021-10-21 11:31:21 +02:00
João Moreno
97018d742e fix windows build 2021-10-21 10:54:04 +02:00
Benjamin Pasero
0c402a1db3 files - align names of IPC backed fs providers 2021-10-21 10:29:41 +02:00
Benjamin Pasero
1770223d16 Error: disposed around DiskFileSystemProvider.doRefreshRecursiveWatchers (fix #135530) 2021-10-21 10:23:07 +02:00