Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode Extension does not work if in Restricted Mode workspace #217

Closed
mschrage opened this issue Jun 25, 2021 · 2 comments
Closed

VSCode Extension does not work if in Restricted Mode workspace #217

mschrage opened this issue Jun 25, 2021 · 2 comments
Labels
terminal:VSCode Issues related to Visual Studios Code type:bug Something isn't working

Comments

@mschrage
Copy link
Member

This prevents Fig from detecting transitions between terminal tabs.

This can be fixed by opting into Workspace Trust. See this issue for details on how.

@mschrage mschrage added type:bug Something isn't working terminal:VSCode Issues related to Visual Studios Code labels Jun 25, 2021
@mschrage
Copy link
Member Author

I think we just need to update the package.json file in withfig/vscode-extension and then add the following keys.

capabilities:
	untrustedWorkspaces:
		{ supported: true }

@mschrage
Copy link
Member Author

mschrage commented Jul 2, 2021

Fixed in v1.0.46!

@mschrage mschrage closed this as completed Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
terminal:VSCode Issues related to Visual Studios Code type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant