Commit graph

101681 commits

Author SHA1 Message Date
Joyce Er
f9a0fdeff2
Tolerate minor edit session identity differences (#163804)
Also add basic support for partial edit session identity matches
2022-10-16 23:51:51 -07:00
Tyler James Leonhardt
a0a7cc4b5f
Re-enable disabling inputbox/quickpick API (#163739)
Fixes #159906
2022-10-16 23:47:51 -07:00
Matt Bierner
6455bf1608
Fix cycle in webview contrib imports (#163712)
Fix cycle in webview contrib

The top level `webview.ts` should not import from `webviewElement`
2022-10-16 12:19:08 +02:00
Matt Bierner
81d2ccccc9
Always require an extension id if you want consistent webview origins (#163711) 2022-10-15 22:26:16 +03:00
Chuck Lantz
cbee57d415
Bump dev container memory reqs, use latest props (#163713) 2022-10-14 23:27:26 -07:00
Matt Bierner
641046a11d
Add commands to insert images/links in markdown (#163706)
* Add commands to insert images/links in markdown

Fixes #162809

* Rename commands and allow passing in uris

* Support selecting many images/files
2022-10-14 16:05:36 -07:00
Matt Bierner
129dbaa32b
Fix escape not hiding code action widget in notebooks (#163702) 2022-10-14 14:40:51 -07:00
Peng Lyu
5612f80f8d
Pass associated notebook document to kernel source command (#163701) 2022-10-14 14:33:05 -07:00
Connor Peet
1afc67ea7f
Merge pull request #163583 from microsoft/connor4312/cli-cg-update
cg: update cglicenses.json for CLI dependencies
2022-10-14 14:24:45 -07:00
Matt Bierner
4c53499e8a
Revert "Make returned editor contributions an iterable instead of an array (#163309)" (#163689)
This reverts commit 90054ae22f.
2022-10-14 13:56:47 -07:00
Peng Lyu
0a6a5912a5
Use editor scope contextkeyservice for fetching kernel source commands (#163693) 2022-10-14 13:22:54 -07:00
Connor Peet
69afbe5c89
Merge pull request #163676 from microsoft/connor4312/cli-fips
cli: use openssl for all crypto-related activities
2022-10-14 12:00:39 -07:00
Matt Bierner
3b255af0cb
Pick up latest vscode-markdown-languageservice (#163681) 2022-10-14 11:46:24 -07:00
Sandeep Somavarapu
7daf9c77ef
make access to inspect props delayed (#163679) 2022-10-14 11:38:16 -07:00
Raymond Zhao
740d837399
Switch workspace restricted settings to use indicators (#163601)
* Change policy and workspace trust to indicators
* Add link to workspace trust indicator
* Remove restricted settings configured check
* Fix deprecated method usage
* fix - trigger event when restricted settings are updated
* feedback - use userDataProfilesService for profilesEnabled variable

Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2022-10-14 11:16:43 -07:00
Matt Bierner
46e6b68743
Move webview animation workaround to viewPane (#163675)
This workaround is only required for webview views, so let's move the code there
2022-10-14 11:12:46 -07:00
Andrea Mah
8dfd89e065
change search badge to show recursive match number (#163604) 2022-10-14 11:11:47 -07:00
Connor Peet
a2dd71c0fe
cli: use openssl for all crypto-related activities
For compliance with SDL and MSFT crypto standards. Right now this uses
our forks of russh and secret-service. russh seems amenable to getting
this merged (https://github.com/warp-tech/russh/pull/52) but TBD about
the secret-service crate.

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/3158
2022-10-14 11:09:31 -07:00
Matt Bierner
7b673b211f
Move quick input list element cleanup to disposeElement (#163668)
Move quick input list cleanup to `disposeElement`

The the disposables, we are currently trying to dispose of these values twice (which is a noop)

The action bar should also be cleared in `disposeElement` instead of relying on `renderElement` being called again
2022-10-14 20:09:13 +02:00
Matt Bierner
5df430612d
Make sure we clean up viewItemDisposables (#163673)
This makes sure we clean up `viewItemDisposables`. This map stores dom event listeners, so it is good to be explicit about always disposing of these
2022-10-14 14:06:15 -04:00
Sandeep Somavarapu
1bcb42f40c
Merge pull request #163640 from microsoft/sandy081/helpless-gerbil
Fix #163343
2022-10-14 19:15:54 +02:00
Andrea Mah
25bb57566d
add restrict search to folder (#163597) 2022-10-14 09:29:15 -07:00
Matt Bierner
ff80ce61d7
Remove custom jupyter notebook migration logic (#163362)
This migration should have taken place so I don't think we need this code anymore
2022-10-14 18:08:52 +02:00
Tyler James Leonhardt
1bca8df333
Fixes #163151 (#163663)
Fixes #163151
2022-10-14 08:59:02 -07:00
Johannes Rieken
ee0b7792a1
fix https://github.com/microsoft/vscode/issues/147762 (#162751) 2022-10-14 08:51:16 -07:00
SteVen Batten
a2ecf38136
move banner above title bar in web (#163492)
* move banner above title bar in web

* bug fixes, testing PWA
2022-10-14 08:41:31 -07:00
Tyler James Leonhardt
6684350a58
Onboard GitHub & Microsoft auth extensions to l10n (#163662)
* onboard github-auth completely to l10n

* onboard microsoft-authentication entirely on to l10n
2022-10-14 08:41:21 -07:00
Tyler James Leonhardt
f83ad50c89
Load bundle for web from unpkg service (#163641)
* move extensionResourceLoader service into platform

* use the ExtensionResourceLoader to load translations from a language pack

* do join after

* missed a deletion
2022-10-14 16:52:29 +02:00
Logan Ramos
28da8ed1aa
Add some tests for extension telemetry (#163584)
* Add some tests for extension telemetry

* Fix failing tests

* More attempts at fixing failing tests

* Ok, I think I fixed the tests this time
2022-10-14 16:38:36 +02:00
Johannes Rieken
d49452248d
joh/super quelea (#163642)
* change how profiling sampling nodes are stringifyied so that they don't get confused as mail-address

* re-enable renderer auto-profile

* use/copy profiling model from https://github.com/microsoft/vscode-js-profile-visualizer

extract heaviest call path from bottom up profile and submit as telemetry event
2022-10-14 06:00:28 -07:00
Sandeep Somavarapu
2204a16fb0
Fix #163343 2022-10-14 14:23:42 +02:00
Tyler James Leonhardt
5e8b6807b1
Command Center With Help (#163635)
* Command Center With Modes

* fix bug
2022-10-14 13:16:07 +02:00
João Moreno
ac9aff3521
reenable terrapin (#163622)
* drop npx for terrapin

* enable terrapin by default
2022-10-14 01:35:15 -07:00
Rob Lourens
493d27bf48
Don't interrupt when deleting pending cells (#163609)
Fix #163133
2022-10-14 09:05:59 +02:00
Matt Bierner
7ef8e6b87a
Use consistent origin for webview views (#163602)
For #132464
2022-10-13 17:40:07 -07:00
Matt Bierner
645129883e
Add static preloads notebook contribution (#163512)
For #163511
2022-10-13 17:04:24 -07:00
Sandeep Somavarapu
f55ddeb7da
clean up logs (#163589)
* - log view messages in separate views log
- clean up log folders

* fix tests
2022-10-13 15:17:10 -07:00
Matt Bierner
186d3415a3
Use ??= in more places (#163594) 2022-10-13 14:59:35 -07:00
Jake Bailey
65a9097aa2
Remove forgoten reference to typescript/lib/protocol (#163585) 2022-10-13 13:15:13 -07:00
Connor Peet
9dd80d4921
cg: update cglicenses.json for CLI dependencies 2022-10-13 11:58:39 -07:00
Daniel Imms
0ccdfcab03
Merge pull request #163551 from microsoft/tyriar/console_image
Add commented out debug helper for logging an image to the console
2022-10-13 11:10:18 -07:00
Daniel Imms
5d48408ed6
Merge pull request #163577 from microsoft/tyriar/runWhenIdle_docs
Add docs for runWhenIdle
2022-10-13 11:03:36 -07:00
Tyler James Leonhardt
4502088b10
fix empty check for json (#163576) 2022-10-13 11:01:05 -07:00
Connor Peet
a5b8370294
Merge pull request #163574 from microsoft/connor4312/dead-test-code
testing: remove dead filter code
2022-10-13 10:53:06 -07:00
Daniel Imms
d1104a8b5e
Add docs for runWhenIdle
Had to explain timeout in #163313.

Part of #163572
2022-10-13 10:48:53 -07:00
Connor Peet
8d82e91fab
testing: remove dead filter code
Refs https://github.com/microsoft/vscode/issues/162304
2022-10-13 10:39:58 -07:00
Henning Dieterichs
404a282465
Fixes #163279 (#163573) 2022-10-13 10:21:14 -07:00
Daniel Imms
4dec035c7a
Merge pull request #163220 from babakks/fix-unawaited-workspace-picker
🐛 Fix un-awaited call to show CWD picker
2022-10-13 10:11:16 -07:00
Tyler James Leonhardt
77d14a4711
use size to check if any files were added (#163571)
use size
2022-10-13 09:54:57 -07:00
Sandeep Somavarapu
2b50ab06b1
support passing extension log level from cli (#163566) 2022-10-13 18:21:47 +02:00