We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079f2a5 commit a4d2271Copy full SHA for a4d2271
tooling/vscode/launch.json
@@ -3,6 +3,7 @@
3
// Hover to view descriptions of existing attributes.
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
{
6
+ "$schema": "vscode://schemas/launch",
7
"version": "0.2.0",
8
"configurations": [
9
tooling/vscode/tasks.json
@@ -1,6 +1,7 @@
1
// See https://go.microsoft.com/fwlink/?LinkId=733558
2
// for the documentation about the tasks.json format
+ "$schema": "vscode://schemas/tasks",
"version": "2.0.0",
"tasks": [
0 commit comments