Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 4c2daf27fa focus editor on close 2023-08-15 16:03:41 -07:00
Kartik Raj 02c388ce88 Update scoped environment collection API 2023-08-15 23:01:29 +00:00
meganrogge 1a35da805f fix #186307 2023-08-15 15:58:44 -07:00
Megan RoggeandGitHub 7a464d6069 Merge pull request #190294 from microsoft/merogge/xterm-acc
sync xterm's textarea with buffer contents
2023-08-15 15:30:21 -07:00
meganrogge 8693dc991d more explicitly exclude 2023-08-15 15:15:51 -07:00
meganrogge e98311981b add private update dev mode function 2023-08-15 15:11:35 -07:00
39b7db410a Update src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-08-15 14:56:00 -07:00
Connor PeetandGitHub b40e044421 fix build failure (#190523)
Didn't realize we minified private identifiers when running unit tests too
2023-08-16 07:44:44 +10:00
Connor PeetandGitHub bd869eb492 testing: add testResultOutdated context key (#190522)
This can be used in the snapshot scenario to only show the "apply snapshot"
button when the result is not outdated (marking the original failing
result as outdated once its snapshot is updated).

Also cleans up the `InspectSubject` types a little bit.
2023-08-16 07:44:23 +10:00
Logan RamosandGitHub 6c7f0cc883 Fix telemetry module (#190513)
* Fix telemetry module

* Update missed package.json
2023-08-15 12:49:34 -07:00
Aaron MungerandGitHub 6f079a03fb Merge pull request #190514 from microsoft/aamunger/copyImage
Allow image data from cell output to be put on the clipboard
2023-08-15 12:48:32 -07:00
Megan RoggeandGitHub 516e6757b9 Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts 2023-08-15 12:09:35 -07:00
Connor PeetandGitHub 6a847ba6d1 eng: add support for snapshot tests (#190444)
* eng: add support for snapshot tests

This adds Jest-like support for snapshot testing.
Developers can do something like:

```js
await assertSnapshot(myComplexObject)
```

The first time this is run, the snapshot expectation file is written
to a `__snapshots__` directory beside the test file. Subsequent runs
will compare the object to the snapshot, and fail if it doesn't match.

You can see an example of this in the test for snapshots themselves!

After a successful run, any unused snapshots are cleaned up. On a failed
run, a gitignored `.actual` snapshot file is created beside the
snapshot for easy processing and inspection.

Shortly I will do some integration with the selfhost test extension to
allow developers to easily update snapshots from the vscode UI.

For #189680

cc @ulugbekna @hediet

* fix async stacktraces getting clobbered

* random fixes

* comment out leak detector, for now

* add option to snapshot file extension
2023-08-15 12:03:51 -07:00
meganrogge 0f38f226eb make it a contribution 2023-08-15 12:02:28 -07:00
meganrogge d561eda6de rm from xtermterminal 2023-08-15 11:35:36 -07:00
Daniel ImmsandGitHub ee823a18e4 Merge pull request #190512 from microsoft/tyriar/xterm_230815
xterm@5.3.0-beta.42
2023-08-15 11:33:40 -07:00
Aaron MungerandGitHub 168b2d7b58 Merge branch 'main' into aamunger/copyImage 2023-08-15 11:32:52 -07:00
Aaron Munger 0202f3270a removed unneeded code 2023-08-15 11:31:18 -07:00
Aaron Munger 38679a2fd1 comment, better name 2023-08-15 11:22:01 -07:00
meganrogge e11d85a921 use MutableDisposable 2023-08-15 11:16:48 -07:00
Aaron Munger 4459913c56 enable for image only outputs 2023-08-15 11:03:32 -07:00
lucasMariozaandGitHub f3b81b32dd Merge branch 'main' into colorize-element-shadowdom 2023-08-15 15:03:01 -03:00
meganrogge 1f09f99999 add devMode setting, reduce complexity 2023-08-15 10:58:59 -07:00
Aaron Munger eb519d207f copy from the image html element 2023-08-15 10:57:36 -07:00
Daniel Imms 6ba4565217 xterm@5.3.0-beta.42
Fixes #189753
2023-08-15 10:36:34 -07:00
Megan RoggeandGitHub 1c647be89c Update src/vs/workbench/contrib/terminal/browser/media/xterm.css 2023-08-15 10:32:35 -07:00
Megan RoggeandGitHub 31a6f1daa2 Merge pull request #189557 from yiliang114/honest-spider
fix: Close #189556, gulp task do not display task name
2023-08-15 10:32:24 -07:00
Megan RoggeandGitHub d70dde3830 Update src/vs/workbench/contrib/terminal/browser/media/terminal.css 2023-08-15 10:31:51 -07:00
Megan RoggeandGitHub 22717915f3 Update src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts 2023-08-15 10:31:32 -07:00
meganrogge 9d9dad96b2 comment out the css 2023-08-15 10:28:35 -07:00
meganrogge 394250e0d0 fix type any problem 2023-08-15 10:27:19 -07:00
meganrogge 1820ef83f3 move styles to terminal.css, revert changes to xterm.css 2023-08-15 10:25:52 -07:00
Alex Ross 7cd34760d1 Add compiled file 2023-08-15 18:54:46 +02:00
Andrea MahandGitHub a4895ad5cd endgame notebooks cell additions for viewing blocked issues (#189581) 2023-08-15 09:35:02 -07:00
RoboandGitHub 6d939f466e chore: bump electron@25.5.0 (#190490)
* chore: bump electron@25.5.0

* chore: bump distro
2023-08-15 17:31:11 +01:00
yiliang114 ca333cd5ea chore: remove build output of compilation.js 2023-08-16 00:20:12 +08:00
yiliang114 75303d905e chore: remove build output of compilation.js 2023-08-16 00:19:05 +08:00
易良 7b42d2f78c Merge branch 'main' into honest-spider 2023-08-16 00:18:40 +08:00
Lucas Marioza ea816abae3 Ensure style element is added to shadowDOM components on colorizeElement 2023-08-15 13:07:01 -03:00
meganrogge 00da20fc90 Merge branch 'main' into merogge/xterm-acc 2023-08-15 09:00:03 -07:00
Aiday Marlen Kyzy a715f95226 should not update max dimensions when contents have changed, only on resize 2023-08-15 17:18:02 +02:00
易良andGitHub 036e8d4008 Merge branch 'main' into honest-spider 2023-08-15 23:07:15 +08:00
Johannes RiekenandGitHub ce8c0de7c0 Merge pull request #190491 from microsoft/joh/entitled-lungfish
use proper enum for `ChatVariableLevel`
2023-08-15 15:33:12 +02:00
Johannes 66e5308af3 use proper enum for ChatVariableLevel 2023-08-15 14:47:22 +02:00
Aiday Marlen Kyzy b4801aeb02 adding the data relative to the diagnostic error codes in the typescript extension 2023-08-15 12:20:02 +02:00
Rob LourensandGitHub cb94a70e1f Bump distro (#190470) 2023-08-15 14:05:18 +10:00
Rob LourensandGitHub 958ce55a5f Merge pull request #190462 from microsoft/chatVariables
Chat variables API
2023-08-14 20:35:30 -07:00
tisilent 69adc1fa64 Find with selected values when
reveal TerminalFind
2023-08-15 11:11:03 +08:00
Matt BiernerandGitHub 6f36672c0d Add experimental default drop setting and fix yieldTo ordering (#190459)
For #179430
2023-08-14 18:22:02 -07:00
Rob Lourens dd83a283ee Merge remote-tracking branch 'origin/main' into chatVariables 2023-08-14 18:31:45 -06:00