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

[Bug?]: vscode zipfs plugin can't locate files #3571

Closed
1 task done
awilkins opened this issue Oct 14, 2021 · 1 comment
Closed
1 task done

[Bug?]: vscode zipfs plugin can't locate files #3571

awilkins opened this issue Oct 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@awilkins
Copy link

Self-service

  • I'd be willing to implement a fix

Describe the bug

"Go to definition" in VSCode can't open files in zips.

To reproduce

yarn set version berry
yarn add -D typescript
yarn add '@aws-cdk/core'
yarn dlx @yarnpkg/sdks vscode

echo "import { Construct } from '@aws-cdk/core'" > index.ts

code .

Say "Allow" to the dialog
Open index.ts

Use "Go to definition" on the Construct class.

Environment

❯ yarn dlx -q envinfo --preset jest

  System:
    OS: Linux 5.11 Ubuntu 20.04.3 LTS (Focal Fossa)
    CPU: (16) x64 AMD Ryzen 7 5800X 8-Core Processor
  Binaries:
    Node: 14.17.5 - /tmp/xfs-6add19d0/node
    Yarn: 3.0.2 - /tmp/xfs-6add19d0/yarn
    npm: 7.21.1 - ~/.asdf/plugins/nodejs/shims/npm

Additional context

image

@awilkins awilkins added the bug Something isn't working label Oct 14, 2021
@merceyz
Copy link
Member

merceyz commented Oct 14, 2021

Duplicate of #3539

@merceyz merceyz marked this as a duplicate of #3539 Oct 14, 2021
@merceyz merceyz closed this as completed Oct 14, 2021
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

2 participants