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

Integrate the workspace trust feature #849

Closed
2 tasks
aeisenberg opened this issue Apr 26, 2021 · 0 comments · Fixed by #861
Closed
2 tasks

Integrate the workspace trust feature #849

aeisenberg opened this issue Apr 26, 2021 · 0 comments · Fixed by #861
Assignees
Labels
enhancement New feature or request feature VSCode

Comments

@aeisenberg
Copy link
Contributor

This issue is about integrating the new workspace trust feature into vscode-codeql. See microsoft/vscode#120251 for the general feature.

Implementing this feature properly would be an effective fix for #509.

  • Determine which settings require workspace trust. I found the following, but there may be more:
    • codeQL.cli.executablePath
    • codeQL.runningTests.additionalTestArguments
  • Determine which commands require workspace trust
    • I don't think there are any, but worth taking a deeper look.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature VSCode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@aeisenberg @shati-patel and others