Commit Graph

1559 Commits

Author SHA1 Message Date
Sandeep Somavarapu
325cb4a67d #95209 Move to final API 2020-10-27 20:51:31 +01:00
Alex Ross
6b413891c5 Change themeColor to color in ThemeIcon api
Fixes #109459
2020-10-27 16:17:20 +01:00
Sandeep Somavarapu
a5e2e789e2 fix compilation 2020-10-26 12:46:37 +01: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
Sandeep Somavarapu
e830d9f905 separate global & workspace memento 2020-10-26 08:09:19 +00:00
Sandeep Somavarapu
1950d2bf50 add syncedKeys to proposed API 2020-10-25 19:14:00 +01:00
Sandeep Somavarapu
20601293fe Enable syncing extensions storage
- Implement logic to sync extension storage
- Register keys to sync provided by extension
2020-10-24 21:15:33 +02:00
Johannes Rieken
c131e8bd6d add logging when running into event cap, https://github.com/microsoft/vscode/issues/108292 2020-10-23 20:54:07 +02:00
Johannes Rieken
adf57aa968 when capping decoration events pick somewhat smarter, https://github.com/microsoft/vscode/issues/108292 2020-10-23 20:50:27 +02:00
Johannes Rieken
63eddfc0e9 💄 completion provider display names, https://github.com/microsoft/vscode/issues/109167 2020-10-23 11:58:25 +00:00
Johannes Rieken
85702a3d9d add trigger characters to extension id as a weak way to make providerNames more unique, #109167 2020-10-23 08:52:24 +00:00
Rob Lourens
89540b65db Don't persist debug terminals
#109084
2020-10-22 17:02:18 -07:00
Johannes Rieken
f8391ef992 measure duration for completion provider from extensions, #109167 2020-10-22 14:06:36 +00:00
Christof Marti
329c86960a Cleanup typing 2020-10-22 11:09:25 +02:00
Rachel Macfarlane
042095d937 Handle simultaneous getSession requests, fixes #106014 2020-10-21 08:44:59 -07:00
Alex Ross
41f396d722 Fix quick input back button 2020-10-21 16:14:43 +02:00
Alex Dima
1892ef16f3 Add Remote Terminals Restoring
Co-authored-by: Rob Lourens <roblourens@gmail.com>
2020-10-20 21:31:58 +02:00
Alex Ross
65dddce20e Fix back quick input button 2020-10-20 17:11:31 +02:00
Alex Ross
cb1dce0ef3 Finalize theme icon color API
Fixes #103120
2020-10-20 17:11:30 +02:00
Martin Aeschlimann
fff9302b36 folding: provider event to signal that folding ranges have changed. Fixes #99914 2020-10-19 15:59:56 +02:00
Matt Bierner
c13678f258 Set extension on webview views
Fixes #108689

This fixes loading resources in webview views on web
2020-10-16 17:18:44 -07:00
Rachel Macfarlane
31419adc34 Polish onDidChangePassword changes 2020-10-12 10:31:16 -07:00
Eric Amodio
c283338f37 Fixes the referenced property name 2020-10-12 04:55:02 -04:00
Rachel Macfarlane
4c0811c9c2 Removing polling from auth extensions, fixes #107480 2020-10-09 16:33:53 -07:00
rebornix
2249f2aba5 fix #108406. openNotebookDocument. 2020-10-09 11:34:55 -07:00
rebornix
59f0af3bec canReply 2020-10-07 15:27:32 -07:00
Rachel Macfarlane
dafce599a6 Add getPassword, setPassword, and deletePassword APIs, #95475
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2020-10-06 14:57:16 -07:00
rebornix
359e12a868 ensure backwards compability. 2020-10-06 10:50:58 -07:00
rebornix
cf695d9a1d Move acitve/visible notebook editors to window namespace. 2020-10-05 16:09:41 -07:00
Johannes Rieken
70a8fc5b23 ignore path casing for workspace folders, https://github.com/microsoft/vscode/issues/108095 2020-10-05 11:14:40 +02:00
Eric Amodio
3d1596c779 Adds cancellation to children fetch to avoid timing issue on refresh (#107407)
This PR fixes #107405
2020-09-28 17:08:10 +02:00
Johannes Rieken
4482c8794f workaround cyclic dependency issue 2020-09-28 09:31:18 +02:00
Johannes Rieken
0065a650b5 add new output to workspace edit 2020-09-28 09:17:05 +02:00
Johannes Rieken
6a9500f040 Merge branch 'master' into joh/cell-output 2020-09-28 09:08:53 +02:00
Alex Dima
87dd7d6a9c Move deltaExtensions related methods up to AbstractExtensionService 2020-09-25 22:25:10 +02:00
Matt Bierner
0f56339398 Return a types.MarkdownString instace to extensions (#107415)
Fixes #107414
2020-09-25 11:11:28 -07:00
rebornix
c49d699aec comment thread readonly 2020-09-25 09:18:46 -07:00
Johannes Rieken
1e7454f72a renames 2020-09-25 18:04:10 +02:00
Johannes Rieken
08695ede81 adopt changes after feedback round one 2020-09-25 18:00:11 +02:00
Johannes Rieken
611bbad868 Merge branch 'master' into joh/cell-output 2020-09-25 17:44:13 +02:00
Daniel Imms
dab1430be0 Shutdown exthost terminal processes gracefully
Fixes #107444
2020-09-25 07:31:32 -07:00
Johannes Rieken
b241d4cd1f fix typo, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:26:52 +02:00
Johannes Rieken
0a914e0e61 remove priority all togther, maybe add something like severity in the future, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Johannes Rieken
8932f62afa adress API feedback https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Alex Dima
dc9ef0d110 Make sure the renderer received $onWillActivateExtension before proceeding to load extension code 2020-09-25 11:46:09 +02:00
Johannes Rieken
b297be52ca new proposal for NotebookCellOutput, partial implementation 2020-09-25 11:44:23 +02:00
rebornix
42e97f3c0a fix #107003. 2020-09-24 15:10:37 -07:00
Johannes Rieken
04a7220e73 Merge pull request #107348 from jeanp413/fix-107220
Fixes SnippetString.appendChoice does not escape commas in choices
2020-09-24 13:52:28 +02:00
jeanp413
459543baff Fixes #107220 2020-09-24 04:18:17 -05:00
Eric Amodio
a1932df627 Changes moveViews command to "preserve" view state
When you move views via the command, they won't get expanded or made visible

Co-authored-by: SteVen Batten <stbatt@microsoft.com>
2020-09-23 19:15:36 -04:00