Commit Graph

70628 Commits

Author SHA1 Message Date
Matt Bierner 02e6fa2ddd Use Set instead of array
Sets should offer faster checking to see if a property has been seen
2020-09-11 16:59:43 -07:00
Matt Bierner 8a6b38e4ef use optional chaining 2020-09-11 16:59:43 -07:00
Matt Bierner 3e71592258 Add comment to WebviewViewResolveContext 2020-09-11 16:59:43 -07:00
Matt Bierner 2fb42c3024 Add optional typing for webview state in WebviewPanelSerializer
This makes it easier for extensions to correctly type their state if they wish
2020-09-11 16:59:43 -07:00
rebornix db01f714bc hide outputs if it is transient. 2020-09-11 15:26:39 -07:00
rebornix 402092dd67 fix #106430. 2020-09-11 15:12:57 -07:00
Connor Peet 122fc9a1b8 debug: update js-debug 2020-09-11 12:54:43 -07:00
Oleg Demchenko 352a390251 Add preferred_username to the list of msft token claims (#106511) 2020-09-11 12:38:03 -07:00
rebornix c53524a198 cell language should not be freezed. 2020-09-11 11:59:36 -07:00
rebornix 59dcc5c912 notebook document data loss. 2020-09-11 10:57:47 -07:00
Rachel Macfarlane 07ad5d6f18 Remove unused 'SettingSearch' issue type 2020-09-11 10:21:13 -07:00
Miguel Solorio 5c76fc51e0 Update Codicons: add 'magnet' icon
https://github.com/microsoft/vscode-codicons/commit/4c6115529dd1fa20b635f32f9271f50030b0722e
2020-09-11 09:52:37 -07:00
isidor b0a913b761 explorer: Should maintain row focus after deleting a file
fixes #71315
2020-09-11 18:02:51 +02:00
Johannes Rieken 133d95e618 adopt new amd loader with support for TrustedScriptURL, add typings for TrustedTypesFactory et al, https://github.com/microsoft/vscode/issues/106396 2020-09-11 17:59:23 +02:00
isidor c2da75080d do not use deprecated dom helper methods
#103454
2020-09-11 17:34:48 +02:00
isidor 93c96b63c0 debug and explroer: do not use dom.addClass, dom.toggleClass 2020-09-11 17:20:16 +02:00
isidor 292001621a do not use hasClass and first
#103454
2020-09-11 17:01:45 +02:00
Benjamin Pasero 1fccb9e58c proxy authentication does not work on 1.49 (#106434) 2020-09-11 14:54:03 +02:00
João Moreno bc38b0accb argh 2020-09-11 13:55:29 +02:00
João Moreno bea7a2334e fix linux build 2020-09-11 13:13:08 +02:00
João Moreno 1f1ac9a2a3 update distro 2020-09-11 12:45:54 +02:00
João Moreno e75b1a6dcd Merge branch 'joao/linux-arm' 2020-09-11 12:45:08 +02:00
Benjamin Pasero 13aca0a170 debt - remove some any casts from window 2020-09-11 11:40:05 +02:00
Alex Ross 8e12a92976 Remove Schemas.vscodeRemote from simple file dialog 2020-09-11 10:33:33 +02:00
Johannes Rieken 3994ae4c9e Trusted types - don't use innerHTML for rapid render, https://github.com/microsoft/vscode/issues/106395 2020-09-11 10:29:39 +02:00
Benjamin Pasero a46ba1f84c 🆙 web playground 2020-09-11 10:26:43 +02:00
Martin Aeschlimann 7c20c3f8b9 Merge pull request #106374 from microsoft/dependabot/npm_and_yarn/extensions/css-language-features/server/yargs-parser-13.1.2
Bump yargs-parser from 13.1.1 to 13.1.2 in /extensions/css-language-features/server
2020-09-11 01:16:59 -07:00
Martin Aeschlimann 2309414153 Merge branch 'master' into dependabot/npm_and_yarn/extensions/css-language-features/server/yargs-parser-13.1.2 2020-09-11 01:16:24 -07:00
Johannes Rieken 55a7f0aa48 update search file, https://github.com/microsoft/vscode/issues/106395 2020-09-11 10:10:35 +02:00
Benjamin Pasero 87847325a6 electron - set spellcheck: false again for windows 2020-09-11 09:49:18 +02:00
Benjamin Pasero 37a11b4314 try to fix build (linux) 2020-09-11 09:46:20 +02:00
Johannes Rieken 2e2d14cb13 some jsdoc for https://github.com/microsoft/vscode/issues/54938 2020-09-11 09:41:31 +02:00
João Moreno 8684731436 update distro 2020-09-11 07:57:46 +02:00
SteVen Batten 40827f365c fix fonts in monaco menu 2020-09-10 21:58:00 -07:00
Rachel Macfarlane 2c1dd109d6 Fix some trusted type violations, #106395 2020-09-10 18:55:17 -07:00
deepak1556 62b70e6bb5 update exploration branch 2020-09-10 18:29:41 -07:00
rebornix 4aefd4390f remove spliceNotebook api from textmodel. 2020-09-10 18:13:30 -07:00
rebornix 58d9622c42 unit tests for batched edits. 2020-09-10 18:13:30 -07:00
Jackson Kearl ee11170fef Pin blob storage dep
see Azure/azure-sdk-for-js#11187
2020-09-10 15:34:40 -07:00
Matt Bierner 310e5a9057 Replace our arrays.find with stdlib find
For #103454
2020-09-10 14:33:35 -07:00
Matt Bierner d82bb0ec77 Improve views contribution point
- add required properties
- add default snippet
- use `markdownDescription` for markdown string
2020-09-10 14:33:35 -07:00
Matt Bierner f731c6f2db Document view.type contribution
Fixes #105821
2020-09-10 14:33:35 -07:00
rebornix 7daf6e1e81 fix build. 2020-09-10 14:09:38 -07:00
rebornix 5ae0dc07e3 💄 2020-09-10 14:05:11 -07:00
rebornix f3c42d8057 do not copy execution related metadata 2020-09-10 14:03:27 -07:00
rebornix ea02bca1e0 replace insertCell with applyEdit. 2020-09-10 14:03:27 -07:00
rebornix f88fca5038 applyEdit supports begin/end selections. 2020-09-10 14:03:27 -07:00
rebornix 2103630537 private outputs slice and unknown change. 2020-09-10 14:02:16 -07:00
rebornix f0426274b4 notebook text model initialization does not increment version 2020-09-10 14:02:16 -07:00
rebornix b37c4b08e9 re #105735. batch apply edits. 2020-09-10 14:02:16 -07:00