Commit Graph

61811 Commits

Author SHA1 Message Date
Eric Amodio
634522a6ed Fixes #91381 2020-03-01 11:32:18 -05:00
Eric Amodio
afacd2bdfe Fixes #89509, #91464, #91628, #91619 2020-03-01 11:29:54 -05:00
Matt Bierner
77dcee274b Fix formatting for TS 3.9 update 2020-02-29 12:08:55 -08:00
Matt Bierner
ff253a8f60 Build VS Code with TS 3.9-nightly 2020-02-29 11:45:48 -08:00
Rachel Macfarlane
fc9543ac88 Reset settings sync token on 401, fixes #91653 (#91726) 2020-02-28 16:03:12 -08:00
Matt Bierner
d685711e7c Pick up TS 3.8.3 2020-02-28 14:45:36 -08:00
Matt Bierner
4b046579d8 Using private fields for more in extHostWebviews 2020-02-28 14:45:35 -08:00
Matt Bierner
d4dc9e09a2 Fix command being set twice in object 2020-02-28 14:45:35 -08:00
Pine Wu
b393709eb2 Fix #89933 2020-02-28 14:37:22 -08:00
Alex Dima
79a5a741f8 Fixes #91776: Adopt codicons 2020-02-28 23:32:36 +01:00
Alex Dima
7f1bde5cb7 Fixes #15774: Use configured word separators for Ctrl+D 2020-02-28 22:25:48 +01:00
Pine
3d23d67f33 Merge pull request #91781 from microsoft/fix/long-suggestion-handling
suggest: fix handling around long lines
2020-02-28 12:31:04 -08:00
SteVen Batten
a69a45943e resolves #91431 2020-02-28 12:04:27 -08:00
Connor Peet
155fcfa5bb suggest: fix handling around long lines
See: https://github.com/microsoft/vscode/issues/90552#issuecomment-592680419

`overflow: hidden` should have been `overflow: auto`. Auto displays a
scrollbar which, depending on the platform, can make the items too high.

Also fixes names being cut off (see the loooong) cutoff in the linked
issue. `flex-shrink:0` is on the label, with a max-width of 100%. But
on the left there was the 18px icon, so the right side of the label was
18px off the end and not visible. Fix it by moving the icon outside of
the `.left` side. We could alternately `calc(100% - 18px)`, but since
the icon was not a hardcoded size in CSS I didn't want to implicitly
depend on that.
2020-02-28 11:56:45 -08:00
Pine Wu
a68bfa3846 Add back languages/css test. Fix #90538 2020-02-28 11:56:25 -08:00
Andrew Branch
23850c7990 [typescript-language-features] Add importModuleSpecifierEnding preference (#90405)
* Expose importModuleSpecifierEnding to typescript-language-features

* Add default `auto` setting

* Use string 'auto' for auto setting

* Work with TypeScript 3.8
2020-02-28 11:20:50 -08:00
Rachel Macfarlane
b1dfe79d37 Fix build 2020-02-28 11:13:26 -08:00
Peng Lyu
63cb05ec37 Merge pull request #91594 from microsoft/rebornix/listview-item-heightchange
Update list view item height programmatically
2020-02-28 10:39:09 -08:00
Peng Lyu
76db1859ec Merge branch 'master' into rebornix/listview-item-heightchange 2020-02-28 10:37:33 -08:00
Benjamin Pasero
cdde27aea0 skip failing test 2020-02-28 18:23:55 +01:00
João Moreno
8d80cea0dd Merge pull request #89868 from jeanp413/fix-89484
Fixes no link detection in SCM input box
2020-02-28 17:55:04 +01:00
SteVen Batten
cdd0c15696 candidate shrinking dropdown 2020-02-28 08:45:20 -08:00
Alex Dima
982429716b Update distro 2020-02-28 17:32:42 +01:00
Benjamin Pasero
9f4b5ac228 Merge pull request #91767 from microsoft/ben/march
March debt input
2020-02-28 17:26:31 +01:00
Benjamin Pasero
59047fdb9f Merge branch 'master' into ben/march 2020-02-28 17:25:51 +01:00
Alexandru Dima
53293cbb5d Merge pull request #91766 from microsoft/alex/85058
Special handling for isMax, isWindows, isLinux
2020-02-28 17:23:16 +01:00
Benjamin Pasero
3dbc80a5c6 fix compile issues 2020-02-28 17:21:54 +01:00
Benjamin Pasero
cd76248370 tests - more coverage for text file editors 2020-02-28 17:20:17 +01:00
Alex Dima
6434b8207f Fixes #85058: Handle isMac, isLinux, isWindows directly 2020-02-28 17:18:11 +01:00
Christof Marti
1575632abc 1.44.0 2020-02-28 17:00:49 +01:00
Alex Dima
970951b7b7 Introduce false & true context keys (#85058) 2020-02-28 15:46:28 +01:00
Benjamin Pasero
86b7936c1f tests - add more tests for uncovered areas 2020-02-28 15:24:32 +01:00
Alex Dima
cd8b95bbf9 Improvements to context keys 2020-02-28 14:13:07 +01:00
Joao Moreno
e378735a59 Merge remote-tracking branch 'origin/master' into pr/89868 2020-02-28 14:01:46 +01:00
Alex Dima
0c29fa309f Distinguish context key factory from type 2020-02-28 13:52:13 +01:00
João Moreno
17c6d123d2 Merge pull request #91753 from microsoft/joao/publish-macos-unnotarized
Make sure macOS unnotarized build is published even if notarization fails
2020-02-28 12:53:36 +01:00
Benjamin Pasero
a808018f29 fix compile errors 2020-02-28 12:10:59 +01:00
Martin Aeschlimann
0cd0f7df41 Merge pull request #91749 from microsoft/aeschli/91747
Turn off JSON item resolving. Fixes #91747
2020-02-28 02:54:31 -08:00
Joao Moreno
7298bf4bd1 make sure unnotarized build is published even if notarization fails 2020-02-28 11:51:14 +01:00
Alex Ross
33287fbd13 Make sure that C: is C:\ in simple file picker (#91746)
Fixes https://github.com/microsoft/vscode-remote-release/issues/1596
2020-02-28 11:50:51 +01:00
Martin Aeschlimann
40cd953770 Turn off JSON item resolving. Fixes #91747 2020-02-28 11:47:10 +01:00
Benjamin Pasero
a949694b25 debt - reduce usage of explicit any 2020-02-28 11:33:55 +01:00
Sandeep Somavarapu
b20adfec83 Merge pull request #91741 from microsoft/sandy081/fix91661
Fix #91661
2020-02-28 11:13:53 +01:00
Sandeep Somavarapu
5ec87bdd5b Merge branch 'master' into sandy081/fix91661 2020-02-28 11:13:43 +01:00
Sandeep Somavarapu
66fea6ed2f Merge pull request #91738 from microsoft/sandy081/fix91725
Fix #91725
2020-02-28 11:12:54 +01:00
Sandeep Somavarapu
4dc5afe7a0 Merge branch 'master' into sandy081/fix91725 2020-02-28 11:09:48 +01:00
Sandeep Somavarapu
7120940026 Merge pull request #91743 from microsoft/sandy081/fix91737
Fix #91737
2020-02-28 11:08:58 +01:00
Sandeep Somavarapu
b575a51ebc Fix #91737 2020-02-28 11:02:46 +01:00
Sandeep Somavarapu
3608ffb2b3 Fix #91661 2020-02-28 10:43:53 +01:00
Benjamin Pasero
1cc28745dd Regression: Quickly closing a git commit message in VS code skips autosave, causing a (fix #91709) (#91732) 2020-02-28 10:36:40 +01:00