Commit Graph
91599 Commits
Author SHA1 Message Date
SteVen Batten 405cffcb55 remove side panel setting 2022-01-13 14:00:10 -08:00
Daniel Imms ddb0de3e7c Add todo 2022-01-13 13:51:10 -08:00
Tyler Leonhardt 0e435cf51d update distro 2022-01-13 13:00:15 -08:00
Daniel Imms 36a768abef Basic multi-line command support
Fixes #140664
2022-01-13 12:56:47 -08:00
Joyce Er 902ead587d Bump distro 2022-01-13 12:31:40 -08:00
Daniel Imms ecc35a9013 Support pwsh shell integration on mac/linux
Part of #139397
2022-01-13 12:28:38 -08:00
isidor 2f9cc59a89 fixes #138991 2022-01-13 21:13:39 +01:00
Daniel Imms 629670eaa9 Merge pull request #140659 from microsoft/tyriar/capability_impl
Create terminal capability impl objects for progressive enhancement
2022-01-13 11:54:48 -08:00
Tyler Leonhardt 0f8ae22ade up timeout to give time to build 2022-01-13 11:45:14 -08:00
Peng Lyu cdfeb055aa Merge pull request #140645 from amunger/runningCellNav
add go to running cell to Interactive Window
2022-01-13 11:41:46 -08:00
Daniel Imms 230db92052 Add TODOs to fill in capability implementations 2022-01-13 11:30:42 -08:00
rebornix 71eea64a1d Polish terms 2022-01-13 11:27:21 -08:00
Daniel Imms af1c8dfe41 Fix tests 2022-01-13 11:25:54 -08:00
rebornix b16662a969 Allow filter cell input 2022-01-13 11:04:57 -08:00
rebornix fcfa0d62d8 add filters 2022-01-13 11:04:57 -08:00
Daniel Imms 9a4005fda8 Merge remote-tracking branch 'origin/main' into tyriar/capability_impl 2022-01-13 10:52:05 -08:00
Daniel Imms ee664160b6 Remove unused events 2022-01-13 10:51:56 -08:00
Daniel Imms 5f5f01bcd1 Merge pull request #140635 from microsoft/tyriar/capabilities_cleanup
Terminal capabilities cleanup
2022-01-13 10:51:41 -08:00
Tyler James Leonhardt 2065cba535 bump keytar (#140654) 2022-01-13 10:23:20 -08:00
SteVen Batten c1cdf30003 try swap panel view locations command 2022-01-13 09:38:02 -08:00
Miguel Solorio b7f4e903c2 Adjust active indicator on Windows (Fixes #140647) 2022-01-13 09:14:41 -08:00
Daniel Imms ed9318820e Add jsdoc to capabilities module 2022-01-13 08:51:45 -08:00
Daniel Imms 51714fbc22 Merge branch 'tyriar/capabilities_cleanup' into tyriar/capability_impl 2022-01-13 08:48:08 -08:00
Daniel Imms b2f65ab9e8 Fix npe when initializing terminal 2022-01-13 08:47:37 -08:00
Daniel Imms f16344fec3 Use InstanceType<typeof> instead of explicit interfaces 2022-01-13 08:45:22 -08:00
Daniel Imms 681ea6e18d Create capability implementation objects
Part of #139396
2022-01-13 08:36:47 -08:00
Alex Dima 43f35c10ab Add logging to troubleshoot remote integration tests hangs (#140572) 2022-01-13 17:31:00 +01:00
Aaron Munger d42b609ebc add go to running cell to Interactive Window 2022-01-13 08:27:15 -08:00
Alex Ross 047901a24a More tree dnd renameing 2022-01-13 17:16:57 +01:00
Daniel Imms e1566a3967 Add tests for TerminalCapabilityStore 2022-01-13 08:07:39 -08:00
Alex Ross b1cd1c210f update distro 2022-01-13 16:52:49 +01:00
Daniel Imms 41498f4923 capabilities2 -> capabilities 2022-01-13 07:36:41 -08:00
Daniel Imms 7f2580fa2e Remove ProcessCapability 2022-01-13 07:36:11 -08:00
Alexandru Dima 01aed24314 Fixes #140410: Do a minimal reveal when clicking 2022-01-13 16:29:44 +01:00
Alexandru Dima a24e56dd96 Simplify reveal logic 2022-01-13 16:29:44 +01:00
Daniel Imms dd18b2f094 Fix unit tests 2022-01-13 07:29:39 -08:00
Alex Dima e745988b75 Increase timeout (for cases when the yarn cache is not hit) 2022-01-13 16:15:17 +01:00
Daniel Imms 27e5924ff8 Remove from Utility catagory
This was from advice from the Raspberry Pi team as it causes the application to show
up in multiple menus on some desktop managers.
2022-01-13 06:44:24 -08:00
Alexandru Dima f7ed5376eb Merge pull request #140625 from microsoft/alex/native-keymap-3.1.0
Update to `native-keymap@3.1.0`
2022-01-13 15:10:44 +01:00
Alexandru Dima 19da1971bb Emergency break endless recursion 2022-01-13 14:34:24 +01:00
Benjamin Pasero 83461846f7 "Save workspace as..." should put current workspace name as file name (fix #140626) 2022-01-13 14:23:11 +01:00
Alex Dima 64849c3b07 Update to native-keymap@3.1.0 (#139291) 2022-01-13 13:45:37 +01:00
Benjamin Pasero e3cf7e5e1b API: Allow to use the file watcher for aribitrary folders (#3025) (#139881)
* API: Allow to use the file watcher for aribitrary folders (#3025)

* fix tests

* update `createFileSystemWatcher` docs

* refuse to watch resources that are watched in workspace already

* properly check proposed API

* make it work via `createFileSystemWacher` (first cut)

* more docs

* cleanup

* enable recursive watching based on pattern

* add tests

* drop out-of-workspace events when using simple patterns

* do not apply excludes when watchig files

* log extension watch requests

* also log unwatch

* improved exclude handling

* more docs

* drop proposed api needs

* remove `suite.only`

* cannot watch inside workspace more than once

* do not send extension decriptor over

* adopt latest changes

* add `baseUri` to relative pattern

* backwards compat
2022-01-13 13:32:03 +01:00
Johannes Rieken 0cfa366323 move LanguageFeatureRequestDelays into ILanguageFeatureDebounceService, have better defaults, and adopt for code lens and inlay hints, https://github.com/microsoft/vscode/issues/140557 2022-01-13 12:56:48 +01:00
Alex Ross c393048b98 Move tunnel features (#140620) 2022-01-13 12:13:40 +01:00
Alexandru Dima 86eb34a268 Merge pull request #140295 from jeanp413/fix-140291
Fixes changing keyboard layout in vscode web is broken
2022-01-13 11:54:41 +01:00
Alexandru Dima 0bd7f10406 Rename method 2022-01-13 11:53:05 +01:00
Alex Ross adb8450420 Add timestamps to comments proposal (#139849)
Part of #139524
2022-01-13 11:33:43 +01:00
Tyler James Leonhardt 2dd7925ab6 Merge pull request #140613 from microsoft/TylerLeonhardt/test-bump-disto
update distro
2022-01-12 23:27:35 -08:00
Tyler Leonhardt 4b42b79bdc update distro 2022-01-12 23:16:05 -08:00