vscode 中的共享选项在哪里?

Where to find sharing option in vscode?

我目前正在使用 1.8 版的 vs 代码。最近微软推出了名为 Visual studio Live Share 的新功能。我的问题是我找不到 sharing 按钮或 menu/submenu.

如果您知道在哪里可以找到或如何使用 vs code.please 共享代码,请帮助我。

几个月后(从 2017 年 11 月到 2018 年 5 月),Live Share 功能现已准备就绪:请参阅“Visual Studio Live Share Public Preview", and "Visual Studio Live Share”以下载扩展程序。

documentation explains, for Visual Studio Code,分享方式:

Start a collaboration session

Now, simply click the "Share" status bar item or hit Ctrl+Shift+P and select "Live Share: Start a collaboration session (Share)".

Note: You may be asked by your desktop firewall software to allow the Live Share agent to open a port the first time you share. Accepting this is entirely optional but enables a secured "direct mode" to improve performance when the person you are working with is on the same network as you are.
See changing the connection mode for details.

An invite link will be automatically copied to your clipboard.
When opened in a browser, this link allows others to join a new collaboration session that shares contents of these folders with them.

You will also see the "Share" status bar item transition to represent the session state. See session state information below for what this looks like.

Note that if you need to get the invite link again after you've started sharing, you access it again by clicking on the session state status bar icon and select "Invite Others (Copy Link)".