File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 11{
2- // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3- // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4-
5- // List of extensions which should be recommended for users of this workspace.
6- "recommendations" : [
7- " ms-azure-devops.azure-pipelines" ,
8- " ms-vscode.csharp" ,
9- " k--kato.docomment" ,
10- " editorconfig.editorconfig" ,
11- " pflannery.vscode-versionlens" ,
12- " davidanson.vscode-markdownlint"
13- ],
14- // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
15- "unwantedRecommendations" : [
16-
17- ]
18- }
2+ // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+ // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4+ // List of extensions which should be recommended for users of this workspace.
5+ "recommendations" : [
6+ " ms-azure-devops.azure-pipelines" ,
7+ " ms-vscode.csharp" ,
8+ " k--kato.docomment" ,
9+ " editorconfig.editorconfig" ,
10+ " pflannery.vscode-versionlens" ,
11+ " davidanson.vscode-markdownlint" ,
12+ " dotjoshjohnson.xml"
13+ ],
14+ // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
15+ "unwantedRecommendations" : []
16+ }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <packageSources >
3+ <packageSources >
44 <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
55 <clear />
66 <add key =" nuget" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
7- </packageSources >
7+ </packageSources >
88</configuration >
You can’t perform that action at this time.
0 commit comments