Skip to content

Commit a4d2271

Browse files
authored
chore: add typing to vscode tooling files (#4626)
1 parent 079f2a5 commit a4d2271

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tooling/vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
{
6+
"$schema": "vscode://schemas/launch",
67
"version": "0.2.0",
78
"configurations": [
89
{

tooling/vscode/tasks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// See https://go.microsoft.com/fwlink/?LinkId=733558
22
// for the documentation about the tasks.json format
33
{
4+
"$schema": "vscode://schemas/tasks",
45
"version": "2.0.0",
56
"tasks": [
67
{

0 commit comments

Comments
 (0)