File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 41
41
42
42
* VS Code for Windows 1.31.0 - 1.35.1 不需替换,1.36.0 后无此待遇*
43
43
44
+ * VS Code for macOS 1.43+ 替换后闪退[ 解决方案] ( https://github.com/nondanee/vsc-netease-music/issues/86#issuecomment-786546931 ) *
45
+
44
46
<details ><summary >
45
47
<b >Manual Replacement</b >
46
48
</summary >
@@ -121,4 +123,4 @@ curl https://gist.githubusercontent.com/nondanee/f157bbbccecfe29e48d87273cd02e21
121
123
- ~~ [ Webview API 限制只在前台可见才能接收来自插件侧的 postMessage 消息] ( https://code.visualstudio.com/api/references/vscode-api#Webview ) ,需要通信时插件会自动切换到 Webview 再复原 Editor,标签切换不可见但会引起编辑器滚动条闪动 (不影响输入)~~ ~~ 自 1.31.0 开始 reveal 后 postMessage 会导致可见的切换延迟,已改用 WebSocket 实现双向通信~~ ~~ 因 [ WebSocket 端口无法转发] ( https://code.visualstudio.com/api/references/vscode-api#WebviewOptions ) 导致在 remote 环境无法使用,已改为 SSE + postMessage 实现~~ 自 1.35.0 开始,[ 后台 Webview 可以接收 postMessage 消息] ( https://code.visualstudio.com/updates/v1_35#_webviews-that-set-retaincontextwhenhidden-can-now-receive-messages-when-in-the-background ) ,改回自带 postMessage 实现双向通信
122
124
- 1.31.0 升级使用 Electron 3.x,受制于 [ Chrome 66 内核的 Autoplay Policy] ( https://developers.google.com/web/updates/2017/09/autoplay-policy-changes ) ,用户需先与 Webview 交互才能播放
123
125
- ~~ 播放列表较长时无法定位到当前播放歌曲 (VS Code 未实现 activeItems 处于 quickPick 非可视区域时的滚动聚焦)~~ 长列表定位问题 VS Code 已修复
124
- - 只显示中文命令是因为使用中文系统语言而未装中文语言包,应是 VS Code 对 nls 支持的 bug,请在应用商店安装中文语言包。如果习惯英文的话,可将显示语言改回英文
126
+ - 只显示中文命令是因为使用中文系统语言而未装中文语言包,应是 VS Code 对 nls 支持的 bug,请在应用商店安装中文语言包。如果习惯英文的话,可将显示语言改回英文
You can’t perform that action at this time.
0 commit comments