Commit Graph
86899 Commits
Author SHA1 Message Date
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
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
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
Johannes Rieken 3a73d52a19 don't use optional in snippet land nor in telemetry service, https://github.com/microsoft/vscode/issues/119440 2021-08-31 12:01:20 +02:00
Henning Dieterichs fe170dc875 Merge pull request #131778 from microsoft/hediet/fix-131567
Fixes #131567.
2021-08-31 09:52:53 +02:00
Benjamin Pasero da5bec6c08 editors - reduce calls to forceFile 2021-08-31 09:48:07 +02:00
Henning Dieterichs 7c5e28d295 Fixes #131942 by not counting characters that are both part of the prefix and the suffix twice. 2021-08-31 09:43:02 +02:00
Benjamin Pasero 941c07bb6c editors - some debt reduction for #128209 2021-08-31 09:22:30 +02:00
Johannes Rieken 1c5dde4797 api comments 2021-08-31 09:05:00 +02:00
deepak1556 0d0edb324c fixup! update languagedetection to 1.0.21. 2021-08-31 15:16:45 +09:00
Connor Peet 0f781450de fix test error 2021-08-30 22:09:19 -07:00
deepak1556 70f3c712be chore: bump electron@13.2.3 2021-08-31 12:11:17 +09:00
Connor Peet 5cb33cbd73 fix test error 2021-08-30 18:07:20 -07:00
rebornix b1271d4bc0 fix #130699. 2021-08-30 17:00:02 -07:00
rebornix 423c5ecb41 fix #131561. 2021-08-30 16:51:15 -07:00
rebornix abbcfb636e fix #131489. 2021-08-30 16:42:08 -07:00
Tyler Leonhardt f7d9881ae7 update languagedetection to 1.0.21. fixes #129005 fixes #131268 2021-08-30 16:26:19 -07:00
洛竹 8011d05df6 fix: GetSessionOptions -> AuthenticationGetSessionOptions (#131644) 2021-08-30 16:25:12 -07:00
rebornix c7e5104459 fix #131551. Toggle Cell Line Number respects multi-selections 2021-08-30 16:12:37 -07:00
rebornix 60a4739804 re #131551. Change cell to markdown/code respects multi selection. 2021-08-30 16:12:37 -07:00
Tyler Leonhardt 629d9f6dd7 use a hash of an object as a key for fuzzy scoring 2021-08-30 15:49:10 -07:00
Matt Bierner fe8e8e4bfc Use link color for code inside of links
Fixes #131693
2021-08-30 15:48:56 -07:00
Matt Bierner 9a1466679b Add insertSpaceAfterOpeningAndBeforeClosingEmptyBraces to tsfmt
This setting currently isn't picked up properly (https://github.com/vvakame/typescript-formatter/issues/166) but adding it for the future
2021-08-30 15:48:55 -07:00
Connor Peet 604dd1418f testing: fix run incorrectly ending if executed on multiple controllers
Fixes (#131827)
2021-08-30 15:37:44 -07:00
Connor Peet f3fbecd1cc testing: fix setting states in a run with identical IDs not working
Fixes #131827
2021-08-30 15:37:44 -07:00
Connor Peet d1e4e27c3a testing: default failure message to the test location if not already set
Fixes #131898
2021-08-30 15:37:44 -07:00
Tyler Leonhardt f6ad931d73 don't run language detection if files.defaultLanguage is set fixes #131912 2021-08-30 15:27:46 -07:00
Miguel Solorio 8ba67987c6 Update distro 2021-08-30 15:08:45 -07:00
John Murray 75e1fa6c43 fix #131427 ignore extension contributions when populating Outline for markdown file (#131572) 2021-08-30 14:13:17 -07:00
Matt Bierner 394c0847b0 Fix updating notebook metadata though editor api (#131681)
`_isDocumentMetadataChangeTransient` currently seems to return true for every metadata object except `{ trusted: boolean }`. This causes all metadata updates to be considered transient, which means that the notebook is never marked dirty

This PR deletes the old function so that we use `triggerDirtyChange` to track when the document becomes dirty instead
2021-08-30 14:02:34 -07:00
Matt Bierner d31496c866 Organize imports in contrib 2021-08-30 13:55:32 -07:00
Matt Bierner 4c08ca59db Go back to older TS version to work around formatting inconsistency
Reverting to older TS nightly to avoid https://github.com/microsoft/TypeScript/issues/45645
2021-08-30 13:54:40 -07:00
Matt Bierner e03f5d4e27 Bump TS version 2021-08-30 13:54:39 -07:00
Matt Bierner 28bc889cea Use ActivationFunction 2021-08-30 13:54:39 -07:00
Matt Bierner 0ec3d48b70 Use @types/vscode-notebook-renderer 2021-08-30 13:54:39 -07:00
Logan Ramos 3ff1222366 Fix build 2021-08-30 16:06:16 -04:00
Loren Paulsen cbeee3bc65 Upgrade to Prebuilds V2 (#131920) 2021-08-30 12:02:23 -07:00
Tyler Leonhardt 430e98bf67 💄 code clean up in ld worker 2021-08-30 11:55:33 -07:00
Tyler Leonhardt f28e845cbb grab only the first 10000 characters for language detection 2021-08-30 11:49:00 -07:00
Logan Ramos 56abba5857 Disable headers using new telemetry level 2021-08-30 14:26:57 -04:00