问题标签 [vscode-liveshare]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
14 浏览

visual-studio-code - 从 vs Code Live Share 预览 aspx 文件

我通过我的 Visual Studio 代码作为 Visual Studio 2019 实时共享的参与者加入,有没有办法在我的浏览器中预览 aspx 文件?

在此处输入图像描述

0 投票
0 回答
8 浏览

vscode-liveshare - VSCode Liveshare 的代理问题

在我们的企业环境中,我们在 VSCode 上使用的 liveshare 扩展存在问题。

与似乎使用系统代理或可以使用 VSCode 代理设置进行更新/同步等的 VSCode 的其他部分/扩展不同,Liveshare 扩展似乎无法使用相同的机制。

从文档来看,这个扩展使用了自动检测,我认为它是指 wpad。wpad url 在 dhcp 选项 252 中定义。与默认 wpad 域遍历关联的 url 未实现。

此 vpn 上的用户无法加入或与主要公司网络或 Internet 上的其他用户共享会话。

我尝试在 VSCode 设置中添加显式代理,甚至更改 Internet 选项,并添加了标准 http_proxy=xxxx:8080, https_proxy=xxxx:8080,系统代理从中派生到显式代理,但均无济于事

当尝试连接时,netstat -n 显示直接连接失败 (syn_sent)。表明此扩展没有遵循生态系统其余部分的能力。

如果我运行 Fiddler,我可以让它工作,它本身利用系统代理,因此覆盖了 Liveshare 中包含的任何代理功能。并证明当请求被正确路由时,公司代理确实允许加入

没有提出错误报告,有人有什么建议吗

0 投票
0 回答
7 浏览

visual-studio-code - VS Code Live Share - 警告同名文件

将 vscode 与 Live Share 一起使用时,每隔几秒钟就会弹出以下警告,并在我关闭窗口后返回。

看起来您有一个目录,其中包含具有相同名称的文件,但大小写除外。这目前不受支持,可能会导致错误。

最初我认为这可能是与https://github.com/Microsoft/vscode/issues/12776类似的错误,但是当我从该窗口单击“管理扩展”时,它会将我带到 Live Share 扩展。任何关于以下内容的想法都将受到欢迎。

  1. 如何识别具有相同名称的文件 - 我在 WSL 上使用 vscode,所以我需要求助于例如,使用findlocate作为https://unix.stackexchange.com/questions/468440/find-all-files-with -the-same-name或 vscode / Live Share 中是否有可用的现有功能来执行此操作?
  2. 如何关闭此警告?
0 投票
0 回答
63 浏览

c# - LiveShare (compiler) in Visual Studio 2022 Does not show errors or references to the guest

The reason for this question is that I have been trying (and updating) the 'LiveShare' extension for more than 1 month, in order to be able to encode/code simultaneously.

Although the shared servers of the same work fine, for some reason it does not show the guest the 'errors' of the code, nor suggestions, nor autocomplete.

I leave you some screenshots where I make a mistake on purpose and I don't get a response, it's as if it were a "flat" text with only colors...

Image 1, where the compiler should give me an error:

Image

Image 2, where the errors tab is empty.

Image2

It should be remembered that in this case(session) I am a Guest of the session, but we have tried in a thousand ways and touched every possible configuration. I am exhausted, that is why I am going to help, thank you very much!

0 投票
0 回答
26 浏览

c# - .NET Live Share 问题:代理以退出代码终止:0 和信号 null:发生致命错误。找不到所需的库 hostfxr.dll

我正在尝试使用 Microsoft 的 VSCode Live Share 扩展,但每次尝试启动时都会引发此错误:

我安装了 .NET Runtime 和 SDK,dotnet在终端中使用也可以正常工作。DOTNET_ROOT 环境变量设置为与which dotnet返回相同的内容。

对此有什么想法吗?

0 投票
0 回答
16 浏览

visual-studio-code - VS Code Live Share:代理以退出代码终止:0 并且信号为空

当我尝试在 VSCode 扩展 Live Share 上启动或加入协作会话时遇到问题:

有谁知道如何解决这个问题?

0 投票
1 回答
30 浏览

google-chrome - 当我从 VS 代码打开实时服务器时,为什么不在我的 Chrome 浏览器中的 URL 前面显示 Secure?

当我从 VS 代码打开实时服务器时,为什么不在我的 Chrome 浏览器中的 URL 前面显示 Secure?请如果有人知道我的问题解决方案,请告诉我原因?

在此处输入图像描述 我的问题的原因是什么?

0 投票
1 回答
15 浏览

visual-studio-code - 如何使终端共享在 VSCode LiveShare 中工作?

LiveShare 工作正常,但是当我们想要开始共享终端(只读/读写)时,它会给出以下错误消息:

降级 VSCode 不是一种选择。

VSCode 版本:1.64.2

LiveShare 版本:1.0.5330

0 投票
0 回答
12 浏览

html - 在 Visual Studio Live Share 中调试

我有一个我是所有者的 ASP.NET Web 应用程序项目。

我已授予其他团队成员阅读、编辑和调试的权限。

但每当团队成员调试时,我的设备上就会出现 html 窗口。

是否有任何配置可以让团队成员在他们自己的屏幕上而不是我的屏幕上获得该窗口?