Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

39,063

Downloads of v 1.0.5948:

429

Last Update:

07 Jan 2025

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

Live Share VSCode Extension

  • 1
  • 2
  • 3

1.0.5948 | Updated: 07 Jan 2025

Downloads:

39,063

Downloads of v 1.0.5948:

429

Maintainer(s):

Software Author(s):

  • Microsoft

Live Share VSCode Extension 1.0.5948

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Live Share VSCode Extension, run the following command from the command line or from PowerShell:

>

To upgrade Live Share VSCode Extension, run the following command from the command line or from PowerShell:

>

To uninstall Live Share VSCode Extension, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade vscode-vsliveshare -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade vscode-vsliveshare -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install vscode-vsliveshare
  win_chocolatey:
    name: vscode-vsliveshare
    version: '1.0.5948'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'vscode-vsliveshare' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.5948'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller vscode-vsliveshare
{
    Name     = "vscode-vsliveshare"
    Version  = "1.0.5948"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'vscode-vsliveshare':
  ensure   => '1.0.5948',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 07 Jan 2025.

Description

Microsoft Visual Studio Live Share

Visual Studio Live Share enables you to collaboratively edit and debug with others in real time, regardless what programming languages you're using or app types you're building. It allows you to instantly (and securely) share your current project, and then as needed, share debugging sessions, terminal instances, localhost web apps, voice calls, and more! Developers that join your sessions recieve all of their editor context from your environment (e.g. language services, debugging), which ensures they can start productively collaborating immediately, without needing to clone any repos or install any SDKs.

Additionally, unlike traditional pair programming, Visual Studio Live Share allows developers to work together, while retaining their personal editor preferences (e.g. theme, keybindings), as well as having their own cursor. This allows you to seamlessly transition between following one another, and being able to explore ideas/tasks on your own. In practice, this ability to work together and independently provides a collaboration experience that is potentiallty more natural for many common use cases.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId '[email protected]'
tools\chocolateyUninstall.ps1
 $ErrorActionPreference = 'Stop'

 Uninstall-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare'

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Live Share VSCode Extension 1.0.5959 7 Wednesday, August 13, 2025
Waiting for Maintainer
Live Share VSCode Extension 1.0.5941 294 Monday, September 23, 2024 Approved
Live Share VSCode Extension 1.0.5940 129 Monday, September 16, 2024 Approved
Live Share VSCode Extension 1.0.5936 283 Monday, July 15, 2024 Approved
Live Share VSCode Extension 1.0.5932 256 Wednesday, June 12, 2024 Approved
Live Share VSCode Extension 1.0.5918 1240 Tuesday, March 5, 2024 Approved
Live Share VSCode Extension 1.0.5905 265 Thursday, January 11, 2024 Approved
Live Share VSCode Extension 1.0.5900 185 Friday, December 8, 2023 Approved
Live Share VSCode Extension 1.0.5897 200 Wednesday, December 6, 2023 Approved
Live Share VSCode Extension 1.0.5896 153 Tuesday, November 28, 2023 Approved
Live Share VSCode Extension 1.0.5892 231 Tuesday, October 31, 2023 Approved
Live Share VSCode Extension 1.0.5883 327 Monday, August 21, 2023 Approved
Live Share VSCode Extension 1.0.5877 267 Thursday, July 20, 2023 Approved
Live Share VSCode Extension 1.0.5873 635 Thursday, June 8, 2023 Approved
Live Share VSCode Extension 1.0.5864 467 Tuesday, April 25, 2023 Approved
Live Share VSCode Extension 1.0.5862 220 Tuesday, April 18, 2023 Approved
Live Share VSCode Extension 1.0.5857 214 Tuesday, April 11, 2023 Approved
Live Share VSCode Extension 1.0.5834 257 Monday, March 6, 2023 Approved
Live Share VSCode Extension 1.0.5832 208 Thursday, February 23, 2023 Approved
Live Share VSCode Extension 1.0.5831 190 Thursday, February 16, 2023 Approved
Live Share VSCode Extension 1.0.5828 210 Thursday, February 2, 2023 Approved
Live Share VSCode Extension 1.0.5823 208 Thursday, January 26, 2023 Approved
Live Share VSCode Extension 1.0.5808 193 Tuesday, January 17, 2023 Approved
Live Share VSCode Extension 1.0.5803 185 Wednesday, January 11, 2023 Approved
Live Share VSCode Extension 1.0.5797 212 Wednesday, January 4, 2023 Approved
Live Share VSCode Extension 1.0.5788 225 Monday, December 5, 2022 Approved
Live Share VSCode Extension 1.0.5783 175 Wednesday, November 30, 2022 Approved
Live Share VSCode Extension 1.0.5776 198 Thursday, November 17, 2022 Approved
Live Share VSCode Extension 1.0.5762 206 Thursday, November 3, 2022 Approved
Live Share VSCode Extension 1.0.5750 200 Monday, October 24, 2022 Approved
Live Share VSCode Extension 1.0.5739 179 Wednesday, October 19, 2022 Approved
Live Share VSCode Extension 1.0.5735 196 Wednesday, October 12, 2022 Approved
Live Share VSCode Extension 1.0.5733 201 Thursday, September 29, 2022 Approved
Live Share VSCode Extension 1.0.5723 111 Thursday, September 15, 2022 Approved
Live Share VSCode Extension 1.0.5719 201 Monday, September 12, 2022 Approved
Live Share VSCode Extension 1.0.5711 164 Tuesday, September 6, 2022 Approved
Live Share VSCode Extension 1.0.5705 164 Wednesday, August 31, 2022 Approved
Live Share VSCode Extension 1.0.5696 166 Monday, August 29, 2022 Approved
Live Share VSCode Extension 1.0.5695 168 Wednesday, August 24, 2022 Approved
Live Share VSCode Extension 1.0.5690 162 Wednesday, August 17, 2022 Approved
Live Share VSCode Extension 1.0.5683 183 Monday, August 8, 2022 Approved
Live Share VSCode Extension 1.0.5679 162 Thursday, August 4, 2022 Approved
Live Share VSCode Extension 1.0.5669 138 Monday, August 1, 2022 Approved
Live Share VSCode Extension 1.0.5667 204 Wednesday, July 27, 2022 Approved
Live Share VSCode Extension 1.0.5663 169 Monday, July 25, 2022 Approved
Live Share VSCode Extension 1.0.5641 158 Tuesday, July 5, 2022 Approved
Live Share VSCode Extension 1.0.5625 536 Wednesday, June 15, 2022 Approved
Live Share VSCode Extension 1.0.5615 174 Tuesday, June 7, 2022 Approved
Live Share VSCode Extension 1.0.5597 180 Friday, May 27, 2022 Approved
Live Share VSCode Extension 1.0.5595 154 Tuesday, May 24, 2022 Approved
Live Share VSCode Extension 1.0.5582 141 Monday, May 23, 2022 Approved
Live Share VSCode Extension 1.0.5569 87 Monday, May 23, 2022 Approved
Live Share VSCode Extension 1.0.5561 224 Monday, May 9, 2022 Approved
Live Share VSCode Extension 1.0.5527 234 Wednesday, April 13, 2022 Approved
Live Share VSCode Extension 1.0.5449 284 Wednesday, March 16, 2022 Approved
Live Share VSCode Extension 1.0.5418 193 Tuesday, March 1, 2022 Approved
Live Share VSCode Extension 1.0.5330 195 Wednesday, February 2, 2022 Approved
Live Share VSCode Extension 1.0.5273 196 Wednesday, January 19, 2022 Approved
Live Share VSCode Extension 1.0.5242 189 Thursday, January 6, 2022 Approved
Live Share VSCode Extension 1.0.5201 181 Tuesday, January 4, 2022 Approved
Live Share VSCode Extension 1.0.5200 194 Thursday, December 16, 2021 Approved
Live Share VSCode Extension 1.0.5196 167 Wednesday, December 8, 2021 Approved
Live Share VSCode Extension 1.0.5090 235 Friday, November 5, 2021 Approved
Live Share VSCode Extension 1.0.5065 173 Friday, October 29, 2021 Approved
Live Share VSCode Extension 1.0.5043 174 Friday, October 22, 2021 Approved
Live Share VSCode Extension 1.0.5027 173 Wednesday, October 20, 2021 Approved
Live Share VSCode Extension 1.0.4991 182 Tuesday, October 12, 2021 Approved
Live Share VSCode Extension 1.0.4962 178 Tuesday, October 5, 2021 Approved
Live Share VSCode Extension 1.0.4836 253 Friday, September 10, 2021 Approved
Live Share VSCode Extension 1.0.4835 105 Friday, September 10, 2021 Approved
Live Share VSCode Extension 1.0.4761 212 Wednesday, August 25, 2021 Approved
Live Share VSCode Extension 1.0.4760 133 Tuesday, August 24, 2021 Approved
Live Share VSCode Extension 1.0.4673 223 Saturday, August 7, 2021 Approved
Live Share VSCode Extension 1.0.4650 181 Tuesday, August 3, 2021 Approved
Live Share VSCode Extension 1.0.4631 180 Wednesday, July 28, 2021 Approved
Live Share VSCode Extension 1.0.4583 216 Tuesday, July 20, 2021 Approved
Live Share VSCode Extension 1.0.4580 156 Friday, July 16, 2021 Approved
Live Share VSCode Extension 1.0.4568 171 Tuesday, July 13, 2021 Approved
Live Share VSCode Extension 1.0.4531 163 Wednesday, July 7, 2021 Approved
Live Share VSCode Extension 1.0.4498 203 Tuesday, June 29, 2021 Approved
Live Share VSCode Extension 1.0.4419 182 Friday, June 11, 2021 Approved
Live Share VSCode Extension 1.0.4360 206 Tuesday, June 1, 2021 Approved
Live Share VSCode Extension 1.0.4272 218 Tuesday, May 11, 2021 Approved
Live Share VSCode Extension 1.0.4131 216 Tuesday, April 13, 2021 Approved
Live Share VSCode Extension 1.0.4116 191 Thursday, April 8, 2021 Approved
Live Share VSCode Extension 1.0.4070 205 Tuesday, March 30, 2021 Approved
Live Share VSCode Extension 1.0.4018 202 Monday, March 22, 2021 Approved
Live Share VSCode Extension 1.0.3968 207 Thursday, March 11, 2021 Approved
Live Share VSCode Extension 1.0.3912 183 Thursday, March 4, 2021 Approved
Live Share VSCode Extension 1.0.3784 242 Wednesday, February 17, 2021 Approved
Live Share VSCode Extension 1.0.3629 229 Thursday, February 4, 2021 Approved
Live Share VSCode Extension 1.0.3577 218 Wednesday, January 27, 2021 Approved
Live Share VSCode Extension 1.0.3484 212 Wednesday, January 13, 2021 Approved
Live Share VSCode Extension 1.0.3449 192 Friday, January 8, 2021 Approved
Live Share VSCode Extension 1.0.3375 193 Friday, December 18, 2020 Approved
Live Share VSCode Extension 1.0.3303 183 Tuesday, December 8, 2020 Approved
Live Share VSCode Extension 1.0.3206 277 Tuesday, November 17, 2020 Approved
Live Share VSCode Extension 1.0.3121 207 Wednesday, November 4, 2020 Approved
Live Share VSCode Extension 1.0.3071 184 Tuesday, October 27, 2020 Approved
Live Share VSCode Extension 1.0.3046 183 Wednesday, October 21, 2020 Approved
Live Share VSCode Extension 1.0.3014 163 Thursday, October 15, 2020 Approved
Live Share VSCode Extension 1.0.2902 263 Monday, September 28, 2020 Approved
Live Share VSCode Extension 1.0.2740 252 Tuesday, September 1, 2020 Approved
Live Share VSCode Extension 1.0.2731 188 Friday, August 28, 2020 Approved
Live Share VSCode Extension 1.0.2708 157 Thursday, August 27, 2020 Approved
Live Share VSCode Extension 1.0.2666 199 Tuesday, August 18, 2020 Approved
Live Share VSCode Extension 1.0.2619 203 Tuesday, August 11, 2020 Approved
Live Share VSCode Extension 1.0.2478 256 Monday, July 20, 2020 Approved
Live Share VSCode Extension 1.0.2427 245 Wednesday, July 1, 2020 Approved
Live Share VSCode Extension 1.0.2377 226 Tuesday, June 23, 2020 Approved
Live Share VSCode Extension 1.0.2354 225 Wednesday, June 17, 2020 Approved
Live Share VSCode Extension 1.0.2302 206 Wednesday, June 10, 2020 Approved
Live Share VSCode Extension 1.0.2274 215 Wednesday, June 3, 2020 Approved
Live Share VSCode Extension 1.0.2236 183 Friday, May 22, 2020 Approved
Live Share VSCode Extension 1.0.2169 187 Thursday, May 14, 2020 Approved
Live Share VSCode Extension 1.0.2106 197 Thursday, May 7, 2020 Approved
Live Share VSCode Extension 1.0.2104 206 Tuesday, April 28, 2020 Approved
Live Share VSCode Extension 1.0.2048 212 Thursday, April 23, 2020 Approved
Live Share VSCode Extension 1.0.2000 217 Thursday, April 16, 2020 Approved
Live Share VSCode Extension 1.0.1947 233 Wednesday, April 8, 2020 Approved
Live Share VSCode Extension 1.0.1891 1259 Tuesday, March 31, 2020 Approved
Live Share VSCode Extension 1.0.1847 213 Wednesday, March 25, 2020 Approved
Live Share VSCode Extension 1.0.1783 231 Tuesday, March 17, 2020 Approved
Live Share VSCode Extension 1.0.1742 209 Tuesday, March 10, 2020 Approved
Live Share VSCode Extension 1.0.1711 202 Wednesday, March 4, 2020 Approved
Live Share VSCode Extension 1.0.1653 223 Friday, February 21, 2020 Approved
Live Share VSCode Extension 1.0.1615 230 Friday, February 14, 2020 Approved
Live Share VSCode Extension 1.0.1510 232 Wednesday, January 22, 2020 Approved
Live Share VSCode Extension 1.0.1482 211 Tuesday, January 14, 2020 Approved
Live Share VSCode Extension 1.0.1456 338 Wednesday, January 8, 2020 Approved
Live Share VSCode Extension 1.0.1404 219 Wednesday, December 18, 2019 Approved
Live Share VSCode Extension 1.0.1377 211 Thursday, December 12, 2019 Approved
Live Share VSCode Extension 1.0.1375 187 Wednesday, December 11, 2019 Approved
Live Share VSCode Extension 1.0.1293 221 Tuesday, November 19, 2019 Approved
Live Share VSCode Extension 1.0.1245 195 Thursday, November 14, 2019 Approved
Live Share VSCode Extension 1.0.1123 205 Saturday, November 2, 2019 Approved
Live Share VSCode Extension 1.0.1122 178 Wednesday, October 30, 2019 Approved
Live Share VSCode Extension 1.0.1056 210 Monday, October 21, 2019 Approved
Live Share VSCode Extension 1.0.988 227 Wednesday, October 16, 2019 Approved
Live Share VSCode Extension 1.0.950 221 Tuesday, October 8, 2019 Approved
Live Share VSCode Extension 1.0.905 208 Monday, September 30, 2019 Approved
Live Share VSCode Extension 1.0.869 207 Tuesday, September 24, 2019 Approved
Live Share VSCode Extension 1.0.828 182 Friday, September 20, 2019 Approved
Live Share VSCode Extension 1.0.826 198 Tuesday, September 17, 2019 Approved
Live Share VSCode Extension 1.0.809 207 Thursday, September 12, 2019 Approved
Live Share VSCode Extension 1.0.766 227 Tuesday, September 3, 2019 Approved
Live Share VSCode Extension 1.0.752 202 Thursday, August 29, 2019 Approved
Live Share VSCode Extension 1.0.721 237 Tuesday, August 20, 2019 Approved
Live Share VSCode Extension 1.0.694 205 Wednesday, August 14, 2019 Approved
Live Share VSCode Extension 1.0.657 209 Thursday, August 8, 2019 Approved
Live Share VSCode Extension 1.0.614 216 Tuesday, July 30, 2019 Approved
Live Share VSCode Extension 1.0.581 251 Thursday, July 25, 2019 Approved
Live Share VSCode Extension 1.0.540 243 Wednesday, July 17, 2019 Approved
Live Share VSCode Extension 1.0.509 175 Wednesday, July 10, 2019 Approved
Live Share VSCode Extension 1.0.488 222 Wednesday, July 3, 2019 Approved
Live Share VSCode Extension 1.0.471 212 Tuesday, June 25, 2019 Approved
Live Share VSCode Extension 1.0.470 217 Tuesday, June 25, 2019 Approved
Live Share VSCode Extension 1.0.419 189 Wednesday, June 19, 2019 Approved
Live Share VSCode Extension 1.0.379 228 Tuesday, June 11, 2019 Approved
Live Share VSCode Extension 1.0.337 226 Wednesday, June 5, 2019 Approved
Live Share VSCode Extension 1.0.311 211 Thursday, May 30, 2019 Approved
Live Share VSCode Extension 1.0.249 205 Tuesday, May 21, 2019 Approved
Live Share VSCode Extension 1.0.182 211 Wednesday, May 15, 2019 Approved
Live Share VSCode Extension 1.0.181 210 Friday, May 10, 2019 Approved
Live Share VSCode Extension 1.0.125 277 Thursday, May 2, 2019 Approved
Live Share VSCode Extension 1.0.91 204 Thursday, April 25, 2019 Approved
Live Share VSCode Extension 1.0.67 208 Tuesday, April 23, 2019 Approved
Live Share VSCode Extension 1.0.45 190 Tuesday, April 16, 2019 Approved
Live Share VSCode Extension 1.0.18 187 Tuesday, April 2, 2019 Approved
Live Share VSCode Extension 0.3.1403 221 Wednesday, March 27, 2019 Approved
Live Share VSCode Extension 0.3.1326 207 Wednesday, March 13, 2019 Approved
Live Share VSCode Extension 0.3.1284 193 Monday, March 11, 2019 Approved
Discussion for the Live Share VSCode Extension Package

Ground Rules:

  • This discussion is only about Live Share VSCode Extension and the Live Share VSCode Extension package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Live Share VSCode Extension, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus