Commit Graph
73433 Commits
Author SHA1 Message Date
Sandeep Somavarapu a96c93481a #108164 adopt to e.affects 2020-10-08 07:24:24 +00:00
Nafanaandmmacovei df59ceb026 Markdown reference links starting with ^ should not be clickable (#108015)
Co-authored-by: mmacovei <mmacovei@sfu.ca>
2020-10-08 00:38:17 -06:00
Benjamin Pasero 57fc7c21ac web - add support for setting log level (#108267) 2020-10-08 07:58:08 +02:00
rebornix 7a0705650f fix #107917 2020-10-07 15:27:32 -07:00
rebornix 59f0af3bec canReply 2020-10-07 15:27:32 -07:00
Eric Amodio 937b30edf2 Fixes #100610 2020-10-07 16:00:07 -04:00
Miguel Solorio ea4c38be34 Align all input heights (fixes #93022) 2020-10-07 12:55:28 -07:00
Jackson Kearl 8bf0e20f96 Fix #99694: Search editor: support to reopen closed editor 2020-10-07 10:31:21 -07:00
Sandeep Somavarapu 312a812441 Fix #108250 2020-10-07 19:10:55 +02:00
Miguel Solorio 4e8970bc0b Update Codicons: add 'pinned-dirty' (refs #108211)
https://github.com/microsoft/vscode-codicons/commit/b7e57c3ba9c3be119ca8f765d9ed6304c2c2ecb7
2020-10-07 10:05:44 -07:00
Jackson Kearl 5fad19a5f2 Remove "Escape" wording from search aria labels.
Closes #100927.
2020-10-07 08:59:37 -07:00
Connor Peet 8085054753 debug: try to wait for a debugger before running extensions (#108141) 2020-10-07 08:58:13 -07:00
Benjamin Pasero 920fefbe6d debt - clean up some deprecated context keys 2020-10-07 17:55:39 +02:00
Johannes Rieken 0df46e207f adopt new file event api in snippet service, https://github.com/microsoft/vscode/issues/108164#issuecomment-705010296 2020-10-07 17:31:13 +02:00
Benjamin Pasero 29ff950dc6 files - add method affects() for file changes (#108255)
* add a containsChildren method for #108164

* change to affects

* comment
2020-10-07 17:22:15 +02:00
Benjamin Pasero dfba194f8d debt - use import type when referencing workbench.web.api 2020-10-07 17:06:01 +02:00
Benjamin Pasero 946b6f6447 💄 2020-10-07 16:54:07 +02:00
Benjamin Pasero 3ca6961416 debt - deprecate access to configuration from environment service 2020-10-07 16:50:00 +02:00
Johannes Rieken 95efc2966a chore - allow to pass markdown options to render-call 2020-10-07 16:47:06 +02:00
Benjamin Pasero 41a42aeb58 debt - make updating backupPath in environment more explicit 2020-10-07 16:44:44 +02:00
Johannes Rieken 9073a3cc0d chore - consolidate markdown rendering more, reduce innerHTML usage, related https://github.com/microsoft/vscode/issues/106395 2020-10-07 16:36:04 +02:00
Benjamin Pasero f711344b64 debt - lift more configuration properties info environment service
Inline filesToWait, filesToOpenOrCreate, filesToDiff, maximized
2020-10-07 16:31:02 +02:00
Benjamin Pasero c560102194 debt - reduce usage of environmentService.configuration
Inline machineId and sessionId
2020-10-07 16:16:53 +02:00
Benjamin Pasero 3b99352509 debt - inline remoteAuthority into workbench environment service 2020-10-07 15:57:28 +02:00
Alex Ross 70bd0b4604 Fix forward port input box on FireFox 2020-10-07 15:41:13 +02:00
Johannes Rieken a3f05f7745 chore - simpler code rendering 2020-10-07 14:49:13 +02:00
Sandeep Somavarapu 2b44f4ab96 Fix #107709 2020-10-07 12:31:44 +00:00
Johannes Rieken 83d52c1226 chore - prevent double markdown parse fyi @mjbvz 2020-10-07 14:12:48 +02:00
Johannes Rieken 18faaaf079 chore - remove duplicated markdown renderer by making one more powerful, fyi @rebornix 2020-10-07 13:41:35 +02:00
Johannes Rieken 78ad8e484a use trusted types policy in viewLayer, https://github.com/microsoft/vscode/issues/108240 2020-10-07 13:00:33 +02:00
Jackson Kearl ffd533aaa9 Remove unnecessary model creation in walkthrough pages (#108226) 2020-10-07 03:09:24 -07:00
Johannes Rieken 8907220c22 chore - todo removal 2020-10-07 10:01:28 +02:00
Miguel Solorio 83ecd5b6e1 Update default color tokens for last pinned tab border (#108207) 2020-10-07 07:59:01 +02:00
Benjamin Pasero 13ccfeb2cd test - check for dirty flag too (#107739) 2020-10-07 07:53:09 +02:00
Benjamin Pasero fb8f4072d6 text files - 💄 backup loading 2020-10-07 07:44:22 +02:00
Rob Lourens 5813311b98 Fixes #108202
Revert "fixes #107860"

This reverts commit b8e87aae6d.
2020-10-06 18:51:15 -07:00
kieferrm 1f7ba28bde add subscribers to notebook issues 2020-10-07 00:17:27 +00:00
Rachel Macfarlane 64d64c70ff Check token scopes for manually provided tokens 2020-10-06 16:16:57 -07:00
rebornix 4846e254f9 move output logic out of codeCellRenderer. 2020-10-06 15:53:26 -07:00
Miguel Solorio 576f7b44ac Make icons inherit color (fixes #85182) 2020-10-06 15:33:03 -07:00
Rachel MacfarlaneandSteVen Batten dafce599a6 Add getPassword, setPassword, and deletePassword APIs, #95475
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2020-10-06 14:57:16 -07:00
Alex Dima 1a9e0af641 Fixes #107815: Remove save RenameOperation 2020-10-06 22:53:57 +02:00
Alex Dima ca01c69720 Finalize test for #107739 2020-10-06 22:45:46 +02:00
Alex Dima 443508c4c9 Add test for #107739 2020-10-06 22:18:30 +02:00
Peng Lyu 2d6d4a328a Merge pull request #108144 from microsoft/rebornix/notebookEditorDebt
Move acitve/visible notebook editors to window namespace.
2020-10-06 12:52:03 -07:00
Jackson Kearl ee49b286b0 Use original uri in display contexts. Closes #107776 2020-10-06 12:43:05 -07:00
rebornix 9ba85c3d66 💄 2020-10-06 11:18:52 -07:00
rebornix ac85c3ca2c fix notebook extension compile errors. 2020-10-06 11:06:12 -07:00
rebornix 359e12a868 ensure backwards compability. 2020-10-06 10:50:58 -07:00
Connor Peet d15cc23e6e fix: allow debugging unit tests in web/codespaces
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1472
2020-10-06 17:38:30 +00:00