Commit Graph

89088 Commits

Author SHA1 Message Date
Matt Bierner c2d5e394c3 Pick up new TS version for building VS Code 2021-08-27 16:09:16 -07:00
Tyler Leonhardt 7294dbdc99 catch model errors 2021-08-27 16:02:54 -07:00
Jonah Snider 19512e92cb Fix typo in javascript.inlayHints.propertyDeclarationTypes.enabled description (#131760) 2021-08-27 15:20:20 -07:00
Logan Ramos 8dbad73de5 Update built in extensions telemetry 2021-08-27 15:45:42 -04:00
Tyler Leonhardt 12e053963f add test for cache hit fix in search by file name quick pick 2021-08-27 11:30:09 -07:00
Tyler Leonhardt 328d8e1610 make sure cache is different for quoted multi-piece queries 2021-08-27 11:16:57 -07:00
HaoLiHaiO 4387dea116 fix typo 2021-08-27 19:52:57 +03:00
Logan Ramos ecc7fdac90 Bump extension telemetry module 2021-08-27 11:29:48 -04:00
Johannes Rieken 1c8d83f719 dispose things that are created on render 2021-08-27 17:18:12 +02:00
Johannes Rieken f9b95de0a9 further alignments between LanguageStatusItem and StatusBarItem, add pin command that makes language status become a status bar item 2021-08-27 17:02:15 +02:00
Benjamin Pasero c0c1af298c web - properly filter out *.crswap 2021-08-27 17:01:31 +02:00
Logan Ramos c4fe803132 Revert "Centralize query parameter cleaning /cc @bpasero and @aeschli"
This reverts commit 0b87133f5b.
2021-08-27 09:26:18 -04:00
Johannes Rieken e6bec389fb Merge branch 'main' into joh/langStatus 2021-08-27 14:51:28 +02:00
Johannes Rieken afc8ab16ef fix https://github.com/microsoft/vscode/issues/126187 2021-08-27 12:44:23 +02:00
Johannes Rieken f71aba6560 make sure createDiagnosticsCollection doesn't leak RPC, https://github.com/microsoft/vscode/issues/115679 2021-08-27 12:12:53 +02:00
Johannes Rieken f5ce7996ae fix https://github.com/microsoft/vscode/issues/128198 2021-08-27 11:47:22 +02:00
Johannes Rieken 794dc834fe Merge branch 'main' into joh/next 2021-08-27 11:06:26 +02:00
Benjamin Pasero 6f0a0cd19f editors - increase delay before opening a dirty model as editor 2021-08-27 10:56:22 +02:00
Sandeep Somavarapu 33873f4c89 fix product name 2021-08-27 10:49:37 +02:00
Henning Dieterichs 055edaadbe Fixes #131567.
Only emit a change if the inline suggestion differs.
2021-08-27 10:33:26 +02:00
Benjamin Pasero de58d3f722 web - make sure to veto unload for working copies pending to be saved 2021-08-27 10:24:04 +02:00
Henning Dieterichs 6a2daec767 Fixes #131508.
Ensure that explicitly triggering inline completions re-requests inline completions with explicit context, even if there is already an inline completion session.
2021-08-27 09:54:26 +02:00
Henning Dieterichs 530804b26c Merge pull request #131744 from gjsjohnmurray/fix-131743
fix #131743 add menu separator only when adding 'Run to Line'
2021-08-27 09:34:26 +02:00
Christof Marti 15ecc8de58 Only hide in serverless (fixes microsoft/vscode-dev#242) 2021-08-27 09:10:48 +02:00
Benjamin Pasero 2cfe7266c3 🆙 distro 2021-08-27 07:45:20 +02:00
Matt Bierner cb842dcad0 Pick up TS 4.4 final 2021-08-26 16:02:34 -07:00
Rob Lourens 3b49e3a000 Add comment for #79339 2021-08-26 14:54:48 -07:00
SteVen Batten fd654fa755 fixes #79339 2021-08-26 14:05:46 -07:00
gjsjohnmurray 3a620cbc89 fix #131743 add menu separator only when adding 'Run to Line' 2021-08-26 21:45:49 +01:00
Matt Bierner 6d2920473c Fix #119786
Incorrectly reverted part of an earlier fix
2021-08-26 13:09:50 -07:00
Benjamin Pasero 7b2517c29e web - fix cancel id of warning dialog for local file access 2021-08-26 17:58:59 +02:00
Tyler Leonhardt f9c154af76 more clarity in language detection setting 2021-08-26 08:54:36 -07:00
Sandeep Somavarapu 5dce873a82 Fix #130352 2021-08-26 17:49:55 +02:00
Daniel Imms 879502398e Restore uri-based terminal icons in editors
Fixes #127607
2021-08-26 08:48:29 -07:00
Daniel Imms 4c731e520d Fix uri icons in terminal tabs
Part of #127607
2021-08-26 08:48:28 -07:00
Alexandru Dima 8dc3e70d23 Fixes microsoft/monaco-editor#2612 2021-08-26 17:13:34 +02:00
Daniel Imms f00ad149c3 Retain viewColumn active group when passing contributed profile to exthost
Fixes #131156
2021-08-26 07:15:48 -07:00
Daniel Imms b0d1e3b9f1 Pass in active group to terminal + button command
Part of #131156
2021-08-26 07:15:48 -07:00
Henning Dieterichs f8e9f87b65 Adds comments. 2021-08-26 16:09:09 +02:00
Henning Dieterichs b61ed4aabd Differentiate between colorizedBracketPairs null and empty array.
Use the default value if the list is null, use the empty list if the list is empty.
2021-08-26 15:41:30 +02:00
Sandeep Somavarapu f6b5a7a6a1 Fix #130514 2021-08-26 15:26:33 +02:00
Johannes Rieken 4364bb0c6a fix https://github.com/microsoft/vscode/issues/129189 2021-08-26 15:11:37 +02:00
Sandeep Somavarapu e1a199c5d7 Fix #122964 2021-08-26 15:10:47 +02:00
Henning Dieterichs 22b2da9e23 💄 2021-08-26 14:26:50 +02:00
Henning Dieterichs eb46abf908 Fixes #130292. 2021-08-26 14:25:34 +02:00
Johannes Rieken b0e93a987b simplify "Go to Symbol in Editor" registration, fyi @bpasero, related to https://github.com/microsoft/vscode/issues/129189 2021-08-26 13:06:29 +02:00
Henning Dieterichs aeb8b4be9a Updates inline completion provider API docs and renames selectedSuggestionInfo to selectedCompletionInfo. 2021-08-26 12:05:15 +02:00
Ladislau Szomoru 25f89666dc Bring back Windows smoke tests 2021-08-26 11:52:34 +02:00
Johannes Rieken 258ca706a7 more CSS trickery to get linked status bar items to work 2021-08-26 11:43:37 +02:00
Christof Marti 0df549f94f Hide rename in web (fixes microsoft/vscode-dev#242) 2021-08-26 11:29:11 +02:00