Commit Graph

10784 Commits

Author SHA1 Message Date
rebornix 05d4a5c56d skip test. 2021-05-11 15:01:45 -07:00
rebornix eb6e048ca3 Merge branch 'notebook/dev' into main 2021-05-11 14:08:05 -07:00
Alex Dima 5f3466a21e Change grunt, gulp and jake task auto detection to be off by default (#123588) 2021-05-11 19:09:56 +02:00
Martin Aeschlimann 4151b62cfa update seti contribution guide 2021-05-11 17:58:26 +02:00
Martin Aeschlimann 86bc05155f update seti theme 2021-05-11 17:35:15 +02:00
Johannes Rieken b58a33aba7 Merge branch 'main' into notebook/dev 2021-05-11 16:03:52 +02:00
Martin Aeschlimann 1e810cafb7 The default Monokai highlight color is displayed incorrectly. Fixes #123044 2021-05-11 13:46:56 +02:00
Johannes Rieken d5ab22d7db test that no RPC leaks via NotebookController 2021-05-11 09:39:01 +02:00
Matt Bierner d60cbb0eae Pick up latest TS nightly for extension 2021-05-10 19:09:41 -07:00
Peng Lyu ae998a9261 Merge remote-tracking branch 'origin/notebook/dev' into main 2021-05-10 23:44:32 +00:00
Martin Aeschlimann 05d22c6853 [html] duplicated onDocumentRangeFormatting handler (#122994) 2021-05-10 18:09:18 +02:00
Alex Ross 8de5c819a1 Add test for C# grammar but
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 15:05:52 +02:00
Alex Ross 66eb516dc3 Revert C# grammar
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 14:59:58 +02:00
Johannes Rieken 06fa8b8543 API 💄 for NotebookCellData 2021-05-10 11:33:41 +02:00
Johannes Rieken 7ea5b137ea rename cell kind Markdown to Markup, https://github.com/microsoft/vscode/issues/105933 2021-05-10 10:56:13 +02:00
Johannes Rieken b9c5d61dfe Merge branch 'main' into notebook/dev 2021-05-10 08:42:19 +02:00
Rob Lourens b987317d1a Rename onDidChangeNotebookCellExecutionState 2021-05-07 17:00:09 -07:00
Rob Lourens 4a76f0b19a registerNotebookCellStatusBarItemProvider should use viewType instead of NotebookSelector
Fix #122347
2021-05-07 15:23:19 -07:00
Kevin Abel 4978a1891e Implement GitHub Enterprise authn provider (#115940) 2021-05-07 14:13:11 -07:00
rebornix e2fe443491 Merge branch 'notebook/dev' into main 2021-05-07 13:46:51 -07:00
rebornix 110c966887 💄 2021-05-07 13:13:22 -07:00
rebornix 0568de16a8 support multiple cell ranges. 2021-05-07 13:12:14 -07:00
Connor Peet 54ce4a405e server-ready: support debugWithEdge as well as debugWithChrome 2021-05-07 12:02:36 -07:00
Martin Aeschlimann 81643c948f HTML, CSS, JSON language servers don't provide the documentFormattingProvider capability. Fixes #122994 2021-05-07 17:03:16 +02:00
Johannes Rieken 1ab76005d3 even more strict assertions in flaky integration tests 2021-05-07 15:19:53 +02:00
Johannes Rieken dbdcdecdaa skipped/failing test for https://github.com/microsoft/vscode/issues/123270 2021-05-07 11:59:29 +02:00
Johannes Rieken b2341b9cc6 run saveAllFilesAndCloseAll in setup and teardown and don't have it in each and every test, avoid usage of 'vscode.openWith'-command and prefer showNotebookDocument-API 2021-05-07 11:50:22 +02:00
Matt Bierner 40321932fc Render KaTeX errors in notebooks
Fixes #122413
2021-05-06 17:10:33 -07:00
Matt Bierner 0bae48f6c1 Enable markdown notebook extensions in untrusted workspaces 2021-05-06 16:05:47 -07:00
Matt Bierner 8c186e8f4a Enable notebook markdown-extensions in virtualWorkspaces
Fixes #123067
2021-05-06 15:28:54 -07:00
Matt Bierner f25ffb76ed Fix stopping load indicator when updateOpen completes
Fixes #122979

We can consider the project loaded when `updateOpen` completes for all servers. Previously we were only waiting on the first one
2021-05-06 14:54:53 -07:00
Miguel Solorio fe23c2041f Merge pull request #122893 from microsoft/misolori/quick-pick-list-update
Update quick pick list widget focus colors
2021-05-05 20:38:05 -07:00
rebornix ee927cc1b8 Merge branch 'notebook/dev' into main 2021-05-05 14:37:30 -07:00
Matt Bierner 13d81db250 Don't insert link element into the markdown cell preview body
Fixes #123012
2021-05-05 14:35:46 -07:00
Matt Bierner 2cf38034a3 Pick up new TS nightly 2021-05-05 10:57:19 -07: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
rebornix d631beda22 Merge branch 'notebook/dev' into main 2021-05-04 15:31:11 -07:00
Rob Lourens c22fad1fa4 Fix php autoindent with ])
Fix #122899
2021-05-04 15:06:52 -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
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
Logan Ramos 72aa675fc9 Update API tests to strict equal 2021-05-04 14:59:03 -04: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 8e5b3b5aff Merge branch 'main' into hbibkrim/114898_terminal_name_change_event 2021-05-04 08:39:30 -07:00
Miguel Solorio fce6c54d37 Update focus highlight color on light theme 2021-05-04 08:22:40 -07:00