Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 05be22e

Browse files
authored
Merge pull request #101 from dotnet/add-walkthrough
Add walkthrough
2 parents b58ffba + 10c08f2 commit 05be22e

12 files changed

+101
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 1.0.9
4+
- [Add walkthrough](https://github.com/dotnet/vscode-dotnet-pack/pull/101)
5+
- [Remove unused dependencies](https://github.com/dotnet/vscode-dotnet-pack/pull/59)
6+
- [Add test plan for release validation.](https://github.com/dotnet/vscode-dotnet-pack/pull/58)
7+
8+
## 1.0.8 (February 8th, 2022)
9+
- [Add uri handler for getting started notebook](https://github.com/dotnet/vscode-dotnet-pack/pull/42)
10+
11+
## 1.0.7 (February 3rd, 2022)
12+
- [Don't directly activate .NET Interactive](https://github.com/dotnet/vscode-dotnet-pack/pull/39)
13+
14+
## 1.0.6 (January 27th, 2022)
15+
- [Call `acquire` if `acquireStatus` fails](https://github.com/dotnet/vscode-dotnet-pack/pull/35)
16+
17+
## 1.0.5 (January 11th, 2022)
18+
- [Explicitly install the Jupyter extension](https://github.com/dotnet/vscode-dotnet-pack/pull/29)
19+
- [Update extension to depend on .NET 6](https://github.com/dotnet/vscode-dotnet-pack/pull/24)
20+
21+
## 1.0.4 (June 14th, 2021)
22+
- [Bump version to 1.0.4](https://github.com/dotnet/vscode-dotnet-pack/commit/572cf87b361dd69624cfba55ebf6733b101b30f2)
23+
- [Sniff for dotnet-sdk](https://github.com/dotnet/vscode-dotnet-pack/pull/20)
24+
25+
## 1.0.3 (May 10th, 2021)
26+
First public release
27+
28+

media/build-an-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
![A screenshot of the Microsoft learn dotnet website.](learn-dotnet-website.png)

media/csharp-notebooks.gif

4.74 MB
Loading

media/install-sdk.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Install .NET SDK
2+
3+
If you don't have .NET SDK installed on your machine, you can install it by clicking on __Install .NET SDK__.
4+
5+
To verify it's installed, [create a new terminal](command:workbench.action.terminal.new) and try running the following command:
6+
7+
```
8+
dotnet --version
9+
```
10+
11+
You should see the version of the .NET SDK that you have installed.

media/learn-dotnet-website.png

228 KB
Loading

media/new-to-vscode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
![A screenshot of the VS Code introductory videos website.](vscode-intro-videos.png)
2+

media/notebooks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
![A gif of using the command palette](search.gif)

media/search.gif

1.06 MB
Loading

media/vscode-intro-videos.png

204 KB
Loading

media/where-to-start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
![A gif showing how to find csharp notebooks](csharp-notebooks.gif)

0 commit comments

Comments
 (0)