Commit graph

86814 commits

Author SHA1 Message Date
Daniel Imms 83bd43bc51
Merge pull request #132870 from microsoft/tyriar/r160_pty
Fix launching Pseudoterminal-based and local terminals in remote workspaces before the connection is established
2021-09-10 09:45:00 -07:00
Megan Rogge 5e2f963536
Fix keys used to resolve terminal settings (#132868)
Co-authored-by: IllusionMH <illusionmh@gmail.com>
2021-09-10 09:02:36 -07:00
Daniel Imms 3361f8df93 Ensure local terminals can launch before available profiles are ready
Fixes #132519
Fixes microsoft/vscode-remote-release#5556
2021-09-10 08:53:29 -07:00
Daniel Imms f03e095bf8 Don't await profiles for custom ptys, ensure createTerminal returns
Fixes #132519
Fixes microsoft/vscode-remote-release#5556
2021-09-10 07:58:42 -07:00
Matt Bierner 20e764803a
Fix map func not having this bound (#132807)
Fixes #132703
2021-09-09 15:28:27 -07:00
Matt Bierner e85d17c3f6
Use uint32 to store buffer count (#132794)
For #131914
2021-09-09 13:16:21 -07:00
Connor Peet ddbf5069b1
Merge pull request #132660 from microsoft/connor4312/js-debug-1.60.2-candidate
debug: bump js-debug
2021-09-08 09:10:21 -07:00
Connor Peet c3d6aea049
debug: bump js-debug 2021-09-08 08:21:49 -07:00
Henning Dieterichs 6e964cc3d6
Merge pull request #132628 from microsoft/hediet/fix-132516-clear-stale-inline-suggestion-cache
fix 132516
2021-09-08 10:48:55 +02:00
Henning Dieterichs a1b6220fc8
Fixes #132516 by clearing cache when a session is disposed. 2021-09-08 10:17:27 +02:00
Matt Bierner f463e76080
Cherrypick #132298 to 1.60 (#132587) 2021-09-07 15:02:04 -07:00
Megan Rogge 2b51d4bfaf
await available profiles before creating a terminal (#132172) 2021-09-07 08:36:10 -07:00
Sandeep Somavarapu f81790c973
Merge pull request #132427 from microsoft/sandy081/1.60/bumpVersion
bump version
2021-09-06 09:29:27 +02:00
Sandeep Somavarapu 0c8bdfa50e
bump version 2021-09-06 09:08:36 +02:00
Tyler James Leonhardt 5d359697ff
only run language detection of extension-less files if it has plaintext mode (ref #132173) (#132290) 2021-09-03 13:23:55 -07:00
Sandeep Somavarapu e7d7e9a934
Merge pull request #132041 from microsoft/sandy081/fix132034
remove web extension kind
2021-09-01 12:25:58 +02:00
Sandeep Somavarapu 2f97f5748d
remove web extension kind from the setting schema 2021-09-01 12:21:24 +02:00
Sandeep Somavarapu 8a4d10d61c
remove web extension kind 2021-09-01 11:59:34 +02:00
Raymond Zhao b6a7847b1d
Bump distro (#132020) 2021-08-31 18:20:00 -07:00
Johannes Rieken efaa9c304b
Merge pull request #131967 from microsoft/joh/fix/131902
patch XMLHttpRequest and (partially) fetch to massage uris
2021-08-31 16:10:14 +02:00
Johannes Rieken e0384e5881
patch XMLHttpRequest and (partially) fetch to massage file-uris into vscode-file 2021-08-31 13:05:52 +02:00
Henning Dieterichs 1dd5ec71a9
Merge pull request #131958 from microsoft/hediet/fix-131942
Fix truncation of common suffixes that overlap with the common prefix.
2021-08-31 11:15:58 +02:00
Henning Dieterichs 1876faf1ad
Fixes #131942 by not counting characters that are both part of the prefix and the suffix twice. 2021-08-31 09:55:29 +02:00
Matt Bierner 50680d6117
Fix updating notebook metadata though editor api (#131681) (#131934)
`_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:05:04 -07:00
Sandeep Somavarapu 44a4b19a91
Merge pull request #131889 from microsoft/sandy081/fix131885
Fix #131885
2021-08-30 12:35:45 +02:00
Sandeep Somavarapu 52e947061c
Fix #131885 2021-08-30 12:17:21 +02:00
Martin Aeschlimann 5541e0a35a
Merge pull request #131887 from microsoft/aeschli/131396
fix for #131396
2021-08-30 12:16:33 +02:00
Sandeep Somavarapu 95be6795f9
Merge pull request #131888 from microsoft/sandy081/fixProductName
fix the naming
2021-08-30 12:12:55 +02:00
Sandeep Somavarapu b0c864fae1
fix product name 2021-08-30 12:00:20 +02:00
Martin Aeschlimann 3882d655ed
fix for #131396 2021-08-30 11:56:29 +02:00
Tyler James Leonhardt 84fe01573e
catch model errors (#131822) 2021-08-27 16:40:17 -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
Logan Ramos ecc7fdac90
Bump extension telemetry module 2021-08-27 11:29:48 -04: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
Sandeep Somavarapu 33873f4c89
fix product name 2021-08-27 10:49:37 +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