susiwen8
|
3854c3fa8e
|
fix: close `create fork` message will create fork (#148438)
|
2022-05-02 05:49:00 -07:00 |
João Moreno
|
ab13b068b5
|
Remove SCMRepository instances from context service (#148047)
* have SCMService expose iterable repositories list
* remove SCMRepository instances from context service
Related-to: #147926
|
2022-05-02 05:47:04 -07:00 |
Sandeep Somavarapu
|
81e2c3f327
|
#148410 Adopt to ILabelService.getUriBasenameLabel
|
2022-05-02 14:15:09 +02:00 |
isidor
|
1cca784e1f
|
update distro
|
2022-05-02 11:58:12 +02:00 |
Alex Ross
|
f3b1b53443
|
Update grammars
|
2022-05-02 11:20:10 +02:00 |
Johannes
|
85e3f0d973
|
adopt `getUriBasenameLabel` for references tree, https://github.com/microsoft/vscode/issues/148410
|
2022-05-02 11:19:08 +02:00 |
Johannes Rieken
|
180d8e93c1
|
update my work milestone
|
2022-05-02 11:06:43 +02:00 |
Johannes
|
d6f55b65e9
|
use `fsPath` instead of `path`
|
2022-05-02 11:06:17 +02:00 |
Benjamin Pasero
|
ca936dcc94
|
Remember target directory when downloading files (fix #140358)
|
2022-05-02 09:25:41 +02:00 |
Ladislau Szomoru
|
5a13636bde
|
Fix #148187
|
2022-05-02 09:15:22 +02:00 |
Benjamin Pasero
|
f90dd46fc3
|
smoke - fail early if cloning fails
|
2022-05-02 08:38:03 +02:00 |
Benjamin Pasero
|
c6bd448948
|
debt - bring `@types/mocha` up to date with version 9.x
|
2022-05-02 08:30:27 +02:00 |
Benjamin Pasero
|
e39f02c7ec
|
Panel border hidden when in Notebook editor (fix #147534)
|
2022-05-02 08:28:49 +02:00 |
Benjamin Pasero
|
8cf0178035
|
editor group model - fix index fo unstick as well (#145773)
|
2022-05-02 08:22:27 +02:00 |
Benjamin Pasero
|
8030b3ac7a
|
labels - avoid workspace folder lookup if not needed
|
2022-05-02 08:21:44 +02:00 |
Benjamin Pasero
|
02f5247fc2
|
Windows connected to linux remote fails to ~ prefix paths (fix #148422)
|
2022-05-02 08:18:41 +02:00 |
Benjamin Pasero
|
5abbd7e178
|
web - figure out a better user home location
|
2022-05-02 08:17:24 +02:00 |
Benjamin Pasero
|
ae8302564c
|
Path is not `~` prefixed for editors right on startup (fix #148420)
|
2022-05-02 08:16:00 +02:00 |
Benjamin Pasero
|
1d03d3d65c
|
Adopt `ILabelService.getUriBasenameLabel` in window title (#148410)
|
2022-05-02 08:11:18 +02:00 |
Benjamin Pasero
|
dc664b9446
|
Untitled file with associated path shows full path as label (fix #148409)
|
2022-05-02 08:09:55 +02:00 |
Benjamin Pasero
|
f0111da9ac
|
Paths with tilda are not properly shortened (fix #148407)
|
2022-05-02 08:08:19 +02:00 |
Matt Bierner
|
892d6ec2a2
|
Fix md workspace cache for untitled files
Makes sure we also add all text documents to the list of md docs
|
2022-04-30 20:15:40 -04:00 |
Matt Bierner
|
8449a9f5cb
|
Fix md rename when file does not exist
Fixes #148147
- Don't try renaming non-existent files
- Also fixes a bug where renaming in untitled files would insert `untitled:`
|
2022-04-30 19:52:44 -04:00 |
Matt Bierner
|
3e182633c7
|
Adding some more tests for markdown references
|
2022-04-30 19:14:03 -04:00 |
Andrew Branch
|
e9e3ca02ef
|
Add `flags` to completions telemetry (#148313)
|
2022-04-30 17:57:13 -04:00 |
沈鸿飞
|
19e728a2c0
|
In addition to WebviewPanel, let WebviewView also support transferring of TypedArrays (#148429)
|
2022-04-30 17:53:37 -04:00 |
Megan Rogge
|
3f4cf3d89c
|
fix #147952 (#148463)
Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
|
2022-04-29 15:47:28 -07:00 |
Connor Peet
|
6c69756a0a
|
chore: bump js-debug
|
2022-04-29 15:01:22 -07:00 |
meganrogge
|
975e88c01a
|
fix #148446
|
2022-04-29 14:25:56 -07:00 |
Jean Pierre
|
9d5e79cec2
|
Fixes #148447 (#148456)
|
2022-04-29 14:02:57 -07:00 |
Logan Ramos
|
5b7ed788d7
|
Fix #96784
|
2022-04-29 13:30:51 -04:00 |
Logan Ramos
|
482f2ba743
|
Fix #145773
|
2022-04-29 13:22:00 -04:00 |
Tyler Leonhardt
|
e1b2cd8068
|
slightly more descriptive text. Fixes #147800
|
2022-04-29 10:03:21 -07:00 |
Logan Ramos
|
f3a3cbd829
|
Bump distro
|
2022-04-29 09:44:02 -04:00 |
Henning Dieterichs
|
1c8ffe98e9
|
Wrap deltaDecorations in changeDecorations to ensure that no decoration leaks.
This might happen if deltaDecorations causes a handler to update ghost text. Might fix #147108
|
2022-04-29 13:10:06 +02:00 |
Henning Dieterichs
|
f1f4ca6603
|
Ensure no decoration ids leak or are double removed.
|
2022-04-29 13:06:01 +02:00 |
Alex Dima
|
6fd33cc509
|
Fixes #146947: Bind event listeners to the `window` in case `setPointerCapture` fails.
|
2022-04-29 09:11:31 +02:00 |
rebornix
|
8632e9c409
|
fix #148258.
|
2022-04-28 16:04:28 -07:00 |
Jackson Kearl
|
9faf343eab
|
Fix #148385
|
2022-04-28 16:03:51 -07:00 |
Megan Rogge
|
ec3f8b9b0e
|
include other zsh scripts in server resources (#148367)
Co-authored-by: Connor Peet <connor@peet.io>
|
2022-04-28 14:01:57 -07:00 |
Harald Kirschner
|
781d0e4a94
|
Fixing #146093
|
2022-04-28 10:14:51 -07:00 |
SteVen Batten
|
a3db530a3f
|
Merge pull request #148321 from microsoft/sandy081/fix148320
|
2022-04-28 10:00:28 -07:00 |
Alex Dima
|
5ee2eed5af
|
Fixes #147944
|
2022-04-28 17:53:27 +02:00 |
Alex Ross
|
aea5b8cea0
|
Fix comment actions not showing
Fixes #148279
|
2022-04-28 17:35:28 +02:00 |
Sandeep Somavarapu
|
610fff2b36
|
simpliy the fix by fixing only order of keys
|
2022-04-28 20:52:48 +05:30 |
Alex Dima
|
ed63059a47
|
Fixes microsoft/vscode-remote-release#6543: Go through the unexpected error handler (which has async endless loop protection) instead of using the console in the SIGPIPE handler
|
2022-04-28 17:14:19 +02:00 |
Martin Aeschlimann
|
b8da1be55c
|
web client server: support x-original-host
|
2022-04-28 16:26:04 +02:00 |
Henning Dieterichs
|
66f12dd64e
|
Fixes #148354 by only calling this._mouseDownOperation.start(...) when shouldHandle is set.
|
2022-04-28 16:18:34 +02:00 |
Alex Dima
|
155389030c
|
Fixes #148154: When there is selection in the editor, make sure to have something selected in the textarea too to get context menu cut and copy working
|
2022-04-28 16:12:15 +02:00 |
Alex Dima
|
ebfa1d1c8d
|
Revert "ensure Safari goes through our clipboard service. ref #142057" because it causes #148154
This reverts commit 35f8ba6f66 .
|
2022-04-28 16:12:15 +02:00 |