Add --enable-proposed-api to launch.json (#346)

This commit is contained in:
Mike
2021-07-16 05:21:41 -04:00
committed by GitHub
parent af8c35e1fd
commit e2ce408ec8

View File

@ -8,7 +8,9 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}"
"--extensionDevelopmentPath=${workspaceRoot}",
"--enable-proposed-api",
"vscode-samples.custom-view-samples"
],
"stopOnEntry": false,
"sourceMaps": true,
@ -29,4 +31,4 @@
]
}
]
}
}