Merge pull request #595 from dotnet/MoveToCDK

Move education bundle extension pack to CDK and remove walkthrough
This commit is contained in:
Manish Vasani 2024-01-30 07:51:40 +05:30 коммит произвёл GitHub
Родитель 40d1c3c6bb a2e0067c6f
Коммит 6d8c7021ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 55 удалений

Просмотреть файл

@ -43,7 +43,7 @@
"vscode": "^1.83.0"
},
"extensionPack": [
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit",
"ms-dotnettools.dotnet-interactive-vscode",
"ms-toolsai.jupyter",
"Ionide.Ionide-fsharp"
@ -70,9 +70,7 @@
"workspaceContains:**/*.sln",
"workspaceContains:**/*.csx",
"workspaceContains:**/*.cake",
"onCommand:dotnet.gettingStarted",
"onWebviewPanel:dotnet.gettingStarted",
"onWalkthrough:vscode-dotnet-pack-getting-started"
"onWebviewPanel:dotnet.gettingStarted"
],
"contributes": {
"commands": [
@ -103,58 +101,8 @@
"scope": "window"
}
}
},
"walkthroughs": [
{
"id": "vscode-dotnet-pack-getting-started",
"title": "Getting Started with .NET",
"description": "A walkthrough to help you get the most out of the .NET tooling.",
"when": "true",
"steps": [
{
"id": "vscode-dotnet-sdk",
"title": "Get the .NET SDK",
"description": "The .NET Extension Pack requires the .NET SDK to be installed.\n[Install .NET SDK](https://aka.ms/dotnet-extensionpack-sdk)",
"media": {
"markdown": "media/install-sdk.md"
}
},
{
"id": "vscode-dotnet-pack-getting-started-sample-apps",
"title": "Where to Start",
"description": "Browse the beginner C# notebooks to learn to code with C#. Click on the button to find our repository of beginner C# content. Simply click on the Notebook Link to open in Visual Studio Code.\n[Beginner C# Notebooks](https://aka.ms/dotnet-extensionpack-csharp-notebooks)",
"media": {
"markdown": "media/where-to-start.md"
}
},
{
"id": "vscode-dotnet-pack-getting-started-where-to-start",
"title": "Build an App",
"description": "Not sure where to start learning how to code and build apps? Microsoft Learn has courses to teach you how to build web apps, mobile apps, and more! \n[Go to Microsoft Learn](https://aka.ms/dotnet-extensionpack-mslearn)",
"media": {
"markdown": "media/build-an-app.md"
}
},
{
"id": "vscode-dotnet-pack-getting-started-notebooks",
"title": "Interactive Notebooks",
"description": "With the .NET Extension Pack, you can use interactive notebooks to experiment with code! Create a new notebook by opening the command palette and selecting '.NET Interactive: Create new blank notebook'. \n[Open Command Palette](command:workbench.action.showCommands)",
"media": {
"markdown": "media/notebooks.md"
}
},
{
"id": "vscode-dotnet-pack-getting-started-new-to-vscode",
"title": "New to Visual Studio Code",
"description": "New to Visual Studio Code? Take a video tour! Watch our introductory videos on the VS Code documentation.\n[Go to Video](https://aka.ms/dotnet-extensionpack-vscode)",
"media": {
"markdown": "media/new-to-vscode.md"
}
}
]
}
]
},
"scripts": {
"vscode:prepublish": "npm run build",
"compile": "webpack --config webpack.config.js",