From 40f5d1398b19f85fe95ba7b16014f7f96ceb5208 Mon Sep 17 00:00:00 2001 From: 4-FLOSS-Free-Libre-Open-Source-Software <46166740+4-FLOSS-Free-Libre-Open-Source-Software@users.noreply.github.com> Date: Tue, 21 Apr 2020 09:41:30 +0200 Subject: [PATCH] Remove sync workaround https://github.com/shanalikhan/code-settings-sync/issues/668#issuecomment-505142734 --- DOCS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index db6200c..1a3e90f 100644 --- a/DOCS.md +++ b/DOCS.md @@ -34,8 +34,6 @@ _(For example the C# extension `ms-vscode.csharp` sends tracking data to Microso Until something more open comes around, we use the Microsoft Marketplace/Extensions in the `product.json` file. Those links are licensed under MIT as per [the comments on this issue.](https://github.com/Microsoft/vscode/issues/31168#issuecomment-317319063) -If you use the [code-settings-sync](https://github.com/shanalikhan/code-settings-sync) extension, you may have [an issue](https://github.com/VSCodium/vscodium/issues/72) installing extensions (via the plugin). Refer to [this workaround](https://github.com/shanalikhan/code-settings-sync/issues/668#issuecomment-462065341) to get it working properly. - ### Proprietary Debugging Tools The debugger provided with Microsoft's [C# extension](https://github.com/OmniSharp/omnisharp-vscode) as well as the (Windows) debugger provided with their [C++ extension](https://github.com/Microsoft/vscode-cpptools) are very restrictively licensed to only work with the offical Visual Studio Code build. See [this comment in the C# extension repo](https://github.com/OmniSharp/omnisharp-vscode/issues/2491#issuecomment-418811364) and [this comment in the C++ extension repo](https://github.com/Microsoft/vscode-cpptools/issues/21#issuecomment-248349017).