Commit Graph

81440 Commits

Author SHA1 Message Date
Johannes Rieken c98cc5cf81 dispose working copy manager when disposing serializer, fyi @bpasero 2021-05-05 11:34:52 +02:00
Johannes Rieken 77b2a5fcfc api todos 2021-05-05 10:28:07 +02:00
Johannes Rieken d5ff9bcb45 fix region comments 2021-05-05 10:15:52 +02:00
Johannes Rieken d930085326 remove vscode.notebook.createNotebookCellExecutionTask 2021-05-05 09:28:49 +02:00
Johannes Rieken 9313b5897e perf 💄 2021-05-05 09:15:23 +02:00
Johannes Rieken 3ff84bb549 automatically convert notebook range to its internal type, https://github.com/microsoft/vscode/issues/122877 2021-05-05 09:00:04 +02:00
Johannes Rieken 2fe990d12d throw error when creating an execution task for a notebook that the controller isn't associated to, https://github.com/microsoft/vscode/issues/122877 2021-05-05 08:41:16 +02:00
Johannes Rieken 2c91a75e21 Merge branch 'main' into notebook/dev 2021-05-05 08:33:09 +02:00
Johannes Rieken 8a41ae1d93 less openWith-command, more editor asserting, https://github.com/microsoft/vscode/issues/122851 2021-05-05 08:32:06 +02:00
meganrogge 9ddbdf449b get context menu to work for selected tab 2021-05-04 19:29:18 -07:00
Rob Lourens cdf318e1e2 Remove usages of deprecated assert methods.
Have to deal with null proto objects vs normal proto objects
#118667
2021-05-04 17:23:32 -07:00
Rob Lourens 95119a7c95 Don't trust some notebook output types in an untrusted workspace
Fix #118584
2021-05-04 17:23:32 -07:00
SteVen Batten 58adf722d1 trust the workspace file directly 2021-05-04 17:04:43 -07:00
Jackson Kearl ebe08a2e52 Fix #122277 - Trusted domains getRemotes call errors in virtual folder 2021-05-04 15:56:58 -07:00
Megan Rogge 6902f8bfaf Select the active terminal - not the focused one and allow right clicking to apply context menu (#122958) 2021-05-04 22:43:50 +00:00
Jackson Kearl 6d8142e1ee Dont override parent's instantiation service, use our own scoped one when creating query editor widget
Closes #120699
2021-05-04 15:34:31 -07:00
Jackson Kearl 48541b605f Revert "Fix #120699"
This reverts commit faed865e2f.
2021-05-04 15:34:30 -07:00
Jackson Kearl ede88300ee Revert "fix search editor (#120699)"
This reverts commit 1df6bc6573.
2021-05-04 15:34:30 -07:00
rebornix d631beda22 Merge branch 'notebook/dev' into main 2021-05-04 15:31:11 -07:00
rebornix ff1ba308e9 respect vscode open cell text document with selection. 2021-05-04 15:30:43 -07:00
Rob Lourens c22fad1fa4 Fix php autoindent with ])
Fix #122899
2021-05-04 15:06:52 -07:00
Harald Kirschner 5a41e931ea Remove unnecessary character from ces survey url 2021-05-04 13:37:56 -07:00
Matt Bierner 7a728f2bca Make sure we actually update the local resource roots
For #122894

Not sure why this was a no-op but it seems to prevent the webview from correctly loading preloads
2021-05-04 13:35:40 -07:00
Daniel Imms c9d63cee5e Merge pull request #116621 from shskwmt/fix/116335
Fixes #116335: Send a file path text to the dropped terminal area
2021-05-04 12:57:48 -07:00
Logan Ramos 656e1e6086 More deprecated assertion cleanup 2021-05-04 15:55:26 -04:00
Logan Ramos af69dc26ca notEqual -> notStrictEqual 2021-05-04 15:55:25 -04:00
Tyler James Leonhardt 358b28f393 QuickPick now fires the onDidChangeValue when setting value manually (#122948)
* QuickPick doesn't fire the `onDidChangeValue` when setting value manually
Fixes #122939

* fire event after update
2021-05-04 12:49:16 -07:00
Connor Peet d639345791 notebooks: improve renderer message passing
Fixes https://github.com/microsoft/vscode/issues/122944
2021-05-04 12:35:06 -07:00
Logan Ramos 025fcaf611 remove old asserts from git tests 2021-05-04 15:32:21 -04:00
Logan Ramos 775ef54707 Remove assert.equal from custom editor tests 2021-05-04 15:09:54 -04:00
Daniel Imms aa255d73ae Simplify condition 2021-05-04 12:07:11 -07:00
Jean Kayitare 2b81396e0a 109216 Sanitize Process Environment before spawning terminal instance 2021-05-04 12:07:05 -07:00
Daniel Imms 2a42ce696d Remove textarea listener, element is enough 2021-05-04 12:05:50 -07:00
Daniel Imms d1604866c0 Remove duplicate listeners 2021-05-04 12:04:19 -07:00
Daniel Imms 80f1382ba2 Fix merge issues 2021-05-04 12:03:10 -07:00
Logan Ramos 72aa675fc9 Update API tests to strict equal 2021-05-04 14:59:03 -04:00
Megan Rogge cf2eeb87ac initialize pty host log level (#122943) 2021-05-04 18:48:46 +00:00
Logan Ramos cbfef51651 Fix #122367 2021-05-04 14:47:53 -04:00
Daniel Imms e1e76e273d Merge branch 'main' into fix/116335 2021-05-04 11:19:42 -07:00
SteVen Batten c2a8d68466 show modal only if window is focused
fixes #122450
2021-05-04 11:18:52 -07:00
Logan Ramos 1469a9840f Update deprecated html language features 2021-05-04 14:03:20 -04:00
Logan Ramos 135142e497 Update deprecated typescript tests 2021-05-04 13:49:47 -04:00
Logan Ramos e44bd2d93d Removed deprecated assert from css-language-features 2021-05-04 13:38:44 -04:00
Daniel Imms 08e090781b Merge pull request #115276 from habibkarim/hbibkrim/114898_terminal_name_change_event
Implement Pseudoterminal.onDidChangeName
2021-05-04 10:30:28 -07:00
meganrogge b4749e0139 rename externalTerminal contrib 2021-05-04 10:17:53 -07:00
Logan Ramos 376161b915 Fix 122637 2021-05-04 13:15:43 -04:00
isidor a23b8594e0 select environment quick pick polish 2021-05-04 19:14:18 +02:00
Daniel Imms 48720a300f Fix whitespace 2021-05-04 10:13:43 -07:00
Matt Bierner 6384c5e73a Remove imagePreview.border
Fixes #122917

This key is not user anywhere and no one has noticed that it has not worked for at least a year
2021-05-04 09:40:16 -07:00
meganrogge 7bfc8c16dd get desktop externalTerminal menu entry working again 2021-05-04 09:35:56 -07:00