Commit Graph
87341 Commits
Author SHA1 Message Date
Johannes Rieken 70f303aefa api note 2021-09-01 11:18:22 +02:00
Benjamin Pasero 3e50de30ef debt - move forceFile into a dedicated untyped input variant 2021-09-01 11:15:27 +02:00
Benjamin Pasero 7aa17e16a0 debt - reduce properties for untyped diff editor 2021-09-01 10:58:59 +02:00
Benjamin Pasero 370d7f455b debt - remove more forceFile 2021-09-01 10:55:38 +02:00
Benjamin Pasero c4546485f0 Enable FileSystemProvider to stat a file as readonly (fix #73122) 2021-09-01 10:40:26 +02:00
Alex Ross bd2493499d Update C# grammar 2021-09-01 09:14:11 +02:00
Benjamin Pasero 7754232656 web - allow URI as icon for banner (#131977) 2021-09-01 07:38:14 +02:00
Rob Lourens 0a06a59ea6 Fix invalid setting description json breaking settings editor
Fix #131359
2021-08-31 18:14:15 -07:00
Rob Lourens 77d26c2ed0 Fix setting link in inlayHints description 2021-08-31 18:14:15 -07:00
rebornix b63ec6a6e6 reduce viewModel.notebookDocument 2021-08-31 17:59:19 -07:00
SteVen Batten 3255a1dc69 resolves #83638 2021-08-31 17:57:50 -07:00
rebornix ffd0cbafbf 💄 2021-08-31 16:54:24 -07:00
Connor Peet 37e1cd3580 testing: show node as skipped if all children skipped
Fixes #131537
2021-08-31 16:49:51 -07:00
Connor Peet 90d14c1374 testing: apply test message feedback
Fixes #131730
2021-08-31 16:49:51 -07:00
rebornix 48dce61ec3 less viewModel usage. 2021-08-31 16:24:05 -07:00
rebornix 1b702fe149 no editor viewModel use in breakpoint and commands. 2021-08-31 16:24:05 -07:00
Rob Lourens 7bc9757b84 Fix build 2021-08-31 15:14:47 -07:00
SteVen Batten 2ec7550ea8 resolves #131977 2021-08-31 15:08:21 -07:00
Rob Lourens aa5d03ece8 Merge pull request #129181 from microsoft/roblou/updateElementHeight
Allow calling updateElementHeight with undefined to prompt re-probing of dynamic height
2021-08-31 14:47:49 -07:00
Rob Lourens 113db5d85c Warn when using updateElementHeight incorrectly without dynamic heights 2021-08-31 14:47:06 -07:00
Rob Lourens 24e8396dd6 Allow calling updateElementHeight with undefined to prompt re-probing of dynamic height
See #128563
2021-08-31 14:45:30 -07:00
rebornix a005a8aaf5 💂 change cell kinds. 2021-08-31 14:09:15 -07:00
rebornix b35493933b extract cell operations. 2021-08-31 13:55:19 -07:00
rebornix 46b411803e cell commands contrib. 2021-08-31 13:55:19 -07:00
SteVen Batten 1df1707a2c fixes #98860 2021-08-31 13:52:25 -07:00
rebornix 4e6de8d316 api/edit actions. 2021-08-31 13:41:38 -07:00
rebornix 2e3cf16d12 Execute and Layout actions. 2021-08-31 13:31:54 -07:00
rebornix 8ad0a75174 insert cell actions. 2021-08-31 13:31:54 -07:00
Logan Ramos 21887d672a Fix #130235 2021-08-31 15:00:45 -04:00
rebornix 3ca5df67ea notebook action controller 2021-08-31 11:51:07 -07:00
rebornix 73f45d2da1 change cell metadata actions to cellOperations. 2021-08-31 11:43:45 -07:00
rebornix 76ee9789c8 more actions to cellOperations. 2021-08-31 11:37:30 -07:00
rebornix b90d5ee45a refactor multi cell selection actions. 2021-08-31 11:15:00 -07:00
Martin Aeschlimann 554182620f Use filenamePatterns in seti update script. Fixes #131650 2021-08-31 18:13:22 +02:00
Matt Bierner 2b0b4032a3 Update idea 2021-08-31 08:58:01 -07:00
Benjamin Pasero 0b6b4b3d85 Enable screenshot option properly for smoke tests (#131982)
* smoke test

* undo failure
2021-08-31 17:35:22 +02:00
Chris Dias 028412f4a6 update distro 2021-08-31 08:31:07 -07:00
Rob Lourens 55a5583236 Fix #131632 2021-08-31 08:19:20 -07:00
Johannes Rieken db5aab03b6 debt - change the implementation of vscode.languages.getLanguages to not send an IPC message but to read from a sync'd state which gets pushed into the exthost 2021-08-31 16:46:29 +02:00
Benjamin Pasero 85a81276e8 editors - remove forceFile from custom editor input (#128209) 2021-08-31 16:39:13 +02:00
Miguel Solorio ca17e6ad18 Update callback page 2021-08-31 07:24:53 -07:00
Logan Ramos d2a8f91fb5 Update build scripts 2021-08-31 10:21:19 -04:00
Alex Ross 32ddac99d5 Add default ports to portsAttributes setting
Fixes microsoft/vscode-remote-release#5489
2021-08-31 16:20:07 +02:00
Johannes Rieken 8391a8c075 patch XMLHttpRequest and (partially) fetch to massage file-uris into vscode-file 2021-08-31 16:10:57 +02:00
Johannes Rieken 55f80e57a9 add missing compile file 2021-08-31 16:09:10 +02:00
Johannes Rieken 43ebe7f258 🆙 distro 2021-08-31 15:53:44 +02:00
heartacker 2720ccb0c5 add cmd+i (mac), ctrl+i (linux/win) as additional intellisense toggleSuggestionDetails
fix: #131956
due to: #105207
2021-08-31 21:22:29 +08:00
Martin Aeschlimann 7b14717389 Merge pull request #131856 from adaex/update-seti-icon
Update to latest seti-ui icon theme
2021-08-31 15:18:47 +02:00
Johannes Rieken 7e2452498f fix https://github.com/microsoft/vscode/issues/130073 2021-08-31 14:44:42 +02:00
Johannes Rieken ba6d3d728e add deprecation to @optional https://github.com/microsoft/vscode/issues/119440 2021-08-31 12:05:45 +02:00