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
The workspace trust API has changed. Update to use the new
API and utilize 'limited' + 'restrictedConfigurations' capability.
If VSCode has a version that supports this new API
and the user opted in to this experimental feature using
security.workspace.trust.enable setting, we disable our
hacky workaround using the Configuration in src/config.ts, and
make our workspace toggle command trigger VSCode's trusted
workspace configuration command.
I wanted to add some of gopls.build.* configuration, but that
doesn't seem to work as I expected. More experiments with it is
necessary.
Updates #1469
Change-Id: Ie192063bfaf151427688da747dd44758afdc2565
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/317049
Trust: Hyang-Ah Hana Kim <[email protected]>
Trust: Suzy Mueller <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
0 commit comments