Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 github 帐户中使用 vs code 的设置同步功能,但我在 github 上的任何地方都找不到要旨......我错过了什么吗?
你在 Github 或那个特定的 gist 上找不到要点?:)
您可以强制更新(在命令面板中检查,在 Mac 上为 shift+alt+U)或在您的 settings.json 中添加这两个以进行自动更新:
{ "sync.quietSync": true, "sync.autoUpload": true }
然后,您将找到创建的要点(单击您的头像,右上角,然后选择“您的要点”)。