Skip to content

Commit 6b89cbb

Browse files
authored
changed files by pdets auto publish service, publishid[df6d27e2-3cbc-461d-af7b-db0e909716c5] and do [publish].
1 parent 899ec4f commit 6b89cbb

13 files changed

+31
-34
lines changed

learn-pr/wwl-language/install-configure-visual-studio-code/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/install-configure-visual-studio-code/2-exercise-download-install-visual-studio-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Download and install Visual Studio Code
44
metadata:
55
title: Exercise - Download and install Visual Studio Code
66
description: "Exercise - Download and install Visual Studio Code"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/install-configure-visual-studio-code/3-examine-visual-studio-code-user-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine the Visual Studio Code user interface
44
metadata:
55
title: Examine the Visual Studio Code user interface
66
description: "Examine the Visual Studio Code user interface"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/install-configure-visual-studio-code/4-exercise-explore-visual-studio-code-user-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Explore the Visual Studio Code user interface
44
metadata:
55
title: Exercise - Explore the Visual Studio Code user interface
66
description: "Exercise - Explore the Visual Studio Code user interface"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/install-configure-visual-studio-code/5-exercise-configure-visual-studio-code.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ title: Exercise - Configure Visual Studio Code Extensions
44
metadata:
55
title: Exercise - Configure Visual Studio Code Extensions
66
description: "Exercise - Configure Visual Studio Code Extensions"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
1111
ms.custom:
12-
- N/A
13-
- devx-track-dotnet
12+
- N/A
1413
durationInMinutes: 3
1514
content: |
16-
[!include[](includes/5-exercise-configure-visual-studio-code.md)]
15+
[!include[](includes/5-exercise-configure-visual-studio-code.md)]

learn-pr/wwl-language/install-configure-visual-studio-code/6-exercise-install-dotnet.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ title: Exercise - Install the .NET SDK
44
metadata:
55
title: Exercise - Install the .NET SDK
66
description: "Exercise - Install the .NET SDK"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
1111
ms.custom:
12-
- N/A
13-
- devx-track-dotnet
12+
- N/A
1413
durationInMinutes: 5
1514
content: |
16-
[!include[](includes/6-exercise-install-dotnet.md)]
15+
[!include[](includes/6-exercise-install-dotnet.md)]

learn-pr/wwl-language/install-configure-visual-studio-code/7-exercise-create-build-run-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create, build, and run your application
44
metadata:
55
title: Exercise - Create, build, and run your application
66
description: "Exercise - Create, build, and run your application"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/install-configure-visual-studio-code/8-knowledge-check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
uid: learn.wwl.install-configure-visual-studio-code.knowledge-check
33
title: Module assessment
44
metadata:
5-
hidden_question_numbers: ["73D49A2F_10","73D49A2F_14","73D49A2F_22","73D49A2F_26","73D49A2F_30","73D49A2F_42","73D49A2F_46","73D49A2F_58","73D49A2F_6","73D49A2F_62","73D49A2F_66","73D49A2F_74","73D49A2F_103","73D49A2F_119","73D49A2F_79","73D49A2F_91","73D49A2F_95","73D49A2F_124","73D49A2F_136","73D49A2F_140","73D49A2F_148","73D49A2F_152","73D49A2F_156"]
6-
ai_generated_module_assessment: true
75
title: Module assessment
86
description: "Knowledge check"
9-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
108
author: wwlpublish
119
ms.author: cahowd
1210
ms.topic: unit
@@ -37,4 +35,4 @@ quiz:
3735
explanation: "Incorrect. The C# Dev Kit and associated extensions published by Microsoft provide support developing and debugging C# projects, but they don't enable running the `dotnet` CLI commands."
3836
- content: "The .NET SDK."
3937
isCorrect: true
40-
explanation: "Correct! The .NET SDK is required in order to run .NET command line interface commands such as `dotnet run`."
38+
explanation: "Correct! The .NET SDK is required in order to run .NET command line interface commands such as `dotnet run`."

learn-pr/wwl-language/install-configure-visual-studio-code/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 06/03/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/install-configure-visual-studio-code/includes/5-exercise-configure-visual-studio-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ To install the C# Dev Kit extension for Visual Studio Code, complete the followi
7373
The C# extensions you installed are the only ones that you need for now.
7474

7575
In the next Unit, you install the .NET SDK.
76+

0 commit comments

Comments
 (0)