Граф коммитов

1272 Коммитов

Автор SHA1 Сообщение Дата
Ravikumar Palanisamy 60a9bd7db6
Update version to 1.13.1-alpha (#2971) 2021-05-25 12:44:59 -07:00
Ravikumar Palanisamy 5b147c5d5d
Merge rel/1.13.0 to main (#2970)
* Prepare for release (#2929)

* Upgrade the vsce to 1.88 to get latest underscore (#2930)

* Add extendedLocation property in Plan and Site creation (#2931)

* Add extendedLocation property in Plan and Site creation

* Updating comment

* Ravipal/merge from main (#2964)

* Add malware scan (#2942)

* Add malware scan.

* Actually add malware scan.

* Move malware task and stop immediately.

* Update UI dependency for new icon. (#2955)

* Update vsce dependency (#2957)

* Fix "webview is disposed" error (#2959)

* Fix "webview is disposed" error

Fixes issue https://github.com/microsoft/vscode-docker/issues/2820

The poblem is likely due to a handful of async calls done beteween when the start page view is created and when its content is set. That gives the user an opportunity to close the start page before we attempt to set its content. It is especially tempting since during the time the content is computed the already-visible start page panel is empty.

This change front-loads that async processing so that the webview creation becomes fully synchronous.

* Add missing description for debug config property. (#2963)

Co-authored-by: Phillip Hoff <phillip@orst.edu>
Co-authored-by: Karol Zadora-Przylecki <karolz@microsoft.com>

* Update change log to includ LIMA support (#2965)

* Update date on release notes (#2966)

Co-authored-by: Phillip Hoff <phillip@orst.edu>
Co-authored-by: Karol Zadora-Przylecki <karolz@microsoft.com>
2021-05-25 12:11:26 -07:00
Phillip Hoff 40527931d7
Add missing description for debug config property. (#2963) 2021-05-24 10:20:20 -07:00
Karol Zadora-Przylecki 678397a8ef
Fix "webview is disposed" error (#2959)
* Fix "webview is disposed" error

Fixes issue https://github.com/microsoft/vscode-docker/issues/2820

The poblem is likely due to a handful of async calls done beteween when the start page view is created and when its content is set. That gives the user an opportunity to close the start page before we attempt to set its content. It is especially tempting since during the time the content is computed the already-visible start page panel is empty.

This change front-loads that async processing so that the webview creation becomes fully synchronous.
2021-05-21 11:41:35 -07:00
Karol Zadora-Przylecki b0248c44b0
Update vsce dependency (#2957) 2021-05-19 16:40:12 -07:00
Phillip Hoff 0d105707e5
Update UI dependency for new icon. (#2955) 2021-05-19 11:04:54 -07:00
Phillip Hoff 5fbb515f13
Add malware scan (#2942)
* Add malware scan.

* Actually add malware scan.

* Move malware task and stop immediately.
2021-05-14 15:29:37 -07:00
Ravikumar Palanisamy 57d779fcb4
Deploy container image to Azure Arc (#2924)
* Deploy container image to Azure Arc

* Lazy load CustomLocationListStep
2021-05-12 11:27:46 -07:00
Brandon Waterloo [MSFT] d2c4f0e0ff
Modernize webpacking (#2883) 2021-04-16 14:46:46 -04:00
Brandon Waterloo [MSFT] 5624183326
Shorten "needs more info" close timer (#2874) 2021-04-13 11:37:50 -04:00
Brandon Waterloo [MSFT] d1e6fd9d16
Cross-cherry-pick #2871: Update changelog (#2872) 2021-04-12 16:19:41 -04:00
Brandon Waterloo [MSFT] a3dd49ac1c
Fix semver comparisons (#2870) 2021-04-12 15:48:43 -04:00
Brandon Waterloo [MSFT] 63f27010f2
Use standardized telemetry enablement API (#2869) 2021-04-12 15:15:16 -04:00
Brandon Waterloo [MSFT] 1aa4d60500
New linter settings + mountain of linter error fixes (#2836) 2021-04-12 10:23:46 -04:00
Brandon Waterloo [MSFT] eca11bb1ef
Update version and dependencies for 1.12.5-alpha (#2854) 2021-04-12 10:13:14 -04:00
Brandon Waterloo [MSFT] 20896e972c
Use `workbench.action.files.openFileFolder` on Mac (#2856) 2021-04-12 10:03:40 -04:00
Brandon Waterloo [MSFT] 9ed0f9f16a
Use fixed ports for .NET (#2857) 2021-04-12 10:03:23 -04:00
Brandon Waterloo [MSFT] 6165ce9deb
Add ellipsis to download (#2853) 2021-04-12 10:03:08 -04:00
Remy Suen f25b637fd7
Upgrade to language server 0.4.1 (#2866)
* Upgrade to language server 0.4.0

Signed-off-by: Remy Suen <remy.suen@gmail.com>

* Upgrade to language server 0.4.1

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2021-04-12 10:02:38 -04:00
Brandon Waterloo [MSFT] 9901566016
Updates to notices file (#2849) 2021-04-06 16:35:13 -04:00
Brandon Waterloo [MSFT] 0e494a2555
Upgrade vscode-azure* dependencies (#2848) 2021-04-06 16:10:48 -04:00
Brandon Waterloo [MSFT] b4937e7e02
Update version, changelog, notices for 1.12.0 (#2830) 2021-04-05 12:46:12 -04:00
Brandon Waterloo [MSFT] bd8929cb1a
Use main branch as base content URL (#2840) 2021-04-05 12:10:11 -04:00
Karol Zadora-Przylecki 781b9dd422
Fix Go Dockerfile template (#2835) 2021-04-02 13:58:02 -07:00
Brandon Waterloo [MSFT] ec8dcc4968
Make use of new Compose language ID (#2787) 2021-03-31 15:23:15 -04:00
Brandon Waterloo [MSFT] a834db29f1
Use `adduser` instead of `useradd` (#2823) 2021-03-31 09:21:11 -04:00
aro5000 618f0f5593
Updating README with guidance to use rootless Docker for linux users (#2817)
* Updating README with guidance to use rootless Docker for linux users as a more secure configuration

Co-authored-by: Uche Nkadi <uchen@microsoft.com>
2021-03-31 09:20:36 -04:00
Brandon Waterloo [MSFT] 18fe05af4e
Move the What's New section to the bottom of the page (#2812)
* Move the What's New section to the bottom of the page

* Make the whats new check best-effort
2021-03-29 10:01:25 -04:00
Brandon Waterloo [MSFT] 7e4e7903a1
Try using GET for token request, if POST fails (#2813) 2021-03-25 10:20:12 -04:00
Brandon Waterloo [MSFT] a8859ddb2b
Support sovereign clouds with ACI features (#2808) 2021-03-23 16:38:34 -04:00
Brandon Waterloo [MSFT] 6d92f201c5
Allow "Compose Logs" command from palette (#2804) 2021-03-23 12:47:11 -04:00
Brandon Waterloo [MSFT] cc44e5be28
Turn off SSL by default in .NET apps (#2791) 2021-03-23 12:28:45 -04:00
Brandon Waterloo [MSFT] 9f5719190d
Update dependencies (#2803) 2021-03-22 15:44:19 -04:00
Brandon Waterloo [MSFT] 83f016a589
Use managed service identity for pulling from ACR (#2796) 2021-03-22 14:02:29 -04:00
Brandon Waterloo [MSFT] 5393aee747
Prevent uncaught background errors (#2802) 2021-03-22 13:21:23 -04:00
Brandon Waterloo [MSFT] 25a7dacbc2
Use NetworkSettings.Ports instead of HostConfig.PortBindings (#2792) 2021-03-18 12:25:51 -04:00
Brandon Waterloo [MSFT] e57431b7e6
Axe these super noisy tests (#2794) 2021-03-18 12:25:41 -04:00
Brandon Waterloo [MSFT] 10f2e27af2
Use project name in compose group calls (#2788) 2021-03-16 13:45:10 -04:00
Brandon Waterloo [MSFT] 7279594507
Use global listener for debug start/stop (#2786)
* Global debug termination listener

* Do the same for port output
2021-03-16 13:43:38 -04:00
Brandon Waterloo [MSFT] 7c1f9813bc
Update Python Dockerfile template to use explicit UID (#2785) 2021-03-16 13:40:13 -04:00
Brandon Waterloo [MSFT] 3cfd27cb1f
Put a use icon for contexts (#2784) 2021-03-16 13:39:42 -04:00
Brandon Waterloo [MSFT] 7f40c4405e
Bump version and dependencies for 1.11.5-alpha, remove TSLint (#2766)
* Bump version and dependencies; drop tslint

* Update dependencies again

* Remove tslint

* Remove unneeded comment

* Further updates
2021-03-15 11:09:49 -04:00
Brandon Waterloo [MSFT] e1692f451b
Add a What's New blurb to the start page (#2767) 2021-03-11 12:33:56 -05:00
Brandon Waterloo [MSFT] 54c75cb07b
Compatibility with 1.55 (#2771) 2021-03-11 12:32:59 -05:00
Brandon Waterloo [MSFT] 564504e967
Fix typo in changelog (#2762) 2021-03-09 12:11:24 -05:00
Brandon Waterloo [MSFT] 8f5747d083
Temporarily lower Mac build pipeline version (#2754) 2021-03-08 10:13:44 -05:00
Brandon Waterloo [MSFT] bf2e757485
Make the compose up subset feature no longer an experiment (#2750) 2021-03-05 09:16:34 -05:00
Brandon Waterloo [MSFT] 2467016352
Update the Python template text about non-root users (#2749) 2021-03-03 15:56:53 -05:00
Brandon Waterloo [MSFT] 3e556db8fe
Change quoting on Windows hosts (#2748) 2021-03-03 15:51:14 -05:00
Brandon Waterloo [MSFT] e56473c124
Fix up right-click behavior by not changing tree IDs so much (#2746) 2021-03-03 14:11:01 -05:00