From ab53755eb7268b313be0176cd2e13539548b7ffe Mon Sep 17 00:00:00 2001 From: hubwriter Date: Tue, 17 Jan 2023 15:05:15 +0000 Subject: [PATCH] Test effect of position of examples (#33977) --- .../codespaces/code-examples.yml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/data/product-examples/codespaces/code-examples.yml b/data/product-examples/codespaces/code-examples.yml index 1283379fe3..232293c3d6 100644 --- a/data/product-examples/codespaces/code-examples.yml +++ b/data/product-examples/codespaces/code-examples.yml @@ -1,13 +1,7 @@ -- title: Python sample project - description: Try a Python project with a custom dev container - languages: Python - href: microsoft/vscode-remote-try-python - tags: - - development containers -- title: Node.js sample project - description: Try a Node.js project with a custom dev container - languages: Javascript - href: microsoft/vscode-remote-try-node +- title: .NET sample project + description: Try a .NET project with a custom dev container + languages: .NET + href: microsoft/vscode-remote-try-dotnet tags: - development containers - title: C++ sample project @@ -16,24 +10,30 @@ href: microsoft/vscode-remote-try-cpp tags: - development containers -- title: .NET sample project - description: Try a .NET project with a custom dev container - languages: .NET - href: microsoft/vscode-remote-try-dotnet - tags: - - development containers - title: Java sample project description: Try a Java project with a custom dev container languages: Java href: microsoft/vscode-remote-try-java tags: - development containers +- title: Node.js sample project + description: Try a Node.js project with a custom dev container + languages: Javascript + href: microsoft/vscode-remote-try-node + tags: + - development containers - title: Go sample project description: Try a Go project with a custom dev container languages: Go href: microsoft/vscode-remote-try-go tags: - development containers +- title: Python sample project + description: Try a Python project with a custom dev container + languages: Python + href: microsoft/vscode-remote-try-python + tags: + - development containers - title: Rust sample project description: Try a Rust project with a custom dev container languages: Rust