Commit graph

93287 commits

Author SHA1 Message Date
Alex Dima
120318d90e
Fixes #142933: manually unset TextModel._bufferDisposable to avoid large leaks caused by a reference to a disposed TextModel 2022-02-15 16:50:46 +01:00
Benjamin Pasero
b344f43498
Revert "linux: disable crash reporting in CI (#142572)"
This reverts commit 7dbd7367dc.
2022-02-15 16:27:08 +01:00
Benjamin Pasero
a53624cc51
Revert "linux: disable crash reporting in CI also in smoke tests (#142572)"
This reverts commit 5faea719c5.
2022-02-15 16:26:38 +01:00
Benjamin Pasero
6defcb5efe
web - remove legacy main build file 2022-02-15 16:22:06 +01:00
Ladislau Szomoru
6011bf7e7a
Fix #121914 2022-02-15 16:02:34 +01:00
Logan Ramos
ec849f94fe
Remove telemetry upsetting GDPR tool 2022-02-15 10:01:05 -05:00
Daniel Imms
4faed854a1 Swallow error we if updating cwd after process is killed
Fixes #143050
2022-02-15 06:52:51 -08:00
Joao Moreno
66f37d4f23
address Event.map leakage
related to #142851
2022-02-15 15:38:21 +01:00
Daniel Imms
91a539fd26 Don't sign ps1
Causes codesign to fail
2022-02-15 06:36:28 -08:00
Ladislau Szomoru
ce46f445c0
Add command to close all diff editors 2022-02-15 11:59:39 +01:00
Henning Dieterichs
6e99129744
Implements audio cue for when the debugger pauses. 2022-02-15 11:51:56 +01:00
Henning Dieterichs
4dab43a540
Audio Cues: Ignore line changes caused by non-explicit position changes (e.g. navigation) 2022-02-15 11:12:58 +01:00
Alex Ross
24675409fc
Comments view refresh (#140979)
Fixes #142081
2022-02-15 10:55:17 +01:00
Alexandru Dima
2d23306e87
Merge pull request #143074 from microsoft/alex/issue-142316
native-keymap@3.2.1
2022-02-15 08:52:56 +01:00
Benjamin Pasero
5faea719c5
linux: disable crash reporting in CI also in smoke tests (#142572) 2022-02-15 08:45:36 +01:00
Benjamin Pasero
7dbd7367dc
linux: disable crash reporting in CI (#142572) 2022-02-15 08:26:18 +01:00
Raymond Zhao
e8cfc68ce4
Revert "Pass renderer locale to exthost, fixes #85675 (#141095)"
This reverts commit 0233e80d64.

Mitigates #142857
2022-02-14 17:46:17 -08:00
Matt Bierner
e491208ae0
Add extra timeout for safari webview loading checks
Fixes #143030

Not sure of a better way to fix this right now
2022-02-14 17:33:03 -08:00
Alex Dima
c4c2d12b55
native-keymap@3.2.1 2022-02-15 01:01:04 +01:00
Daniel Imms
6e63b1e1ee Handle skipped commands in bash
Part of #142640
2022-02-14 15:59:09 -08:00
Alex Dima
0ac6b26118
native-keymap@3.2.0 2022-02-15 00:25:52 +01:00
Daniel Imms
458dda86af Localize command decoration hover and handle exit code -1
Part of #140718
2022-02-14 15:17:41 -08:00
Daniel Imms
2ac67c722c Show 'skipped' command decorations
Part of #143017
2022-02-14 15:10:43 -08:00
Daniel Imms
8c70e82fb1 Ensure pwsh tab completion commands are registered correctly
Part of #143072
2022-02-14 14:55:26 -08:00
Daniel Imms
d38767ddfa Fix terminal breaking on pwsh tab completion
Fixes #143072
2022-02-14 14:47:34 -08:00
Daniel Imms
f7e045c984 Polish command decoration hover format 2022-02-14 14:36:49 -08:00
Daniel Imms
007389a19e Ensure pwsh exit code is evaluated asap to fix failed commands 2022-02-14 14:31:51 -08:00
Daniel Imms
cd636b4520 Fix command decoration hover getting stuck
Fixes #143069
2022-02-14 14:29:13 -08:00
Daniel Imms
a0c2d35244 Add shell integration scripts to server package 2022-02-14 14:07:37 -08:00
Daniel Imms
4359c1fcb5 Correct shell integration script execInstallFolder 2022-02-14 14:02:32 -08:00
Matt Bierner
82fe581566
Bump webview commit 2022-02-14 13:45:05 -08:00
Daniel Imms
eae15855ee
Merge branch 'main' into tyriar/141599 2022-02-14 12:23:10 -08:00
Raymond Zhao
7f36dc4622
Fixes #143029 2022-02-14 12:12:43 -08:00
Connor Peet
79acd624dd
testing: fix tree view inconsistencies on nested child updates
Fixes #142966
2022-02-14 11:51:55 -08:00
Connor Peet
ba2322a7ac
tree: fix error if focused element is spliced out and then parent collapse state changes
Fixes #143049
2022-02-14 11:51:54 -08:00
SteVen Batten
6742e394d7
fix typo in filter for pdb/node 2022-02-14 10:35:08 -08:00
Miguel Solorio
97bc3739bd Update Codicons: Add indent (Refs #142081)
ab285ffd13
2022-02-14 09:01:54 -08:00
Daniel Imms
2b7b220291 Fix tests/cwd sequence 2022-02-14 08:30:55 -08:00
Benjamin Pasero
dafc40bca5
tangle - extract platform/action (fix #141154) 2022-02-14 17:08:37 +01:00
Daniel Imms
46f952f210 Ignore multi-line paste warning in bracketed paste mode
Fixes #142525
2022-02-14 08:03:20 -08:00
Daniel Imms
160056a591 Use custom sequences for shell integration
Fixes #140514
2022-02-14 08:00:33 -08:00
Henning Dieterichs
60f91e9878
Implements audio cue for warnings (off by default). 2022-02-14 16:45:44 +01:00
Henning Dieterichs
90b4b6a1f6
Introduces more audio cue settings, adds audio cue help command. 2022-02-14 16:25:52 +01:00
Daniel Imms
825ef4d799 Listen for cursor moves to more reliably find command on Windows
Fixes #143011
2022-02-14 07:23:38 -08:00
Alex Dima
e4c1b90847
Fixes #142913: define an implementation for ILanguageFeaturesService 2022-02-14 16:17:09 +01:00
Alex Ross
8d5e1a1652
Bump distro 2022-02-14 16:13:09 +01:00
Daniel Imms
0709fd2b0d WIP command history
Part of #141006
2022-02-14 06:35:55 -08:00
Ladislau Szomoru
888677ed95
Close stale diff editors while stashing changes 2022-02-14 10:32:59 +01:00
Alex Ross
aed7eb754a
Don't show an empty quick pick to remote explorer users 2022-02-14 09:56:33 +01:00
Amin Yahyaabadi
c0ec3820b8
fix: simplify regex expressions in tasks/common (#142899) 2022-02-14 09:50:09 +01:00