You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the source code for the [Language Model API Tutorial](). It demonstrates how to use the GitHub Copilot Language Model API to build an extension that annotates your code with inline tutoring tips.
4
+
5
+
## Demo
6
+
![Link to demo from docs]()
7
+
8
+
### Running the sample
9
+
10
+
- Run `npm install` in terminal to install depedencies
11
+
- Run the `Run Extension` target in the Debug View. This will:
12
+
- Start a task `npm: watch` to compile the client code
13
+
- Run the extension in a new VS Code window.
14
+
- Open a folder in the new VS Code window.
15
+
- Open a code file.
16
+
- Run the `Toggle Tutor Annotations` command from the command palette.
0 commit comments