Note on extensionHost.launch.debugWebviews is not correct #1127
Closed
Description
opened on Oct 23, 2021
Version: 1.62.0-insider (Universal)
Commit: 2ae9352ae33ced58772683b60d961c604c9576ff
Date: 2021-10-20T05:15:38.805Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin arm64 20.6.0
The following note is not correct anymore:
vscode-js-debug/src/build/strings.ts
Lines 35 to 36 in fcc2ab2
'Configures whether we should try to attach to webviews in the launched VS Code instance. Note: at the moment this requires the setting
"webview.experimental.useIframes": true
to work properly, and will only work in desktop VS Code.'
Using iframes for webviews is default now.
Activity