Commit Graph

89088 Commits

Author SHA1 Message Date
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
SteVen Batten 343cf36472 update path to 14.16
fixes #122669
2021-08-30 11:16:21 -07:00
SteVen Batten 60e3fd6a01 remove optional tags for tasexp 2021-08-30 10:58:22 -07:00
SteVen Batten 9525d0e1ed centralize telemetry level (#131919)
* centralize telemetry level

* add comments and const enum
2021-08-30 10:38:42 -07:00
Logan Ramos 9c6b9f0bf5 Fix unnecessary boolean conversion 2021-08-30 13:05:28 -04:00
Mark Zuber 0794066308 Add telemetry to extension host startup success/fail 2021-08-30 10:02:40 -07:00
Connor Peet b5944ec59b include flags to work around electron issues 2021-08-30 09:50:24 -07:00
Johannes Rieken 189f200385 update milestone 2021-08-30 17:52:05 +02:00
Johannes Rieken b873a3e2da some todos for @lramos15 2021-08-30 17:02:13 +02:00
Benjamin Pasero 7d5ea77821 debt - clear up some deprecations 2021-08-30 15:50:18 +02:00
Alex Ross 6ceee3192e Update grammars 2021-08-30 14:45:57 +02:00
isidor b64b1821ae Only focus on new session when there is no currently focused session
fixes #128132
2021-08-30 14:14:09 +02:00
Johannes Rieken 7443bb5c8c Merge pull request #131264 from microsoft/joh/langStatus
Language status items
2021-08-30 13:26:10 +02:00
Henning Dieterichs f146e5d4c4 Merge pull request #131807 from HaoLiHaiO/fix/fix-typo
fix typo
2021-08-30 12:18:13 +02:00
Martin Aeschlimann 05a0eabcdc fix for #131396 2021-08-30 12:17:42 +02:00
Sandeep Somavarapu 46060d5f25 Fix #131885 2021-08-30 12:16:13 +02:00
Sandeep Somavarapu 380fa18387 fix product name 2021-08-30 11:59:06 +02:00
Johannes Rieken 5f3b7e1ef9 persist pinned language status items 2021-08-30 11:26:47 +02:00
Alexandru Dima 1db5ca06f3 Merge pull request #131865 from crackalak/feature/shadowdom-aria
Added `ariaContainerElement` to `IStandaloneEditorConstructionOptions`
2021-08-30 11:11:01 +02:00
Johannes Rieken e0c5f66bb5 Merge branch 'main' into joh/langStatus 2021-08-30 10:34:44 +02:00
Johannes Rieken e2a0c51a8e Revert "🆙 version"
This reverts commit d9a553a227.
2021-08-30 10:24:24 +02:00
Johannes Rieken ac707604a4 fix https://github.com/microsoft/vscode/issues/129332 2021-08-30 10:08:56 +02:00
Benjamin Pasero a73725c634 Merge pull request #131882 from microsoft/ben/september
September debt
2021-08-30 09:56:25 +02:00
Johannes Rieken 2bf151198e update my-work query 2021-08-30 09:17:46 +02:00
Johannes Rieken 2d2b2519ce Merge branch 'joh/next' into main 2021-08-30 09:14:30 +02:00
Johannes Rieken d9a553a227 🆙 version 2021-08-30 09:13:07 +02:00
Benjamin Pasero 5fbeffb79c 🆙 distro 2021-08-30 08:39:25 +02:00
Benjamin Pasero 1d1241464a labels - avoid repeated detectModeId everytime label updates 2021-08-30 08:32:05 +02:00
Anton Kosyakov 41f040d625 fix #131783: apply installation options for vxis files 2021-08-30 06:12:38 +00:00
Benjamin Pasero 5a6fdc7a9e editors - use bulk operations for move/copy editors (#131506) 2021-08-30 07:53:10 +02:00
Dan Hughes d130fc7352 Added ariaContainerElement to IStandaloneEditorConstructionOptions 2021-08-29 16:38:30 +01:00
Aex eaf74ae6ac Update to latest seti-ui icon theme 2021-08-29 07:11:31 +00:00