Commit Graph

89088 Commits

Author SHA1 Message Date
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
Rich Chiodo ae6066d676 Double check called both providers 2021-10-21 15:17:24 -07:00
Rich Chiodo eef5a74688 Add test for multiple providers 2021-10-21 15:16:27 -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
Rich Chiodo e9d68a1e67 Put back old method for use in viewportSemanticTokens 2021-10-21 11:35:29 -07:00
rebornix 7b32ae1182 fix #114768 2021-10-21 11:31:19 -07:00
Rich Chiodo 6da697ce41 Cache last provider for range token provider too 2021-10-21 11:23:19 -07:00
Rich Chiodo 3daf66b813 Cache last used provider for legends call 2021-10-21 11:22:10 -07:00
Rich Chiodo 02b52091cc Build problem 2021-10-21 10:54:58 -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
Rich Chiodo 5f161f2162 Multiplex providers into one 2021-10-21 09:46:44 -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
Alex Dima 46b2246ca6 update distro 2021-10-21 09:53:14 +02:00
Alex Dima 5f226a990c Remove special rules for src/vs/server 2021-10-21 09:52:40 +02:00
Alex Dima 845e410a52 Define a server greeting via product.json 2021-10-21 09:45:49 +02:00
Alex Dima 9d67be7ae0 Remove no longer necessary special settings for src/vs/server 2021-10-21 09:05:59 +02:00