We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Go to definition" in VSCode can't open files in zips.
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
index.ts
Use "Go to definition" on the Construct class.
Construct
❯ 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
The text was updated successfully, but these errors were encountered:
Duplicate of #3539
Sorry, something went wrong.
No branches or pull requests
Self-service
Describe the bug
"Go to definition" in VSCode can't open files in zips.
To reproduce
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
The text was updated successfully, but these errors were encountered: