Commit Graph

72015 Commits

Author SHA1 Message Date
Takanori Oishi
86e1d0744f Git: Add tags to '...' menu (#109282)
* Git: Add tags to '...' menu
Closes #109281

* Git: Add tags to '...' menu
Closes #109281
2020-10-26 14:44:28 +01:00
Johannes Rieken
24ced5b375 don't reset textOffset when column is within first search window, fixes https://github.com/microsoft/vscode/issues/108892
also restore time budget check
2020-10-26 14:35:43 +01:00
isidor
4fc2aacf5a fixes #107860 2020-10-26 14:29:53 +01:00
Jean Pierre
2ec1f83f15 Fixes #109322 (#109349) 2020-10-26 14:27:43 +01:00
Benjamin Pasero
c572cd80e6 💄 2020-10-26 14:17:41 +01:00
Jean Pierre
120ba4a15e Fixes cannot disable file auto save when configuration target is other than user (#109278)
* Fixes #108932

* 💄

* clean up
2020-10-26 14:08:40 +01:00
Benjamin Pasero
04b6bd52db Send vscode.workspace.onDidCreateFiles events for folders #109088 (#109294) 2020-10-26 14:02:39 +01:00
Benjamin Pasero
d175b2de83 Reduce host service dependencies #108522 (#109295) 2020-10-26 14:01:29 +01:00
Benjamin Pasero
bc34921b57 web - throttle upload/download progress update calls 2020-10-26 13:59:25 +01:00
Johannes Rieken
495b4b1939 fix https://github.com/microsoft/vscode/issues/108893 2020-10-26 13:51:32 +01:00
Benjamin Pasero
0cd5f7973a Merge pull request #109368 from microsoft/ben/login-dialog
Use a custom dialog for proxy authentication
2020-10-26 12:55:55 +01:00
Johannes Rieken
948260458e updated yarn.lock 2020-10-26 12:53:06 +01:00
Sandeep Somavarapu
a5e2e789e2 fix compilation 2020-10-26 12:46:37 +01:00
Sandeep Somavarapu
56e540628e inline syncedKeys and remove SyncedMemento type 2020-10-26 12:45:23 +01:00
Johannes Rieken
4881aed16d fix https://github.com/microsoft/vscode/issues/108970 2020-10-26 12:44:04 +01:00
Benjamin Pasero
614eaed5e8 dialog - fix checkbox toggle to work properly 2020-10-26 12:40:47 +01:00
Sandeep Somavarapu
96d3cde2c0 update distro 2020-10-26 12:30:36 +01:00
Sandeep Somavarapu
4099c5d207 fix do not show builtin extensions as installed in web 2020-10-26 12:26:14 +01:00
Johannes Rieken
4132784393 fix https://github.com/microsoft/vscode/issues/108894 2020-10-26 12:23:05 +01:00
Benjamin Pasero
ce1e06123b proxy auth - implement a way to remember credentials 2020-10-26 12:21:20 +01:00
Sandeep Somavarapu
475cff63bf enable version check 2020-10-26 12:17:13 +01:00
Sandeep Somavarapu
88144f6d31 Fix #80698
- Inline semver
2020-10-26 12:12:07 +01:00
Johannes Rieken
202174687f add failing (and skipped) test for https://github.com/microsoft/vscode/issues/108894 2020-10-26 11:53:53 +01:00
Alex Ross
4ef381cba2 Forwarded Ports -> Ports 2020-10-26 11:24:28 +01:00
Alex Ross
3305ae774d Find Urls in debug output for forwarding
Fixes microsoft/vscode-remote-release#3836
2020-10-26 11:13:56 +01:00
isidor
69bfc5afc6 debugHover: keep position prefence stable while shown
fixes #109226
2020-10-26 11:12:06 +01:00
Joao Moreno
8bd3d7d717 add gulp-azure-storage to build 2020-10-26 10:08:01 +00:00
Joao Moreno
3070165ff2 web cdn: gzip files by default 2020-10-26 10:08:01 +00:00
Johannes Rieken
e9f654c7fe don't rely on GIT path sorting, https://github.com/microsoft/vscode/issues/108292 2020-10-26 11:00:43 +01:00
isidor
3ec9473a45 fixes #109250 2020-10-26 10:39:44 +01:00
Johannes Rieken
a01815c1d6 💄 update jsdoc 2020-10-26 10:36:16 +01:00
Johannes Rieken
44a6216626 fix https://github.com/microsoft/vscode/issues/109266 2020-10-26 10:35:01 +01:00
Johannes Rieken
d4a57531d5 keep authored line-breaks for details/type label, tweak sizing, https://github.com/microsoft/vscode/issues/99370 2020-10-26 10:00:38 +01:00
Sandeep Somavarapu
43bc8349d8 remove semver dependency 2020-10-26 08:45:58 +00:00
Sandeep Somavarapu
757a550c51 Merge branch 'master' into sandy081/sync/extensionState 2020-10-26 09:19:09 +01:00
Johannes Rieken
4f1f421df6 adopt latest version of ref-viewlet, fixes https://github.com/microsoft/vscode/issues/109293 2020-10-26 09:18:13 +01:00
Sandeep Somavarapu
e830d9f905 separate global & workspace memento 2020-10-26 08:09:19 +00:00
Benjamin Pasero
4d064bc7d1 proxy auth - introduce new login dialog behind a setting 2020-10-26 07:50:02 +01:00
Benjamin Pasero
be56be09bf dialog service - offer new input() method 2020-10-26 07:40:39 +01:00
Benjamin Pasero
5352c43ae6 dialog - add support for showing inputs 2020-10-26 07:30:53 +01:00
Benjamin Pasero
e6f2c117a7 widgets - more focus related methods 2020-10-26 07:14:36 +01:00
Eric Amodio
16f4a29aa0 Changes URI -> Uri 2020-10-25 22:50:25 -04:00
Martin Aeschlimann
afb0e96b66 build: improve ignores in node_modules 2020-10-25 23:27:20 +01:00
Connor Peet
c0289ea182 notebooks: hide acquireVsCodeApi from renderers (#109273) 2020-10-25 23:27:20 +01:00
Sandeep Somavarapu
83d5bad523 fixes
- merge sync state always when extension is updated
- compare version to update remote extensions with version property
2020-10-25 23:25:08 +01:00
Sandeep Somavarapu
eafd648446 set state while massaging outgoing extension 2020-10-25 22:42:21 +01:00
Martin Aeschlimann
b56b94a7e4 build: improve ignores in node_modules 2020-10-25 22:35:23 +01:00
Sandeep Somavarapu
b7a51fed32 fix calling registerExtensionStorageKeys in ipc 2020-10-25 22:15:30 +01:00
Sandeep Somavarapu
894a414ca3 fix listening to extension storage keys in ipc 2020-10-25 22:14:03 +01:00
Sandeep Somavarapu
1950d2bf50 add syncedKeys to proposed API 2020-10-25 19:14:00 +01:00