Commit Graph

64321 Commits

Author SHA1 Message Date
Matt Bierner
a565d7e2e8 Fix default custom editors no opening properly 2020-04-16 17:40:20 -07:00
Matt Bierner
5426f5ff70 Add CustomDocumentContentChangeEvent
For #77131

- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
rebornix
90bc36a982 organize imports 2020-04-16 16:29:58 -07:00
rebornix
e96f89de53 Folding for cells. 2020-04-16 16:27:49 -07:00
Daniel Imms
0fc6b39e32 Add f6/shift+f6 to skip shell
Part of #94921
2020-04-16 16:19:16 -07:00
Jackson Kearl
5178f316d7 author-verified => z-author-verified 2020-04-16 15:42:03 -07:00
Rachel Macfarlane
4df533375e Show provider name next to account, fixes #95476 2020-04-16 15:13:55 -07:00
Sandeep Somavarapu
1055c629d2 💄 2020-04-16 21:48:15 +02:00
Sandeep Somavarapu
f26b45abb0 turn off only when enabled 2020-04-16 21:47:27 +02:00
Rachel Macfarlane
c63a842f00 Add basic telemetry to auth providers 2020-04-16 11:59:07 -07:00
Sandeep Somavarapu
885a12d61a Merge pull request #95438 from microsoft/sandy081/sync-auth-flow
Improve sync flow from Accounts UI
2020-04-16 20:43:16 +02:00
Sandeep Somavarapu
2e644eb3f0 update account status.
- remove inactive state
- use available and unavailable states
2020-04-16 20:15:33 +02:00
isidor
a5412e6f2b Tabs: set aria-description to empty string so that screen readers would not read the title as well
fixes #95378
2020-04-16 20:10:48 +02:00
SteVen Batten
e3c589451f fix panel dynamic titles 2020-04-16 10:54:59 -07:00
Sandeep Somavarapu
25e39083e0 incorporate feedback 2020-04-16 19:49:49 +02:00
Sandeep Somavarapu
650eaa262d Merge branch 'master' into sandy081/sync-auth-flow 2020-04-16 19:36:14 +02:00
rebornix
483e822b2e Re #95466. Fix cell margin. 2020-04-16 10:20:40 -07:00
Matt Bierner
c189b2bb05 Remove use of memoize
Fixes #95324
2020-04-16 10:17:01 -07:00
Matt Bierner
b89738c83b Scope prepareRename to TS 3.1+
Fixes #95399
2020-04-16 10:17:01 -07:00
Matt Bierner
fcc10e46c3 Always explicitly clear signature help disposables on hide 2020-04-16 10:17:01 -07:00
Peng Lyu
fddb242176 Merge pull request #95393 from microsoft/rebornix/notebook-hidden-areas
Notebook: support hidden regions
2020-04-16 10:12:02 -07:00
rebornix
0dd9d94be6 Rollback Re #95466 2020-04-16 10:11:29 -07:00
Rob Lourens
5f0d752fb5 Fix outputs overlapping cell status bar 2020-04-16 12:08:32 -05:00
rebornix
2dfc9f80f7 Merge remote-tracking branch 'origin/master' into rebornix/notebook-hidden-areas 2020-04-16 09:39:28 -07:00
rebornix
7d6996b44b Cell View State restore 2020-04-16 09:30:40 -07:00
Sandeep Somavarapu
d7bfe46f22 use new semver-umd module 2020-04-16 17:56:39 +02:00
isidor
c6d841c90f statusbar: put aria-label on label container not on parent
fixes #94962
2020-04-16 17:53:55 +02:00
Eric Amodio
77e79529e1 Removes bogus code 2020-04-16 11:48:34 -04:00
João Moreno
2548906f4c remove extra imports 2020-04-16 16:20:28 +02:00
João Moreno
6c143da1a8 check for change 2020-04-16 16:19:32 +02:00
João Moreno
743e000651 Merge pull request #94798 from microsoft/joao/api/finalize-scm-input-visible
Finalize SourceControlInputBox.visible
2020-04-16 16:17:53 +02:00
Johannes Rieken
ab24124841 use map over switch, "more strict" signature, don't send default type, https://github.com/microsoft/vscode/issues/95325 2020-04-16 16:14:12 +02:00
Miguel Solorio
e14cf0ff92 Fix #95437, update account icon 2020-04-16 06:59:48 -07:00
João Moreno
c7b69ce12a use yarn watchd for the default build task 2020-04-16 14:42:52 +02:00
Daniel Imms
d2cf8af4f0 Merge pull request #95365 from connorskees/issue-95364
Strip \\?\ from absolute Windows paths
2020-04-16 04:57:05 -07:00
Daniel Imms
ad54278df4 Add comment explaining issue 2020-04-16 04:56:39 -07:00
Benjamin Pasero
ce95e8e06e tests - increase timeout and retries 2020-04-16 13:27:02 +02:00
Sandeep Somavarapu
aa87f8437d disable info actions 2020-04-16 13:16:55 +02:00
Sandeep Somavarapu
ae0bd40fb8 Merge branch 'master' into sandy081/sync-auth-flow 2020-04-16 13:08:40 +02:00
Sandeep Somavarapu
ceff3e04c3 Merge pull request #95392 from microsoft/rmacfarlane/signOutDialog
Show confirmation dialog on sign out listing everything using the account
2020-04-16 13:06:29 +02:00
Sandeep Somavarapu
ca16694028 Merge branch 'master' into rmacfarlane/signOutDialog 2020-04-16 13:06:09 +02:00
Sandeep Somavarapu
a2745b19e3 Merge pull request #95391 from microsoft/rmacfarlane/noAccountsMenu
Show a context menu item when not signed into any accounts
2020-04-16 13:05:10 +02:00
Sandeep Somavarapu
005beb223a Merge branch 'master' into rmacfarlane/noAccountsMenu 2020-04-16 13:04:44 +02:00
Rachel Macfarlane
b3e5bf6de2 Show confirmation dialog on sign out listing everything using the account 2020-04-16 13:02:36 +02:00
Sandeep Somavarapu
7decc00e2d Refactor UserDataSyncAccounts
- Introduce account status
- Update accounts and current session id
- Update other logic based on above state
2020-04-16 12:44:44 +02:00
Johannes Rieken
00ce259594 move API to vscode-dts, #90208 2020-04-16 12:01:08 +02:00
João Moreno
8eb6617855 revert task 2020-04-16 11:36:46 +02:00
João Moreno
2c97c71f73 deemon 2020-04-16 11:35:34 +02:00
Johannes Rieken
d412a4b677 fix https://github.com/microsoft/vscode/issues/95319 2020-04-16 11:16:36 +02:00
Johannes Rieken
ac25cdc341 add failing and skipped test for #95319 2020-04-16 11:16:36 +02:00