Commit graph

76977 commits

Author SHA1 Message Date
Jackson Kearl
6ac9a3ecb3 Add disable checkbox to getting started.
Closes #114964.
2021-02-11 18:11:20 -08:00
Matt Bierner
767dd7033d Try different workaround for rewriting localhost resources for remote webviews
Fixes #102449

This tries using the webContentsId of the request instead of the `lastCommittedOrigin`. This will only work for electron based webviews. Iframe based webviews some additional frame metadata properties added in electron 12
2021-02-11 17:21:30 -08:00
Matt Bierner
96718c6fe8 Add back build-notebook script 2021-02-11 17:21:30 -08:00
Matt Bierner
9b4f1aff5d Enable inline html tags in notebook markdown
Fixes #113351
2021-02-11 17:21:30 -08:00
Jackson Kearl
ba8a5d8fff [Deep clssifier] Lock dependencies 2021-02-11 17:08:05 -08:00
Rachel Macfarlane
263d4b75e2 Fix getSessions for microsoft auth provider 2021-02-11 16:46:47 -08:00
Rachel Macfarlane
eceff53351 Rename login/logout to createSession/removeSession 2021-02-11 16:46:47 -08:00
SteVen Batten
ea865096f1 allow for tiered trust (walk the tree) 2021-02-11 16:15:34 -08:00
Matt Bierner
98354ad7cc Add comment about localization string
Fixes #115781
2021-02-11 15:50:28 -08:00
SteVen Batten
2dea6ff4bb fixes #116142 2021-02-11 14:59:44 -08:00
Rachel Macfarlane
e4cf7f46ee Remove account caching from MainThreadAuthenticationProvider 2021-02-11 14:15:36 -08:00
Rachel Macfarlane
650906c369 Pass scopes through to authentication providers 2021-02-11 14:15:36 -08:00
Miguel Solorio
a7758e4328 Update indicator height for collapsed cells 2021-02-11 13:43:42 -08:00
Miguel Solorio
3ba5101f27 Make notebook scrollbar transparent 2021-02-11 12:55:43 -08:00
Miguel Solorio
33f7e89f61
Merge pull request #116409 from microsoft/misolori/notebook-cell-focus
Make cell focus indicator more noticeable in large cells
2021-02-11 12:43:16 -08:00
Jackson Kearl
d10f2e6032 Fix #116412: Use getting started page as default startupEditor. 2021-02-11 12:34:14 -08:00
Sandeep Somavarapu
78de6c64b0 remove get*Actions on container 2021-02-11 20:57:52 +01:00
Connor Peet
e21134dd71
testing: implement base autorun
Fixes https://github.com/microsoft/vscode/issues/116383
Pending better icon with https://github.com/microsoft/vscode-codicons/issues/42
2021-02-11 11:16:58 -08:00
Rachel Macfarlane
9118a3461c Make onDidChangeSessions event for auth providers fire complete session 2021-02-11 10:14:28 -08:00
isidor
42edcdb41b Use DAP's new "StackFrame.canRestart" property to enable the "Restart Frame" command
fixes #116345
2021-02-11 19:05:57 +01:00
isidor
a951596005 compositeBarActions: hasPopup: true for consistency
#116473
2021-02-11 18:42:11 +01:00
isidor
1887d9aa25 Accessibility: Accounts and Manage items role
fixes #116473
2021-02-11 18:28:42 +01:00
Benjamin Pasero
5908eabc80 app.ts - clearly distinguish node.js and electron servers 2021-02-11 17:37:20 +01:00
Benjamin Pasero
a4a87ef29f 💄 more app.ts cleanup 2021-02-11 17:32:56 +01:00
Benjamin Pasero
2526359207 💄 app.ts cleanup 2021-02-11 17:25:02 +01:00
Benjamin Pasero
493fa4bd31 💄 main.ts 2021-02-11 16:56:29 +01:00
isidor
1be536d154 Show DAP's new "ExceptionBreakpointsFilter.description" property in a hover
fixes #116347
2021-02-11 16:50:07 +01:00
Johannes Rieken
91b533066e post merge clean-up 2021-02-11 16:48:08 +01:00
Johannes Rieken
e498c28de1 Merge branch 'master' into joh/kernelLanguages 2021-02-11 16:45:39 +01:00
isidor
90d07beb8a Show DAP's new "ExceptionBreakpointsFilter.conditionDescription" as placeholder in condition text box
fixes #116348
2021-02-11 16:42:30 +01:00
Johannes Rieken
0d7c8ec95a
Merge pull request #115817 from microsoft/notebook/outputs
notebook outputs api
2021-02-11 16:38:17 +01:00
Alex Ross
c514299b83 Show full url of ports when in panel
Fixes #111378
2021-02-11 16:37:40 +01:00
João Moreno
ea048b8771
move ipc services back to e-sandbox
related to #114418
2021-02-11 16:30:13 +01:00
João Moreno
b2e68d70b8
registerMainProcessRemoteService & registerSharedProcessRemoteService
adopt it in update and diagnostics service

related to #114418
2021-02-11 16:27:34 +01:00
isidor
b31d9d5d06 fixes #116334 2021-02-11 16:18:40 +01:00
Alex Ross
8d7dbbab61 Account for workspace files in auto task notification
Fixes #115990
2021-02-11 16:18:05 +01:00
Johannes Rieken
2033439e48 add description property to RawContextKey, all registry to collect all info, add command to print, https://github.com/microsoft/vscode-docs/issues/3039 2021-02-11 16:14:36 +01:00
Damien Engels
58eb43beaa List all tsec exemption explicitly
This implies a few things:
 - tsec's output is clear so it can be included as a CI check
 - code introducing new violations need to update the exemption list,
 making it clear there is something security-sensitive about the code
2021-02-11 16:08:52 +01:00
Damien Engels
33a92ebf4a Updates tsec to 0.1.3
This version of tsec removes a few false positives around Workers and
adds support for restricting unsafe functions from the safevalues
package
2021-02-11 16:08:35 +01:00
Sandeep Somavarapu
5a156a7fee #116084 fix reporting unhandled errors 2021-02-11 15:58:04 +01:00
João Moreno
481b65972b
isolate IMainProcessService and ISharedProcessService into common
related to #114418
2021-02-11 15:55:07 +01:00
João Moreno
141a471203
more IPC cleanup
related to #114418
2021-02-11 15:40:34 +01:00
João Moreno
662b0003b8
cleanup update ipc code
related to #114418
2021-02-11 15:35:20 +01:00
Alex Ross
2b5a5223cb Fix case where file picker doesn't have ..
Fixes #116457
2021-02-11 15:08:54 +01:00
Johannes Rieken
6c92a6605c Merge branch 'master' into notebook/outputs 2021-02-11 15:03:41 +01:00
Johannes Rieken
ccc28e3726 Remove languages property from NotebookData and NotebookDocument 2021-02-11 14:21:40 +01:00
isidor
6ee4ef1c2d paneView: make actions in view title visible when focus in pane 2021-02-11 14:11:47 +01:00
Johannes Rieken
474e769014 stop using resolvedLanguages, only use kernel languages or all languages 2021-02-11 12:38:28 +01:00
Alexandru Dima
a0bbfacd8c
Fixes #116060: Clone minimap options before changing them 2021-02-11 12:24:04 +01:00
Johannes Rieken
9737b1aad1 move INotebookKernelInfoDto2 to protocol, separate kernel from dto, renames 2021-02-11 11:59:32 +01:00