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

Move Away From Using vscode.workspace.workspaceFolders[0] #61

Open
chrstinalin opened this issue Jun 14, 2024 · 0 comments
Open

Move Away From Using vscode.workspace.workspaceFolders[0] #61

chrstinalin opened this issue Jun 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chrstinalin
Copy link
Contributor

There's several places in the codebase where vscode.workspace.workspaceFolders[0]. This will cause issues if the user opens unrelated folders in their workspace.

Ex. a new window opens to a particular version. For whatever reason, the user opens a different folder that exists outside of the addons folder inside that VS Code instance. The commenting API will apply to that folder as well.

@chrstinalin chrstinalin added the bug Something isn't working label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant