Commit Graph

89088 Commits

Author SHA1 Message Date
Daniel Imms 761f26fd3e Support :row:col in single match word links
Fixes #132391
2021-09-09 12:43:58 -07:00
Matthew Peveler 72bbe2e748 Docs: Fix grammar on language and value docstrings (#132782)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-09-09 15:21:10 -04:00
Matt Bierner 0b3e72d566 Roll back to last know stable TS version
Current nightly has issues with intl: https://github.com/microsoft/TypeScript/issues/45804

The previous nightly seems to have some regression around types that cause a build failure

Just go back to last known good build for now
2021-09-09 10:42:40 -07:00
meganrogge 75e1b83fe8 add check for undefined 2021-09-09 10:28:13 -07:00
Matt Bierner b2aa5372a8 Go back to previous day TS
Work around regression in intl.2020 types
2021-09-09 10:24:52 -07:00
Matt Bierner c3f0f3f156 Use uint32 to store buffer count
For #131914
2021-09-09 10:03:14 -07:00
Matt Bierner affcb67532 Pick up new TS version 2021-09-09 10:02:55 -07:00
Megan Rogge 6cfc5322a9 make terminal title and description configurable and distinguishable (#132691) 2021-09-09 10:00:00 -07:00
Martin Aeschlimann a3c57abacc status bar hover should not flicker when moving back to item 2021-09-09 18:08:55 +02:00
Alexandru Dima 525a813883 Fix compilation errors 2021-09-09 17:22:58 +02:00
Martin Aeschlimann b8b5bcb63b Status bar hover should show instantly. Fixes #129118 2021-09-09 16:50:25 +02:00
Alexandru Dima e8bfca6b76 Improve blending of the foreground opacity 2021-09-09 16:46:51 +02:00
Daniel Imms 6e6f175a04 Serialize buffer progress
Part of #131634
2021-09-09 05:59:48 -07:00
Andre Weinand e4c2685a27 change bot assignments for debug 2021-09-09 12:28:47 +02:00
Benjamin Pasero 1091af7d65 Split editor: support to update status bar per focused side (fix #132650) 2021-09-09 11:06:35 +02:00
Benjamin Pasero e4970a3bdd editors - rename EditorControl to EditorPanes 2021-09-09 11:06:34 +02:00
Martin Aeschlimann 8af5d85c3b Merge pull request #132523 from AkatQuas/fix/runner
fix: early return on cancellation
2021-09-09 09:42:04 +02:00
Martin Aeschlimann 9ebc659dc1 [css/html] update language services 2021-09-09 09:36:04 +02:00
Sandeep Somavarapu f43d80f02f #126477 add trace statements 2021-09-09 09:23:31 +02:00
Sandeep Somavarapu 23281e6cb0 Revert "@126477 do not poll if channel is not active"
This reverts commit c2f543ff60.
2021-09-09 09:19:23 +02:00
Martin Aeschlimann b7c8113cc4 Merge pull request #132512 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-09-09 09:05:30 +02:00
Martin Aeschlimann 2039be03bf Merge pull request #132508 from AkatQuas/fix/html-language-feature
fix(html-language-feature): remove vague statement
2021-09-09 09:04:10 +02:00
Ladislau Szomoru a4889e61b1 Workspace trust - Add telemetry for workspace trust dialogs (#132530) 2021-09-09 08:59:40 +02:00
Benjamin Pasero 0df5af8338 editors - fix commands for splitting/joining (#132651) 2021-09-09 08:43:17 +02:00
Benjamin Pasero 844aab2b3b editors - fix side by side editor matching logic (#132651) 2021-09-09 08:06:52 +02:00
Brandon Rajkowski fea07a8086 Terminal now supports linking local file paths containing '$'
Fixes #129911
2021-09-08 19:49:30 -06:00
rebornix aa93eefe55 gradually move towards cellAt index asset. 2021-09-08 17:05:03 -07:00
Matt Bierner 277f6ef132 Log errors when loading markdown-it plugins 2021-09-08 15:12:46 -07:00
Matt Bierner d3642c3f60 Removing support for old style markdown symbol links in vscode.d.ts
Fixes #132663
2021-09-08 15:11:19 -07:00
Alexandru Dima 7c38fc42b3 Add minimap.foregroundOpacity to define minimap's foreground opacity 2021-09-08 23:41:23 +02:00
Alexandru Dima 3e32aa59a1 Have the minimap.background not influence the opacity of the minimap text 2021-09-08 23:12:51 +02:00
Matt Bierner f0975ec56c Remove now unused setting 2021-09-08 13:48:23 -07:00
rebornix d20c47e565 Merge branch 'sbatten/zindex' into main 2021-09-08 12:06:14 -07:00
SteVen Batten aee226db4b fixes #132652 2021-09-08 12:01:07 -07:00
Logan Ramos 65824647a6 Update tabs structure 2021-09-08 14:31:28 -04:00
Alexandru Dima 26538eaaef Merge remote-tracking branch 'origin/main' into pr/alexdima/132672 2021-09-08 20:23:57 +02:00
Logan Ramos 65a8d1234c Remove diff resource 2021-09-08 14:20:08 -04:00
Raymond Zhao df115e761a Revert "Re-enable tab tests"
This reverts commit e0cdd0974b.
Revert reason: browser integration tests failing
2021-09-08 10:31:46 -07:00
rebornix f1a7040f56 scheduler. 2021-09-08 10:03:21 -07:00
Sandeep Somavarapu c2f543ff60 @126477 do not poll if channel is not active 2021-09-08 18:34:47 +02:00
Johannes Rieken 78f63b7d0b add explict region-comment 2021-09-08 18:01:28 +02:00
Logan Ramos fc41c9fb60 Update description 2021-09-08 11:43:37 -04:00
Alexandru Dima 4ad9d50796 Restore undo-redo elements for IPathService.defaultUriScheme (#132612) 2021-09-08 17:27:46 +02:00
Benjamin Pasero 94c829afd6 macOS: application hangs when --wait is used with --verbose (fix #132611) 2021-09-08 17:26:52 +02:00
Connor Peet 9a15261ab3 debug: bump js-debug 2021-09-08 08:20:54 -07:00
Logan Ramos e0cdd0974b Re-enable tab tests 2021-09-08 10:35:58 -04:00
Logan Ramos eec31373e6 Bump distro 2021-09-08 10:34:45 -04:00
Benjamin Pasero ad321f6ba0 editors - track last focused side in side by side editor (#36700) 2021-09-08 15:08:46 +02:00
Un-index 7392504f85 Simplify origin check in iframe.ts (#132577)
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2021-09-08 13:25:23 +02:00
Sandeep Somavarapu 08370d00b4 update distro 2021-09-08 11:52:14 +02:00