Commit Graph

90679 Commits

Author SHA1 Message Date
Hans
3abcabd4e8 fix generates different html content for the same markdown (#138935)
fix generates different html content for the same markdown when get the cached token
2021-12-13 16:55:54 -08:00
Connor Peet
ddaf6a258c testing: don't expand tests automatically when running
Fixes #138420
2021-12-13 16:09:07 -08:00
Connor Peet
267c9f8d48 testing: better support for multiline output
Fixes #136036
2021-12-13 16:09:07 -08:00
Connor Peet
3bdb749505 testing: run all tests that match file
Fixes #138007
2021-12-13 16:09:07 -08:00
Connor Peet
3d41c4d629 testing: clean up new run at cursor logic 2021-12-13 16:09:06 -08:00
Connor Peet
7b521cae06 Merge remote-tracking branch 'stefanhaller/improve-run-test-at-cursor' into main 2021-12-13 16:09:06 -08:00
Connor Peet
55241c1252 testing: cap length of inline message
Fixes #137070
2021-12-13 16:09:06 -08:00
Megan Rogge
147e4ac19f only show commands when relevant (#139028) 2021-12-13 18:00:43 -06:00
meganrogge
bac5e0d8f3 1 -> TerminalLocation.Panel 2021-12-13 17:10:01 -06:00
Megan Rogge
a2f5ec29b2 Revert "Revert "be sure that terminal target gets set for the instance (#138875)""
This reverts commit 8605d7aeff.
2021-12-13 17:08:29 -06:00
Matt Bierner
d2925d176d Pick up TS 4.5.4 2021-12-13 14:15:26 -08:00
Matt Bierner
050a722df6 Use run and subscribe 2021-12-13 14:06:22 -08:00
rebornix
bc2d4d85d8 canceling duplicated layout requests 2021-12-13 13:44:41 -08:00
Martin Aeschlimann
d2efba4bdd add ProductIconTheme.getIcon 2021-12-13 21:28:10 +01:00
Megan Rogge
0602587ff2 re-enable smoke tests, keep editor fix (#139012) 2021-12-13 12:50:58 -06:00
rebornix
1c6e70e287 allow updating notebook editor selections even if it is not focused. 2021-12-13 10:36:55 -08:00
Sandeep Somavarapu
7139b088c8 Fix #139013 2021-12-13 19:18:48 +01:00
rebornix
6058d06bde move cell editor options into code cell. 2021-12-13 09:31:43 -08:00
Connor Peet
12aa93aacd debug: allow deleting used dynamic debug configuration
Fixes #134466
2021-12-13 09:24:07 -08:00
Rob Lourens
7e4942dcb7 Revert "Re-enable additional notebook smoke tests"
This reverts commit b3b9d4e2e7.
2021-12-13 09:18:17 -08:00
Daniel Imms
8605d7aeff Revert "be sure that terminal target gets set for the instance (#138875)"
This reverts commit 578eb0d4ae.
2021-12-13 08:15:32 -08:00
Johannes Rieken
6e53a26209 use friend items status bar item for pinned language status 2021-12-13 16:12:12 +01:00
Ladislau Szomoru
f0f5baffb9 Fix #124066 2021-12-13 15:44:20 +01:00
Christopher M Kline
b0d7083e79 Expose 'tag' and 'deleteTag' in git extension API (#123815) 2021-12-13 14:37:47 +01:00
Sandeep Somavarapu
2eaf2f61aa Revert "check pre-release flag on local extension while syncing - to avoid multiple queries to get compatible extension"
This reverts commit 7334561f2b.
2021-12-13 14:34:20 +01:00
Joao Moreno
39f1f7bd41 remove bogus build steps, added retries to yarn install in new places
fixes #138983
2021-12-13 14:25:12 +01:00
Joao Moreno
0d9f75df79 remove bogus build step 2021-12-13 14:25:12 +01:00
Sandeep Somavarapu
01ea5cceaa #138972 reload local user configuration explicitly 2021-12-13 13:53:21 +01:00
Alex Ross
fd364a20fc Don't allow tasks to be started too fast
Fixes #118238
2021-12-13 12:29:56 +01:00
Joao Moreno
acdd512060 make api proposal names task play better with gulp
cc @jrieken
2021-12-13 11:36:37 +01:00
Johannes Rieken
a5924046c2 fix word-word case, https://github.com/microsoft/vscode/issues/138846 2021-12-13 10:59:55 +01:00
Benjamin Pasero
ff8f37a796 files - nicer error message when file not found 2021-12-11 10:37:38 +01:00
Benjamin Pasero
c8044d9bd8 Queued text model resolve from file changes can end up disposing model (fix #138850) 2021-12-11 10:26:02 +01:00
Matt Bierner
33e3cb4e35 Fix tests for link change 2021-12-10 18:01:10 -08:00
Matt Bierner
69d1ad8c65 Don't add href="#" to links
For #138175

I tested this and don't think removing the href entirely causes any issues but we can get more feedback on insides
2021-12-10 17:38:40 -08:00
Matt Bierner
12ff67ad9d Use SerializableObjectWithBuffers instead of spread
Fixes #137757
2021-12-10 17:20:44 -08:00
rebornix
56c43b31e8 📓 Event.runAndSubscribe 2021-12-10 17:18:32 -08:00
rebornix
7917d75ca4 make cell part layout internal. 2021-12-10 17:18:32 -08:00
rebornix
4740d25054 unnecessary decoration update on dispose 2021-12-10 17:18:32 -08:00
Matt Bierner
b3b9d4e2e7 Re-enable additional notebook smoke tests
For #126371

These pass for me locally
2021-12-10 17:08:02 -08:00
Matt Bierner
02c3551a59 Re-enable notebook smoke suite
For #126371

This single test passes for me. Will look at re-enabling individual tests next
2021-12-10 17:01:02 -08:00
Matt Bierner
66b6adf035 Switch webview service-worker to use message channel (#138811)
* Switch webview service-worker to use message channel

This change hooks the service worker used for loading webview resources directly up to the main VS Code process over a message channel. Previously this communication had to go through an extra hop through the webview

This simplifies the logic somewhat (although this change required adding extra logic to exchange the message port). It also improves performance a little

* Update webview content commit version
2021-12-10 16:35:13 -08:00
Megan Rogge
86ee106054 skip failing tests 2021-12-10 16:06:13 -08:00
Mimi
67c2797e28 Fix terminal.integrated.cwd with predefined variables (#137023)
Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
2021-12-10 15:51:13 -08:00
Megan Rogge
bba344e4e5 disablePersistence for editor terminals 2021-12-10 15:28:21 -08:00
rebornix
ca83d3d86c simplified md cell renderer. 2021-12-10 15:18:36 -08:00
rebornix
e3b392af76 change drag handle to cell part. 2021-12-10 15:18:36 -08:00
Megan Rogge
bb6f6df974 tweak proposed shouldPersist API 2021-12-10 14:58:34 -08:00
Megan Rogge
e1c0b0dd25 allow extension terminals to opt-out of persistence #118726 (#138884) 2021-12-10 14:53:06 -08:00
Megan Rogge
578eb0d4ae be sure that terminal target gets set for the instance (#138875) 2021-12-10 14:51:45 -08:00